diff options
author | William S Fulton <wsf@fultondesigns.co.uk> | 2003-09-20 23:50:04 +0000 |
---|---|---|
committer | William S Fulton <wsf@fultondesigns.co.uk> | 2003-09-20 23:50:04 +0000 |
commit | 20fabf7ff300b47d1c424f3558ca57bc3286bbaf (patch) | |
tree | 716a2663b69e46356b0bacdf628cb901ce778402 /autogen-debian.sh | |
parent | eeca9ccf6ab013c4f511498f9d14ea5e6acbee37 (diff) | |
download | swig-20fabf7ff300b47d1c424f3558ca57bc3286bbaf.tar.gz |
(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
Diffstat (limited to 'autogen-debian.sh')
-rwxr-xr-x | autogen-debian.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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) |