aboutsummaryrefslogtreecommitdiff
path: root/autogen-debian.sh
diff options
context:
space:
mode:
authorJames Michael DuPont <mdupont@users.sourceforge.net>2003-03-12 19:54:32 +0000
committerJames Michael DuPont <mdupont@users.sourceforge.net>2003-03-12 19:54:32 +0000
commita3e7a4580e78e8d252b91b43ecb08d8d87dcefa6 (patch)
tree049e038c77f3909a54ba24b8e6ec9c2cb4fea3a3 /autogen-debian.sh
parent28bb4e6eb59be8dd0e5343e43ae616e81901b189 (diff)
downloadswig-a3e7a4580e78e8d252b91b43ecb08d8d87dcefa6.tar.gz
debian support
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4521 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'autogen-debian.sh')
-rwxr-xr-xautogen-debian.sh16
1 files changed, 16 insertions, 0 deletions
diff --git a/autogen-debian.sh b/autogen-debian.sh
new file mode 100755
index 000000000..c633c574e
--- /dev/null
+++ b/autogen-debian.sh
@@ -0,0 +1,16 @@
+#! /bin/sh
+
+# Bootstrap the development environment - add extra files needed to run configure.
+# Note autoreconf should do what this file achieves, but it has a bug when working with automake!
+# The latest config.guess and config.sub should be copied into Tools/config and checked into CVS
+# when upgrading the autotools. Otherwise this script will ensure the latest is copied from
+# your autotool installation.
+
+set -x
+test -d Tools/config || mkdir Tools/config
+aclocal-1.7 -I Tools/config
+autoheader2.50
+automake-1.7 --add-missing --copy --force-missing
+autoconf2.50
+(cd Tools; autoconf2.50)
+