summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2013-05-20 07:40:41 -0400
committerAnthony G. Basile <blueness@gentoo.org>2013-05-20 16:00:23 -0400
commit8c3952af4e0f2e5a1aacb5563f85c6d8c3817548 (patch)
tree33394f3b69b6366ee5d8ce38e7e11e45943dcea8
parentscripts/setup.py: fix version number (diff)
downloadelfix-8c3952af4e0f2e5a1aacb5563f85c6d8c3817548.tar.gz
elfix-8c3952af4e0f2e5a1aacb5563f85c6d8c3817548.tar.bz2
elfix-8c3952af4e0f2e5a1aacb5563f85c6d8c3817548.zip
Bump to automake 1.12
-rw-r--r--configure.ac2
-rw-r--r--tests/gnustack/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 8d17617..3fcf7ed 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@ AC_PREREQ([2.68])
AC_INIT([elfix], [0.8.1], [http://bugs.gentoo.org/])
AC_CONFIG_SRCDIR([src/fix-gnustack.c])
AC_CONFIG_HEADERS([config.h])
-AM_INIT_AUTOMAKE([1.11 foreign])
+AM_INIT_AUTOMAKE([1.12 foreign])
AM_SILENT_RULES([no])
LT_PREREQ([2.4])
diff --git a/tests/gnustack/Makefile.am b/tests/gnustack/Makefile.am
index 85d5f9f..2590ba2 100644
--- a/tests/gnustack/Makefile.am
+++ b/tests/gnustack/Makefile.am
@@ -8,7 +8,7 @@ bad-gnustack.s: bad-gnustack.c
$(CC) -S $<
$(SED) -i -e 's/GNU-stack,"",/GNU-stack,"x",/' $@
-bad-gnustack: bad-gnustack.s
+bad-gnustack$(EXEEXT): bad-gnustack.s
$(CC) -o $@ $<
check_SCRIPTS = gnustacktest