From: Artur Frysiak Date: Mon, 2 Jul 2001 12:41:07 +0000 (+0000) Subject: remove undefined macro X-Git-Tag: RA-1_0 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fcrossmingw32-gettext.git;a=commitdiff_plain;h=refs%2Ftags%2Fgettext-0_10_40-4 remove undefined macro Changed files: gettext-aclocal.patch -> 1.1 --- diff --git a/gettext-aclocal.patch b/gettext-aclocal.patch new file mode 100644 index 0000000..f9fb657 --- /dev/null +++ b/gettext-aclocal.patch @@ -0,0 +1,11 @@ +--- gettext-0.10.36.orig/configure.in Fri Mar 16 15:33:53 2001 ++++ gettext-0.10.36/configure.in Mon Apr 2 10:33:38 2001 +@@ -52,7 +52,7 @@ + AC_CHECK_FUNCS([getcwd mblen memcpy strchr strerror uname]) + AC_REPLACE_FUNCS([memmove memset stpcpy stpncpy strcspn \ + strcasecmp strncasecmp strstr strtoul vasprintf]) +-AM_FUNC_GETLINE ++ + if test $am_cv_func_working_getline != yes; then + AC_CHECK_FUNCS(getdelim) + fi