]> git.donarmstrong.com Git - lilypond.git/commit
Build: Let Autoconf check its own minimum version.
authorPatrick McCarty <pnorcks@gmail.com>
Sat, 3 Jul 2010 22:30:11 +0000 (15:30 -0700)
committerPatrick McCarty <pnorcks@gmail.com>
Sat, 3 Jul 2010 22:52:24 +0000 (15:52 -0700)
commit71aedca8e2f2e88f118cbbc94913a0bc70964ef9
tree2b60cc3a2d506a076d77d6038287598b31783ec4
parentd6359e6f38c6f99ae5493c549e7ed34ddb9d04a9
Build: Let Autoconf check its own minimum version.

After invoking `autoconf', Autoconf will check to see if it is older
than the minimum required version.

Right now, we require Autoconf 2.60, which is specified at the top of
configure.in:

  AC_PREREQ(2.60)

If Autoconf < 2.60 is installed, an error message is produced:

  $ ./autogen.sh
  processing .
  Running autoconf ...
  configure.in:4: error: Autoconf version 2.60 or higher is required
  configure.in:4: the top level
  autom4te: /usr/bin/m4 failed with exit status: 63
autogen.sh
stepmake/autogen.sh