/tags/rel-1-3-24/SWIG/autogen.sh
# · Shell · 14 lines · 6 code · 2 blank · 6 comment · 1 complexity · c85a0f817095384034f7304649606bef MD5 · raw file
- #! /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 -I Tools/config
- autoheader
- automake --add-missing --copy --force-missing
- autoconf