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
commitca2ecf4c591932ac489ef66bb303246d648e350d (patch)
tree1498872ee2f0d57657a8527d106d881372a7795c /autogen.sh
parentac4bf2a6e502e3ef215665989b38ea52c36479c3 (diff)
downloadgst-plugins-bad-ca2ecf4c591932ac489ef66bb303246d648e350d.tar.gz
gst-plugins-bad-ca2ecf4c591932ac489ef66bb303246d648e350d.tar.bz2
gst-plugins-bad-ca2ecf4c591932ac489ef66bb303246d648e350d.zip
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