Changeset 1754 for trunk/acinclude.m4
- Timestamp:
- 14/11/11 14:32:57 (6 months ago)
- File:
-
- 1 edited
-
trunk/acinclude.m4 (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/acinclude.m4
r1539 r1754 125 125 # path/bin/files and then work out path 126 126 # $4 = file in path to locate 127 # $5 = default withval 127 128 # 128 129 # e.g. AC_CHECK_ROOT([tcl],[TCLROOT],[/usr /usr/local],[include/tcl.h]) … … 136 137 [Specify absolute path to root of $1 install directory.]), 137 138 [if test x$withval != xno -a x$withval != xyes; then $2=$withval; fi], 138 [with_$1= no])139 [with_$1=$5]) 139 140 if test x$with_$1 != xno; then 140 141 AC_MSG_CHECKING(for $1 root installation directory)
Note: See TracChangeset
for help on using the changeset viewer.
