diff options
author | Greg McGary <greg@mcgary.org> | 1999-04-09 01:27:19 +0000 |
---|---|---|
committer | Greg McGary <greg@mcgary.org> | 1999-04-09 01:27:19 +0000 |
commit | 7e5fe8e2b0b4e55ec5760ec04fb8b4cd6ba7b7aa (patch) | |
tree | 31309d4182f209ba290219b5a8fb8a9393bfb201 /configure | |
parent | 37f9a1c75c0bdcea19273e7a22f2dc3fa67953d6 (diff) | |
download | idutils-7e5fe8e2b0b4e55ec5760ec04fb8b4cd6ba7b7aa.tar.gz idutils-7e5fe8e2b0b4e55ec5760ec04fb8b4cd6ba7b7aa.tar.bz2 idutils-7e5fe8e2b0b4e55ec5760ec04fb8b4cd6ba7b7aa.zip |
.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -703,7 +703,7 @@ fi PACKAGE=id-utils -VERSION=3.2d +VERSION=3.2e if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } @@ -804,7 +804,7 @@ EOF ################ Maintainer Stuff ############################################ ############################################################################## -ALL_LINGUAS="de fr" +ALL_LINGUAS="de fr pl nl" case $VERSION in *[a-z]) README_ALPHA=README-alpha;; |