[Lemon-commits] [lemon_svn] ladanyi: r2700 - in hugo/trunk: . m4

Lemon SVN svn at lemon.cs.elte.hu
Mon Nov 6 20:54:35 CET 2006


Author: ladanyi
Date: Sat Apr 15 00:01:02 2006
New Revision: 2700

Added:
   hugo/trunk/m4/Makefile.am
Modified:
   hugo/trunk/Makefile.am
   hugo/trunk/configure.ac
   hugo/trunk/m4/   (props changed)

Log:
downgrade to gettext 0.14.2

Modified: hugo/trunk/Makefile.am
==============================================================================
--- hugo/trunk/Makefile.am	(original)
+++ hugo/trunk/Makefile.am	Sat Apr 15 00:01:02 2006
@@ -4,39 +4,11 @@
 	build-aux/config.rpath \
 	build-aux/mkinstalldirs \
 	LICENSE \
+	ABOUT-NLS \
 	lemon.spec \
 	autopackage/default.apspec.in \
 	m4/lx_check_cplex.m4 \
-	m4/lx_check_glpk.m4 \
-	m4/codeset.m4 \
-	m4/gettext.m4 \
-	m4/glibc21.m4 \
-	m4/glibc2.m4 \
-	m4/iconv.m4 \
-	m4/intdiv0.m4 \
-	m4/intmax.m4 \
-	m4/inttypes_h.m4 \
-	m4/inttypes.m4 \
-	m4/inttypes-pri.m4 \
-	m4/isc-posix.m4 \
-	m4/lcmessage.m4 \
-	m4/lib-ld.m4 \
-	m4/lib-link.m4 \
-	m4/lib-prefix.m4 \
-	m4/longdouble.m4 \
-	m4/longlong.m4 \
-	m4/nls.m4 \
-	m4/po.m4 \
-	m4/printf-posix.m4 \
-	m4/progtest.m4 \
-	m4/signed.m4 \
-	m4/size_max.m4 \
-	m4/stdint_h.m4 \
-	m4/uintmax_t.m4 \
-	m4/ulonglong.m4 \
-	m4/wchar_t.m4 \
-	m4/wint_t.m4 \
-	m4/xsize.m4
+	m4/lx_check_glpk.m4
 
 if WANT_DOC
   MAYBE_DOC = doc
@@ -51,7 +23,7 @@
   MAYBE_BENCHMARK = benchmark
 endif
 
-SUBDIRS = lemon po $(MAYBE_BENCHMARK) $(MAYBE_DEMO) $(MAYBE_GUI) $(MAYBE_DOC) test
+SUBDIRS = lemon po m4 $(MAYBE_BENCHMARK) $(MAYBE_DEMO) $(MAYBE_GUI) $(MAYBE_DOC) test
 
 MRPROPERFILES = \
 	aclocal.m4 \
@@ -77,6 +49,7 @@
 	gui/icons/Makefile.in \
 	gui/Makefile.in \
 	ABOUT-NLS \
+	m4/Makefile.in \
 	m4/lib-link.m4 \
 	m4/printf-posix.m4 \
 	m4/uintmax_t.m4 \

Modified: hugo/trunk/configure.ac
==============================================================================
--- hugo/trunk/configure.ac	(original)
+++ hugo/trunk/configure.ac	Sat Apr 15 00:01:02 2006
@@ -18,7 +18,7 @@
 AC_PROG_LIBTOOL
 
 dnl i18n
-AM_GNU_GETTEXT_VERSION([0.14.5])
+AM_GNU_GETTEXT_VERSION([0.14.2])
 AM_GNU_GETTEXT([external])
 
 if test x"$lx_cmdline_cxxflags_set" != x"set" -a "$GXX" = yes; then
@@ -127,6 +127,7 @@
 test/Makefile
 gui/Makefile
 po/Makefile.in
+m4/Makefile
 ])
 
 AC_OUTPUT

Added: hugo/trunk/m4/Makefile.am
==============================================================================
--- (empty file)
+++ hugo/trunk/m4/Makefile.am	Sat Apr 15 00:01:02 2006
@@ -0,0 +1 @@
+EXTRA_DIST = codeset.m4 gettext.m4 glibc21.m4 iconv.m4 intdiv0.m4 intmax.m4 inttypes.m4 inttypes_h.m4 inttypes-pri.m4 isc-posix.m4 lcmessage.m4 lib-ld.m4 lib-link.m4 lib-prefix.m4 longdouble.m4 longlong.m4 nls.m4 po.m4 printf-posix.m4 progtest.m4 signed.m4 size_max.m4 stdint_h.m4 uintmax_t.m4 ulonglong.m4 wchar_t.m4 wint_t.m4 xsize.m4



More information about the Lemon-commits mailing list