summaryrefslogtreecommitdiffhomepage
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/autogen.sh b/autogen.sh
index 16091b5..9e6da0a 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -12,12 +12,6 @@ FILE=mixlib
DIE=0
-echo "Generating ChangeLog..."
-touch ChangeLog
-(./etc/gitlog-to-changelog > ChangeLog) || {
- echo "Error generating ChangeLog. The file won't be up to date."
-}
-
grep "^AM_GNU_GETTEXT" $srcdir/configure.ac >/dev/null && {
(gettext --version) < /dev/null > /dev/null 2>&1 || {
echo