diff options
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh index 35e63cc27..ca19b073a 100755 --- a/autogen.sh +++ b/autogen.sh @@ -46,6 +46,7 @@ ACLOCAL=aclocal-1.4 } } +CONFIGURE=configure.in if grep "^AM_[A-Z0-9_]\{1,\}_GETTEXT" "$CONFIGURE" >/dev/null; then if grep "sed.*POTFILES" "$CONFIGURE" >/dev/null; then GETTEXTIZE="" |