summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2013-05-10 22:13:04 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2013-05-10 22:13:04 +0200
commit97ddbcfa0bd12b45d00b74d298f6d14832981ee4 (patch)
treedf78de661ff4d311b6a53f91b1613d348602c336 /tests
parentdcad2249bd35a26a3e4c839aeda95b134a86b8e4 (diff)
downloadgnulib-97ddbcfa0bd12b45d00b74d298f6d14832981ee4.tar.gz
deps: require Automake >= 1.9.6 in generated Makefile fragments
That is the same minimal version required in the DEPENDENCIES file. Moreover, the old code generated a requirement of Automake >= 1.5, and that is an insanely outdated version. * gnulib-tool: Bump minimal version requirement in AUTOMAKE_OPTIONS. * tests/havelib/rpathlx/Makefile.am: Likewise. * tests/havelib/rpathly/Makefile.am: Likewise. * tests/havelib/rpathlyx/Makefile.am: Likewise. * tests/havelib/rpathlz/Makefile.am: Likewise. * tests/havelib/rpathlzyx/Makefile.am: Likewise. * tests/havelib/rpathx/Makefile.am: Likewise. * tests/havelib/rpathy/Makefile.am: Likewise. * tests/havelib/rpathz/Makefile.am: Likewise.
Diffstat (limited to 'tests')
-rw-r--r--tests/havelib/rpathlx/Makefile.am2
-rw-r--r--tests/havelib/rpathly/Makefile.am2
-rw-r--r--tests/havelib/rpathlyx/Makefile.am2
-rw-r--r--tests/havelib/rpathlz/Makefile.am2
-rw-r--r--tests/havelib/rpathlzyx/Makefile.am2
-rw-r--r--tests/havelib/rpathx/Makefile.am2
-rw-r--r--tests/havelib/rpathy/Makefile.am2
-rw-r--r--tests/havelib/rpathz/Makefile.am2
8 files changed, 8 insertions, 8 deletions
diff --git a/tests/havelib/rpathlx/Makefile.am b/tests/havelib/rpathlx/Makefile.am
index da6a22c516..86a8b0aa98 100644
--- a/tests/havelib/rpathlx/Makefile.am
+++ b/tests/havelib/rpathlx/Makefile.am
@@ -1,4 +1,4 @@
-AUTOMAKE_OPTIONS = 1.5 foreign no-dependencies
+AUTOMAKE_OPTIONS = 1.9.6 foreign no-dependencies
bin_PROGRAMS = usex
usex_SOURCES = usex.c
LDADD = @LIBRPATHX@
diff --git a/tests/havelib/rpathly/Makefile.am b/tests/havelib/rpathly/Makefile.am
index 44812b5bcb..a68a20552c 100644
--- a/tests/havelib/rpathly/Makefile.am
+++ b/tests/havelib/rpathly/Makefile.am
@@ -1,4 +1,4 @@
-AUTOMAKE_OPTIONS = 1.5 foreign no-dependencies
+AUTOMAKE_OPTIONS = 1.9.6 foreign no-dependencies
bin_PROGRAMS = usey
usey_SOURCES = usey.c
LDADD = @LIBRPATHY@
diff --git a/tests/havelib/rpathlyx/Makefile.am b/tests/havelib/rpathlyx/Makefile.am
index 44812b5bcb..a68a20552c 100644
--- a/tests/havelib/rpathlyx/Makefile.am
+++ b/tests/havelib/rpathlyx/Makefile.am
@@ -1,4 +1,4 @@
-AUTOMAKE_OPTIONS = 1.5 foreign no-dependencies
+AUTOMAKE_OPTIONS = 1.9.6 foreign no-dependencies
bin_PROGRAMS = usey
usey_SOURCES = usey.c
LDADD = @LIBRPATHY@
diff --git a/tests/havelib/rpathlz/Makefile.am b/tests/havelib/rpathlz/Makefile.am
index ff0e6027ad..7078c0c57c 100644
--- a/tests/havelib/rpathlz/Makefile.am
+++ b/tests/havelib/rpathlz/Makefile.am
@@ -1,4 +1,4 @@
-AUTOMAKE_OPTIONS = 1.5 foreign no-dependencies
+AUTOMAKE_OPTIONS = 1.9.6 foreign no-dependencies
bin_PROGRAMS = usez
usez_SOURCES = usez.c
LDADD = @LIBRPATHZ@
diff --git a/tests/havelib/rpathlzyx/Makefile.am b/tests/havelib/rpathlzyx/Makefile.am
index ff0e6027ad..7078c0c57c 100644
--- a/tests/havelib/rpathlzyx/Makefile.am
+++ b/tests/havelib/rpathlzyx/Makefile.am
@@ -1,4 +1,4 @@
-AUTOMAKE_OPTIONS = 1.5 foreign no-dependencies
+AUTOMAKE_OPTIONS = 1.9.6 foreign no-dependencies
bin_PROGRAMS = usez
usez_SOURCES = usez.c
LDADD = @LIBRPATHZ@
diff --git a/tests/havelib/rpathx/Makefile.am b/tests/havelib/rpathx/Makefile.am
index 69b4cc9873..42617ac7e2 100644
--- a/tests/havelib/rpathx/Makefile.am
+++ b/tests/havelib/rpathx/Makefile.am
@@ -1,4 +1,4 @@
-AUTOMAKE_OPTIONS = 1.5 foreign no-dependencies
+AUTOMAKE_OPTIONS = 1.9.6 foreign no-dependencies
lib_LTLIBRARIES = librpathx.la
librpathx_la_SOURCES = rpathx.c
librpathx_la_LDFLAGS = -lc -no-undefined
diff --git a/tests/havelib/rpathy/Makefile.am b/tests/havelib/rpathy/Makefile.am
index 6b44f37f64..6dc16f6952 100644
--- a/tests/havelib/rpathy/Makefile.am
+++ b/tests/havelib/rpathy/Makefile.am
@@ -1,4 +1,4 @@
-AUTOMAKE_OPTIONS = 1.5 foreign no-dependencies
+AUTOMAKE_OPTIONS = 1.9.6 foreign no-dependencies
lib_LTLIBRARIES = librpathy.la
librpathy_la_SOURCES = rpathy.c
librpathy_la_LDFLAGS = @LTLIBRPATHX@ -lc -no-undefined
diff --git a/tests/havelib/rpathz/Makefile.am b/tests/havelib/rpathz/Makefile.am
index 675dda261c..56a364862b 100644
--- a/tests/havelib/rpathz/Makefile.am
+++ b/tests/havelib/rpathz/Makefile.am
@@ -1,4 +1,4 @@
-AUTOMAKE_OPTIONS = 1.5 foreign no-dependencies
+AUTOMAKE_OPTIONS = 1.9.6 foreign no-dependencies
lib_LTLIBRARIES = librpathz.la
librpathz_la_SOURCES = rpathz.c
librpathz_la_LDFLAGS = @LTLIBRPATHX@ @LTLIBRPATHY@ -lc -no-undefined