Allow automake and aclocal to share a common version number suffix, since

they come from the same package.

svn path=/trunk/; revision=14143
This commit is contained in:
Gilbert Ramirez 2005-04-19 22:27:05 +00:00
parent 9b5d52aab6
commit 6b90d6085e
1 changed files with 7 additions and 2 deletions

View File

@ -7,9 +7,14 @@
DIE=true
PROJECT="Ethereal"
ACLOCAL=aclocal
# If you are going to use the non-default name for automake becase your OS
# installaion has multiple versions, you need to call both aclocal and automake
# with that version number, as they come from the same package.
#AM_VERSION='-1.8'
ACLOCAL=aclocal$AM_VERSION
AUTOHEADER=autoheader
AUTOMAKE=automake
AUTOMAKE=automake$AM_VERSION
AUTOCONF=autoconf
# Check for python. There's no "--version" option!