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:28:22 +0100
commit29952f7d7fa5ca8a4d12a2bc5fd5d81573d885bc (patch)
tree89dd2233c6ee5fb2105925236fc9f9100b95928f /autogen.sh
parent0af549ace012db3a8fb18a099a6fa4198257857d (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 70c5340a1..820a017fb 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"