Switch automake version(s) to 1.10 from 1.9.
Originally committed to SVN as r3868.
This commit is contained in:
parent
e82ea9d8b2
commit
69770d53d4
1 changed files with 6 additions and 6 deletions
|
@ -206,10 +206,10 @@ ffbsd.addStep(shell.ShellCommand(
|
|||
command=["./autogen.sh", "--skip-configure"],
|
||||
env={
|
||||
'ACLOCAL_FLAGS': '-I /usr/local/share/aclocal -I /usr/home/verm/build/wx/share/aclocal',
|
||||
'ACLOCAL': 'aclocal-1.9',
|
||||
'ACLOCAL': 'aclocal-1.10',
|
||||
'AUTOCONF': 'autoconf-2.62',
|
||||
'AUTOHEADER': 'autoheader-2.62',
|
||||
'AUTOMAKE': 'automake-1.9',
|
||||
'AUTOMAKE': 'automake-1.10',
|
||||
'LIBTOOLIZE': 'libtoolize'
|
||||
}
|
||||
))
|
||||
|
@ -307,8 +307,8 @@ fosx.addStep(shell.ShellCommand(
|
|||
command=["./autogen.sh", "--skip-configure"],
|
||||
env={
|
||||
'ACLOCAL_FLAGS': '-I /Users/verm/prefix/share/aclocal -I /Developer/usr/share/aclocal -I /opt/local/share/aclocal',
|
||||
'AUTOMAKE': '/Users/verm/prefix/bin/automake-1.9',
|
||||
'ACLOCAL': '/Users/verm/prefix/bin/aclocal-1.9',
|
||||
'AUTOMAKE': '/Users/verm/prefix/bin/automake-1.10',
|
||||
'ACLOCAL': '/Users/verm/prefix/bin/aclocal-1.10',
|
||||
'AUTOCONF': '/Users/verm/prefix/bin/autoconf',
|
||||
'AUTOHEADER': '/Users/verm/prefix/bin/autoheader',
|
||||
'BIN_CONVERT': '/Users/verm/prefix/bin/convert'
|
||||
|
@ -414,8 +414,8 @@ fosx_ppc.addStep(shell.ShellCommand(
|
|||
command=["./autogen.sh", "--skip-configure"],
|
||||
env={
|
||||
'ACLOCAL_FLAGS': '-I /Users/verm/prefix/share/aclocal',
|
||||
'AUTOMAKE': '/Users/verm/prefix/bin/automake-1.9',
|
||||
'ACLOCAL': '/Users/verm/prefix/bin/aclocal-1.9',
|
||||
'AUTOMAKE': '/Users/verm/prefix/bin/automake-1.10',
|
||||
'ACLOCAL': '/Users/verm/prefix/bin/aclocal-1.10',
|
||||
'AUTOCONF': '/Users/verm/prefix/bin/autoconf-2.61',
|
||||
'AUTOHEADER': '/Users/verm/prefix/bin/autoheader-2.61',
|
||||
'BIN_CONVERT': '/Users/verm/prefix/bin/convert'
|
||||
|
|
Loading…
Reference in a new issue