Fix macros from libcharset to work with autoconf-2.5x. (From Laszlo

Fri Sep 28 19:41:32 2001  Owen Taylor  <otaylor@redhat.com>

	* glib/libcharset/* configure.in: Fix macros from libcharset
	to work with autoconf-2.5x. (From Laszlo Peter.)
This commit is contained in:
Owen Taylor
2001-09-28 23:44:46 +00:00
committed by Owen Taylor
parent 322e2b61fa
commit b6d8893eb7
17 changed files with 128 additions and 51 deletions

View File

@@ -2,7 +2,8 @@ dnl ***********************************
dnl *** include special GLib macros ***
dnl ***********************************
builtin(include, acglib.m4)dnl
builtin(include, aclibcharset.m4)dnl
builtin(include, glib/libcharset/codeset.m4)dnl
builtin(include, glib/libcharset/glibc21.m4)dnl
# require autoconf 2.13
AC_PREREQ(2.13)