Loading acinclude.m4 +16 −0 Original line number Diff line number Diff line AC_DEFUN(APACHE_CONFIG_NICE,[ rm -f $1 cat >$1<<EOF #! /bin/sh # # Created by configure EOF for arg in [$]0 "[$]@"; do echo "\"[$]arg\" \\" >> $1 done echo '"[$]@"' >> $1 chmod +x $1 ]) AC_DEFUN(APACHE_PASSTHRU,[ unset ac_cv_pass_$1 AC_CACHE_VAL(ac_cv_pass_$1, [ac_cv_pass_$1=$$1]) Loading configure.in +2 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,8 @@ dnl Absolute source/build directory abs_srcdir=`(cd $srcdir && pwd)` abs_builddir=`pwd` APACHE_CONFIG_NICE(config.nice) dnl If the source dir is not equal to the build dir, dnl then we are running in VPATH mode. Loading Loading
acinclude.m4 +16 −0 Original line number Diff line number Diff line AC_DEFUN(APACHE_CONFIG_NICE,[ rm -f $1 cat >$1<<EOF #! /bin/sh # # Created by configure EOF for arg in [$]0 "[$]@"; do echo "\"[$]arg\" \\" >> $1 done echo '"[$]@"' >> $1 chmod +x $1 ]) AC_DEFUN(APACHE_PASSTHRU,[ unset ac_cv_pass_$1 AC_CACHE_VAL(ac_cv_pass_$1, [ac_cv_pass_$1=$$1]) Loading
configure.in +2 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,8 @@ dnl Absolute source/build directory abs_srcdir=`(cd $srcdir && pwd)` abs_builddir=`pwd` APACHE_CONFIG_NICE(config.nice) dnl If the source dir is not equal to the build dir, dnl then we are running in VPATH mode. Loading