summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-07-17 00:56:27 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-07-17 00:56:27 (EDT)
commitdd32b60780af568ce2149aad4eecdbe7864f5c67 (patch)
tree282df9c947acb2a55f44123b54e85b3089770eca /autogen.sh
parent6b5ca01869aa11436e7bae37683db2a627ef7504 (diff)
gettextize-ize
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh10
1 files changed, 9 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 28c30e4..f334959 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -2,7 +2,7 @@
#
# Script to generate the build system.
#
-# Copyright (C) 2013 Patrick McDermott
+# Copyright (C) 2013, 2019 Patrick McDermott
#
# Copying and distribution of this file, with or without modification,
# are permitted in any medium without royalty provided the copyright
@@ -19,6 +19,14 @@ srcdir="${0%/*}"
cat >ChangeLog <<-EOF
This file is generated upon release. Run \`git log\` for a list of changes.
EOF
+ # Force gettextize to be non-interactive. Stupid but necessary.
+ LC_ALL=C expect -f - <<-EOF
+ spawn gettextize --force --no-changelog
+ expect "Press Return to acknowledge the previous * paragraphs."
+ send "\n"
+ EOF
+ # This file contains a huge outdated matrix of unrelated packages.
+ >ABOUT-NLS
aclocal
autoconf
autoheader