diff options
Diffstat (limited to 'graphics/graphviz/files/patch-aclocal.m4')
-rw-r--r-- | graphics/graphviz/files/patch-aclocal.m4 | 22 |
1 files changed, 20 insertions, 2 deletions
diff --git a/graphics/graphviz/files/patch-aclocal.m4 b/graphics/graphviz/files/patch-aclocal.m4 index 175f3d4..d90b04c 100644 --- a/graphics/graphviz/files/patch-aclocal.m4 +++ b/graphics/graphviz/files/patch-aclocal.m4 @@ -1,5 +1,8 @@ ---- aclocal.m4.tmp Wed Apr 17 11:05:05 2002 -+++ aclocal.m4 Wed Apr 17 11:11:43 2002 + +$FreeBSD$ + +--- aclocal.m4.orig Fri Apr 12 01:09:26 2002 ++++ aclocal.m4 Thu Apr 25 13:37:28 2002 @@ -59,10 +59,10 @@ AC_REQUIRE([AC_ARG_PROGRAM]) dnl FIXME This is truly gross. @@ -15,3 +18,18 @@ AM_MISSING_PROG(MAKEINFO, makeinfo, $missing_dir) AC_REQUIRE([AC_PROG_MAKE_SET])]) +@@ -129,10 +129,13 @@ + + # serial 46 AC_PROG_LIBTOOL + AC_DEFUN([AC_PROG_LIBTOOL], +-[AC_REQUIRE([AC_LIBTOOL_SETUP])dnl ++[ ++AC_REQUIRE([AC_OBJEXT])dnl ++AC_REQUIRE([AC_EXEEXT])dnl + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' |