summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2001-12-26 23:14:44 +0000
committerAndy Wingo <wingo@pobox.com>2001-12-26 23:14:44 +0000
commite6e91c26660f3b72d6ac1537a763c64108b83bc2 (patch)
tree51fe94be14c08dc10668a2b037c5e27dd0b99d0a /autogen.sh
parent807312e7b44a368b533fd43ea665c45b2131bcab (diff)
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
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 2 insertions, 0 deletions
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