[Winpt-commits] r332 - trunk

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Sat Sep 26 12:02:37 CEST 2009


Author: twoaday
Date: 2009-09-26 12:02:36 +0200 (Sat, 26 Sep 2009)
New Revision: 332

Modified:
   trunk/Makefile.am
   trunk/configure.ac
Log:
Temporary disabled gettext.
distcheck works now.


Modified: trunk/Makefile.am
===================================================================
--- trunk/Makefile.am	2009-09-25 17:07:03 UTC (rev 331)
+++ trunk/Makefile.am	2009-09-26 10:02:36 UTC (rev 332)
@@ -20,7 +20,7 @@
 
 EXTRA_DIST = autogen.sh README.SVN
 
-SUBDIRS = Po Gnupg PTD Src Include icons m4 
+SUBDIRS = Gnupg PTD Src Include icons m4 #Po
 
 dist-hook:
 	echo "$(VERSION)" > $(distdir)/VERSION

Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac	2009-09-25 17:07:03 UTC (rev 331)
+++ trunk/configure.ac	2009-09-26 10:02:36 UTC (rev 332)
@@ -34,7 +34,7 @@
 AM_CONFIG_HEADER(config.h)
 AC_CANONICAL_TARGET()
 AM_INIT_AUTOMAKE
-AM_MKINSTALLDIRS
+#AM_MKINSTALLDIRS
 
 AC_GNU_SOURCE
 
@@ -136,8 +136,8 @@
 ])
    
 # Note, that autogen.sh greps for the next line.
-AM_GNU_GETTEXT_VERSION(0.12.1)
-AM_GNU_GETTEXT([external])
+#AM_GNU_GETTEXT_VERSION(0.12.1)
+#AM_GNU_GETTEXT([external])
 # There is something wrong with the NLS checking here.  We force using it.
 USE_NLS=yes
 
@@ -240,6 +240,6 @@
 icons/Makefile
 m4/Makefile
 Gnupg/Makefile
-Po/Makefile.in
 ])
+#Po/Makefile.in
 AC_OUTPUT



More information about the Winpt-commits mailing list