/tags/rel-1-3-24/SWIG/autogen.sh
Shell | 14 lines | 6 code | 2 blank | 6 comment | 1 complexity | c85a0f817095384034f7304649606bef MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
1#! /bin/sh 2 3# Bootstrap the development environment - add extra files needed to run configure. 4# Note autoreconf should do what this file achieves, but it has a bug when working with automake! 5# The latest config.guess and config.sub should be copied into Tools/config and checked into CVS 6# when upgrading the autotools. Otherwise this script will ensure the latest is copied from 7# your autotool installation. 8 9set -x 10test -d Tools/config || mkdir Tools/config 11aclocal -I Tools/config 12autoheader 13automake --add-missing --copy --force-missing 14autoconf