mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-09-07 06:03:59 +00:00
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.
5 lines
167 B
Makefile
5 lines
167 B
Makefile
AUTOMAKE_OPTIONS = 1.9.6 foreign no-dependencies
|
|
lib_LTLIBRARIES = librpathy.la
|
|
librpathy_la_SOURCES = rpathy.c
|
|
librpathy_la_LDFLAGS = @LTLIBRPATHX@ -lc -no-undefined
|