diff options
Diffstat (limited to 'sys-devel/libtool/files/1.4/libtool.m4.patch')
-rw-r--r-- | sys-devel/libtool/files/1.4/libtool.m4.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sys-devel/libtool/files/1.4/libtool.m4.patch b/sys-devel/libtool/files/1.4/libtool.m4.patch new file mode 100644 index 000000000000..eb07fd3f446f --- /dev/null +++ b/sys-devel/libtool/files/1.4/libtool.m4.patch @@ -0,0 +1,12 @@ +--- libtool.m4.bak Sat Jul 28 14:25:46 2001 ++++ libtool.m4 Sat Jul 28 14:25:48 2001 +@@ -22,6 +22,9 @@ + ## configuration script generated by Autoconf, you may include it under + ## the same distribution terms that you use for the rest of that program. + ++# The next line was added by Bruno Haible 2001-06-08. ++builtin([undefine],[symbols]) ++ + # serial 46 AC_PROG_LIBTOOL + AC_DEFUN([AC_PROG_LIBTOOL], + [AC_REQUIRE([AC_LIBTOOL_SETUP])dnl |