summaryrefslogtreecommitdiff
path: root/tests/library2.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/library2.test')
-rwxr-xr-xtests/library2.test8
1 files changed, 6 insertions, 2 deletions
diff --git a/tests/library2.test b/tests/library2.test
index 0dbff2899..d30c504d5 100755
--- a/tests/library2.test
+++ b/tests/library2.test
@@ -1,5 +1,5 @@
#! /bin/sh
-# Copyright (C) 2002, 2003 Free Software Foundation, Inc.
+# Copyright (C) 2002, 2003, 2011 Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -20,10 +20,14 @@
set -e
+cat >> configure.in << 'END'
+AC_PROG_CC
+END
+
cat > Makefile.am << 'END'
EXTRA_LIBRARIES = libfoo.a
END
$ACLOCAL
-AUTOMAKE_fails
+AUTOMAKE_fails -Wno-portability
grep AC_PROG_RANLIB stderr