]> git.ipfire.org Git - thirdparty/HylaFAX.git/commitdiff
configure: Only create po/Makefile & po/version.po if NLS=yes
authorTim Rice <tim@multitalents.net>
Wed, 21 Jan 2009 04:30:15 +0000 (04:30 +0000)
committerTim Rice <tim@multitalents.net>
Wed, 21 Jan 2009 04:30:15 +0000 (04:30 +0000)
configure

index 6872de4161bc7bd09b3d62d3cbcb318c91e51c18..cdd2e5efb031d5ee1130ebb3d6f73aeed69875b2 100755 (executable)
--- a/configure
+++ b/configure
@@ -4911,9 +4911,6 @@ CONF_FILES="
     sendfax/Makefile
     sendpage/Makefile
     util/Makefile
-    po/Makefile
-
-    po/version.po
 
     port/Makefile
     port/install.sh
@@ -4966,7 +4963,7 @@ test "$MKDEPEND" != ":" &&           SedConfigFiles port/mkdepend
 test $SGI2FAX = yes &&            SedConfigFiles sgi2fax/Makefile
 test $REGEX = yes &&              SedConfigFiles regex/Makefile
 test $DBLIB = yes &&              SedConfigFiles dblib/Makefile
-test $NLS = yes &&                SedConfigFiles po/Makefile
+test $NLS = yes &&                SedConfigFiles po/Makefile po/version.po
 test -f $SRCDIR/MLA/VERSION &&    SedConfigFiles MLA/Makefile
 
 if [ "$MAKEDEPINCLUDE" != "sinclude" ]; then