From 15cd29062fca0d66ed060d1d75b149b9f809fc2c Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Sat, 8 Nov 2003 22:04:04 +0000 Subject: [PATCH] redundant script as autogen.sh works on debian git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5280 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/autogen-debian.sh | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100755 SWIG/autogen-debian.sh diff --git a/SWIG/autogen-debian.sh b/SWIG/autogen-debian.sh deleted file mode 100755 index 7d705cc27..000000000 --- a/SWIG/autogen-debian.sh +++ /dev/null @@ -1,16 +0,0 @@ -#! /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 -libtoolize --force --copy -automake-1.7 --add-missing --copy --force-missing -autoconf2.50 -