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:29:11 +0100
commit004633d06b868b57fab7c53bda5eb953669de1ae (patch)
tree312a104694cce802da6be7d8d34fdd6e16afe3c0 /autogen.sh
parent101e8a024ff547f81ca34073de454f89e465aa63 (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 89531332..9a0ebde3 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -81,7 +81,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"