From: fenner Date: Tue, 18 Jan 2000 03:47:39 +0000 (+0000) Subject: Regenerate X-Git-Tag: tcpdump-3.5.1~404 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/0664632bf5d0cd9fa7b470837a4f396919884c8c Regenerate --- diff --git a/configure b/configure index 4ea24dc3..bd26af3a 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh -# From configure.in Revision: 1.29 +# From configure.in Revision: 1.30 @@ -4485,6 +4485,7 @@ test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' + trap '' 1 2 15 cat > confcache <<\EOF # This file is a shell script that caches the results of configure @@ -4855,8 +4856,14 @@ fi; done EOF cat >> $CONFIG_STATUS <> $CONFIG_STATUS <<\EOF +if test -f .devel; then + echo timestamp > stamp-h + cat Makefile-devel-adds >> Makefile + make depend +fi exit 0 EOF @@ -4864,8 +4871,4 @@ chmod +x $CONFIG_STATUS rm -fr confdefs* $ac_clean_files test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1 -if test -f .devel ; then - mv -f Makefile Makefile.normal - cat Makefile.normal Makefile-devel-adds > Makefile - make depend -fi +exit 0