summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorLuis de Bethencourt <luis@debethencourt.com>2011-03-18 19:34:57 +0100
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2011-03-22 13:31:24 +0100
commit46e743f8eb274a26b5aafcd0497b3523a180bd5f (patch)
treec4e9ab5eef1066bedb29865f1f0886a84acf1a82 /autogen.sh
parent027b4549261107fbf6f305f9497082ddf4333ac2 (diff)
autogen: wingo signed comment
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 3d96fae..63f6165 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -80,7 +80,7 @@ tool_run "$libtoolize" "--copy --force"
tool_run "$aclocal" "-I m4 -I common/m4 $ACLOCAL_FLAGS"
tool_run "$autoheader"
-# touch the stamp-h.in build stamp so we don't re-run autoheader in maintainer mode -- wingo
+# touch the stamp-h.in build stamp so we don't re-run autoheader in maintainer mode
echo timestamp > stamp-h.in 2> /dev/null
tool_run "$autoconf"