summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xautogen.sh14
1 files changed, 7 insertions, 7 deletions
diff --git a/autogen.sh b/autogen.sh
index 7bc4fc3..9172dfa 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -14,15 +14,15 @@ set -e
srcdir="${0%/*}"
{(
- cd "${srcdir}"
- [ -d build-aux ] || mkdir build-aux
- cat >ChangeLog <<-EOF
+ cd "${srcdir}"
+ [ -d build-aux ] || mkdir build-aux
+ cat >ChangeLog <<-EOF
This file is generated upon release. Run \`git log\` for a list of changes.
EOF
- aclocal
- autoconf
- autoheader
- automake --add-missing --copy
+ aclocal
+ autoconf
+ autoheader
+ automake --add-missing --copy
glib-gettextize --copy --force
)}