From 20fabf7ff300b47d1c424f3558ca57bc3286bbaf Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Sat, 20 Sep 2003 23:50:04 +0000 Subject: [PATCH] (untested) update for build changes done a few months back git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5136 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- autogen-debian.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen-debian.sh b/autogen-debian.sh index c633c574e..7d705cc27 100755 --- a/autogen-debian.sh +++ b/autogen-debian.sh @@ -10,7 +10,7 @@ set -x test -d Tools/config || mkdir Tools/config aclocal-1.7 -I Tools/config autoheader2.50 +libtoolize --force --copy automake-1.7 --add-missing --copy --force-missing autoconf2.50 -(cd Tools; autoconf2.50)