Back to the Main Page. | smr_with_build_path |
Download the M4 Source. |
smr_WITH_BUILD_PATH
1.1 (2001/08/25) 0.5.63 : Installed_Packages
Steve M. Robbins <smr@debian.org>
AC_DEFUN([smr_WITH_BUILD_PATH], [ AC_ARG_WITH([build-path], [ --with-build-path=DIR build using DIR/include and DIR/lib], [ for d in `echo $withval | tr : ' '`; do test -d $d/include && CPPFLAGS="$CPPFLAGS -I$d/include" test -d $d/lib && LDFLAGS="$LDFLAGS -L$d/lib" done ]) ])