]> arthur.barton.de Git - ngircd-alex.git/commit
autogen.sh: Check for autoconf/automake wrapper scripts
authorAlexander Barton <alex@barton.de>
Sun, 27 Jan 2013 11:54:48 +0000 (12:54 +0100)
committerAlexander Barton <alex@barton.de>
Sun, 27 Jan 2013 11:54:48 +0000 (12:54 +0100)
commitc891b5f250c71c1b8f94a002c13db6035ad28305
tree93f94c563909212daa85ee28dea8bb73e682a9cb
parent419ff38a07cb0b1637b444c96cd6868a7a9e5524
autogen.sh: Check for autoconf/automake wrapper scripts

For example OpenBSD uses a "autoconf" and "automake" wrapper script which
tells the user to set AUTOCONF_VERSION and AUTOMAKE_VERSION environment
variables. This patch enhances autogen.sh to not detect these wrapper
scripts as regular autoconf/automake commands but to set the required
environment variables after detecting the real "command-X.Y" commands.

Tested on OpenBSD 5.1.
autogen.sh