mirror of
https://github.com/troglobit/editline.git
synced 2025-05-05 20:11:12 +08:00
Don't force automake v1.11, require at least v1.11
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
This commit is contained in:
parent
6ad3cc1df5
commit
7a9e467251
@ -1,7 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Use v1.11 for backwards compat with Ubuntu 12.04 LTS
|
||||
export ACLOCAL=aclocal-1.11
|
||||
export AUTOMAKE=automake-1.11
|
||||
|
||||
autoreconf -W portability -visfm
|
||||
|
@ -14,7 +14,7 @@
|
||||
|
||||
AC_PREREQ(2.61)
|
||||
AC_INIT(editline, 1.15.0, https://github.com/troglobit/editline/issues)
|
||||
AM_INIT_AUTOMAKE([no-dist-gzip dist-xz])
|
||||
AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz])
|
||||
AM_SILENT_RULES([yes])
|
||||
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
|
Loading…
Reference in New Issue
Block a user