summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2023-10-06 08:09:54 (EDT)
committer P. J. McDermott <pj@pehjota.net>2023-10-06 09:05:28 (EDT)
commit84a56a1f46e1c09775f533a5f335ddebdd74c92f (patch)
treed2cf90e22b7498abe98fdbffa66b595066e8b80c /autogen.sh
parent89b67a868e2023d41a29609c2fa186174e634952 (diff)
downloadatsign-84a56a1f46e1c09775f533a5f335ddebdd74c92f.zip
atsign-84a56a1f46e1c09775f533a5f335ddebdd74c92f.tar.gz
atsign-84a56a1f46e1c09775f533a5f335ddebdd74c92f.tar.bz2
build: gettextize
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 c80fde1..1123075 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -2,7 +2,7 @@
#
# Script to generate the build system.
#
-# Copyright (C) 2013 P. J. McDermott
+# Copyright (C) 2013, 2019 P. J. 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