From ca2ecf4c591932ac489ef66bb303246d648e350d Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Wed, 26 Dec 2001 23:14:44 +0000 Subject: added --with-pkg-config-path option try not to run autoheader too much Original commit message from CVS: * added --with-pkg-config-path option * try not to run autoheader too much --- autogen.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh index b243f8f2..35347859 100755 --- a/autogen.sh +++ b/autogen.sh @@ -158,6 +158,8 @@ autoheader || { echo "autoheader failed" exit 1 } +# touch the stamp-h.in build stamp so we don't re-run autoheader in maintainer mode -- wingo +echo timestamp > stamp-h.in 2> /dev/null echo "+ running autoconf ... " autoconf || { echo -- cgit v1.2.1