+2008-08-28 Bruno Haible <bruno@clisp.org>
+
+ * autogen.sh: Remove code for gettext-runtime/glocale.
+
2005-07-31 Bruno Haible <bruno@clisp.org>
* autogen.sh: Add commands for gettext-runtime/glocale directory.
automake
)
-(cd gettext-runtime/glocale
- aclocal -I m4 -I ../m4 -I ../../gettext-tools/m4 -I ../../m4
- autoconf
- autoheader && touch config.h.in
- automake
-)
-
cp -p gettext-runtime/ABOUT-NLS gettext-tools/ABOUT-NLS
(cd gettext-tools
+2008-08-28 Bruno Haible <bruno@clisp.org>
+
+ * glocale: Remove directory, moved to separate project.
+ * configure.ac (--disable-libglocale): Remove option.
+ (SUBDIR_glocale): Remove variable.
+ (ENABLE_GLOCALE): Remove conditional.
+ (AC_CONFIG_SUBDIRS): Remove glocale.
+ * Makefile.am (SUBDIR_glocale): Remove variable.
+ (SUBDIRS): Remove $(SUBDIR_glocale).
+
2005-08-13 Bruno Haible <bruno@clisp.org>
New configure options --disable-java, --disable-native-java.
else
SUBDIR_libasprintf =
endif
-if ENABLE_GLOCALE
-SUBDIR_glocale = glocale
-else
-SUBDIR_glocale =
-endif
-SUBDIRS = doc intl intl-java intl-csharp lib $(SUBDIR_libasprintf) $(SUBDIR_glocale) src po man m4 tests
+SUBDIRS = doc intl intl-java intl-csharp lib $(SUBDIR_libasprintf) src po man m4 tests
EXTRA_DIST = BUGS
fi
AM_CONDITIONAL([ENABLE_LIBASPRINTF], [test -n "$SUBDIR_libasprintf"])
-dnl Determine whether to build glocale.
-AC_ARG_ENABLE(libglocale,
- [ --disable-libglocale do not build libglocale],
- [if test "$enableval" != no; then
- SUBDIR_glocale=glocale
- else
- SUBDIR_glocale=
- fi
- ], SUBDIR_glocale=glocale)
-AM_CONDITIONAL([ENABLE_GLOCALE], [test -n "$SUBDIR_glocale"])
-
-AC_CONFIG_SUBDIRS(libasprintf glocale)
+AC_CONFIG_SUBDIRS(libasprintf)
AC_CONFIG_FILES([Makefile])