diff options
Diffstat (limited to 'www/tclhttpd/files/patch-ad')
-rw-r--r-- | www/tclhttpd/files/patch-ad | 28 |
1 files changed, 21 insertions, 7 deletions
diff --git a/www/tclhttpd/files/patch-ad b/www/tclhttpd/files/patch-ad index 4ddfcb2b94f3..0736ee74c9f3 100644 --- a/www/tclhttpd/files/patch-ad +++ b/www/tclhttpd/files/patch-ad @@ -1,7 +1,21 @@ ---- configure Wed Apr 26 17:44:05 2000 -+++ configure Thu Apr 27 18:44:11 2000 -@@ -1850,3 +1850,3 @@ - MAKE_STATIC_LIB="\${STLIB_LD} \$@ \$(\$@_OBJECTS)" -- MAKE_SHARED_LIB="\${SHLIB_LD} -o \$@ \$(\$@_OBJECTS) \${SHLIB_LDFLAGS} \${SHLIB_LD_LIBS}" -+ MAKE_SHARED_LIB="\${SHLIB_LD} -o \$@ \$> \${SHLIB_LDFLAGS} \${SHLIB_LD_LIBS}" - ;; ++++ configure Tue Mar 13 02:10:00 2001 ++++ configure Tue May 1 17:37:36 2001 +@@ -526,17 +526,3 @@ + +-ac_aux_dir= +-for ac_dir in config $srcdir/config; do +- if test -f $ac_dir/install-sh; then +- ac_aux_dir=$ac_dir +- ac_install_sh="$ac_aux_dir/install-sh -c" +- break +- elif test -f $ac_dir/install.sh; then +- ac_aux_dir=$ac_dir +- ac_install_sh="$ac_aux_dir/install.sh -c" +- break +- fi +-done +-if test -z "$ac_aux_dir"; then +- { echo "configure: error: can not find install-sh or install.sh in config $srcdir/config" 1>&2; exit 1; } +-fi ++ac_aux_dir=`pwd` + ac_config_guess=$ac_aux_dir/config.guess |