PageRenderTime 55ms CodeModel.GetById 24ms RepoModel.GetById 0ms app.codeStats 0ms

/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. # Bootstrap the development environment - add extra files needed to run configure.
  3. # Note autoreconf should do what this file achieves, but it has a bug when working with automake!
  4. # The latest config.guess and config.sub should be copied into Tools/config and checked into CVS
  5. # when upgrading the autotools. Otherwise this script will ensure the latest is copied from
  6. # your autotool installation.
  7. set -x
  8. test -d Tools/config || mkdir Tools/config
  9. aclocal -I Tools/config
  10. autoheader
  11. automake --add-missing --copy --force-missing
  12. autoconf