Loading Makefile.in +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ VPATH = @srcdir@ SUBDIRS = ap lib main modules os $(REGEX_DIR) PROGRAM_NAME = @progname@ PROGRAM_NAME = $(progname) PROGRAM_SOURCES = modules.c buildmark.c PROGRAM_LDADD = $(EXTRA_LDFLAGS) $(PROGRAM_DEPENDENCIES) $(EXTRA_LIBS) PROGRAM_DEPENDENCIES = \ Loading configure.in +7 −6 Original line number Diff line number Diff line Loading @@ -143,6 +143,7 @@ EXTRA_LIBS="$EXTRA_LIBS $LIBS" EXTRA_LDFLAGS="$LDFLAGS" LIBS="" LDFLAGS="" APACHE_SUBST(progname) APACHE_SUBST(EXTRA_CFLAGS) APACHE_SUBST(EXTRA_LDFLAGS) APACHE_SUBST(EXTRA_LIBS) Loading @@ -162,6 +163,11 @@ if test "$apache_need_shared" = "yes"; then $SHELL $srcdir/ltconfig --output=shlibtool --disable-static --srcdir=$srcdir --cache-file=./config.cache $srcdir/ltmain.sh fi AC_ARG_WITH(program-name, [ --with-program-name=alternate executable name],[ progname="$withval" ], [ progname="httpd"] ) APACHE_FAST_OUTPUT(Makefile ap/Makefile lib/Makefile main/Makefile modules/Makefile os/Makefile) APACHE_FAST_GENERATE Loading @@ -170,11 +176,6 @@ dnl ## Build modules.c rm -f $srcdir/modules.c echo $MODLIST | $AWK -f $srcdir/helpers/build-modules-c.awk > $srcdir/modules.c AC_ARG_WITH(program-name, [ --with-program-name=alternate executable name],[ progname="$withval" ], [ progname="httpd"] ) AC_OUTPUT_COMMANDS([ echo '/* Generated by configure */' > ${path_h}.new echo "#define HTTPD_ROOT \"$prefix\"" >> ${path_h}.new Loading @@ -197,6 +198,6 @@ bindir=$bindir progname=$progname ]) AC_OUTPUT($APACHE_OUTPUT_FILES Makefile) AC_OUTPUT($APACHE_OUTPUT_FILES) Loading
Makefile.in +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ VPATH = @srcdir@ SUBDIRS = ap lib main modules os $(REGEX_DIR) PROGRAM_NAME = @progname@ PROGRAM_NAME = $(progname) PROGRAM_SOURCES = modules.c buildmark.c PROGRAM_LDADD = $(EXTRA_LDFLAGS) $(PROGRAM_DEPENDENCIES) $(EXTRA_LIBS) PROGRAM_DEPENDENCIES = \ Loading
configure.in +7 −6 Original line number Diff line number Diff line Loading @@ -143,6 +143,7 @@ EXTRA_LIBS="$EXTRA_LIBS $LIBS" EXTRA_LDFLAGS="$LDFLAGS" LIBS="" LDFLAGS="" APACHE_SUBST(progname) APACHE_SUBST(EXTRA_CFLAGS) APACHE_SUBST(EXTRA_LDFLAGS) APACHE_SUBST(EXTRA_LIBS) Loading @@ -162,6 +163,11 @@ if test "$apache_need_shared" = "yes"; then $SHELL $srcdir/ltconfig --output=shlibtool --disable-static --srcdir=$srcdir --cache-file=./config.cache $srcdir/ltmain.sh fi AC_ARG_WITH(program-name, [ --with-program-name=alternate executable name],[ progname="$withval" ], [ progname="httpd"] ) APACHE_FAST_OUTPUT(Makefile ap/Makefile lib/Makefile main/Makefile modules/Makefile os/Makefile) APACHE_FAST_GENERATE Loading @@ -170,11 +176,6 @@ dnl ## Build modules.c rm -f $srcdir/modules.c echo $MODLIST | $AWK -f $srcdir/helpers/build-modules-c.awk > $srcdir/modules.c AC_ARG_WITH(program-name, [ --with-program-name=alternate executable name],[ progname="$withval" ], [ progname="httpd"] ) AC_OUTPUT_COMMANDS([ echo '/* Generated by configure */' > ${path_h}.new echo "#define HTTPD_ROOT \"$prefix\"" >> ${path_h}.new Loading @@ -197,6 +198,6 @@ bindir=$bindir progname=$progname ]) AC_OUTPUT($APACHE_OUTPUT_FILES Makefile) AC_OUTPUT($APACHE_OUTPUT_FILES)