Changeset 4788 for research/autotools
- Timestamp:
- Oct 20, 2011, 11:23:06 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
research/autotools/bootstrap
r4365 r4788 3 3 # bootstrap: generic bootstrap/autogen.sh script for autotools projects 4 4 # 5 # Copyright (c) 2002-201 0Sam Hocevar <sam@hocevar.net>5 # Copyright (c) 2002-2011 Sam Hocevar <sam@hocevar.net> 6 6 # 7 7 # This program is free software. It comes without any warranty, to … … 113 113 fi 114 114 115 # Honour M4PATH because sometimes M4 doesn't 116 save_IFS=$IFS 117 IFS=: 118 tmp="$M4PATH" 119 for x in $tmp; do 120 if test -n "$x"; then 121 aclocalflags="${aclocalflags} -I $x" 122 fi 123 done 124 IFS=$save_IFS 125 115 126 # Explain what we are doing from now 116 127 set -x
Note: See TracChangeset
for help on using the changeset viewer.