From 9a524f7781d2af2b469a8e36ae1389948ce66986 Mon Sep 17 00:00:00 2001 From: Artur Frysiak Date: Mon, 2 Jul 2001 12:41:07 +0000 Subject: [PATCH] remove undefined macro Changed files: gettext-aclocal.patch -> 1.1 --- gettext-aclocal.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 gettext-aclocal.patch 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 -- 2.43.0