From 86db93f09faa457efbabe509dba78c0b232e9bb0 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Tue, 28 Aug 2001 04:45:16 +0000 Subject: [PATCH] * tests/ansi3.test, tests/ansi5.test, tests/ccnoco.test, tests/cond4.test, tests/cond16.test, tests/cond18.test, tests/cond19.test, tests/depcomp2.test, tests/depend2.test, tests/lex3.test, tests/pr87.test, tests/subobj3.test, tests/substref.test: Clear CFLAGS. --- ChangeLog | 6 ++++++ THANKS | 3 ++- tests/ansi3.test | 4 ++++ tests/ansi5.test | 3 +++ tests/ccnoco.test | 4 ++++ tests/cond16.test | 4 ++++ tests/cond18.test | 5 +++++ tests/cond19.test | 5 +++++ tests/cond4.test | 5 +++++ tests/depcomp2.test | 4 ++++ tests/depend2.test | 4 ++++ tests/lex3.test | 4 ++++ tests/pr87.test | 4 ++++ tests/subobj3.test | 4 ++++ tests/substref.test | 4 ++++ 15 files changed, 62 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2aa73ee5..59c4ba9a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2001-08-27 Tom Tromey + * tests/ansi3.test, tests/ansi5.test, tests/ccnoco.test, + tests/cond4.test, tests/cond16.test, tests/cond18.test, + tests/cond19.test, tests/depcomp2.test, tests/depend2.test, + tests/lex3.test, tests/pr87.test, tests/subobj3.test, + tests/substref.test: Clear CFLAGS. + * automake.texi (Yacc and Lex): Mention lex, not yacc. From Alexey Mahotkin. diff --git a/THANKS b/THANKS index 9a46b778..46086b40 100644 --- a/THANKS +++ b/THANKS @@ -6,8 +6,9 @@ Adam J. Richter adam@yggdrasil.com Adrian Bunk bunk@fs.tum.de Akim Demaille akim@freefriends.org Alex Hornby alex@anvil.co.uk -Alexandre Duret-Lutz duret_g@epita.fr +Alexander Mai st002279@hrzpub.tu-darmstadt.de Alexander V. Lukyanov lav@yars.free.net +Alexandre Duret-Lutz duret_g@epita.fr Alexey Mahotkin alexm@hsys.msk.ru Andreas Schwab schwab@lamothe.informatik.uni-dortmund.de Andrew Cagney cagney@tpgi.com.au diff --git a/tests/ansi3.test b/tests/ansi3.test index f10b21f1..46e40d46 100755 --- a/tests/ansi3.test +++ b/tests/ansi3.test @@ -34,6 +34,10 @@ $needs_autoconf # Likewise for gcc. (gcc -v) > /dev/null 2>&1 || exit 77 +# Ignore user CFLAGS. +CFLAGS= +export CFLAGS + # We use gcc and not gcc -traditional as the latter fails on some # Linux boxes (Red Hat 5.1 in particular). $ACLOCAL \ diff --git a/tests/ansi5.test b/tests/ansi5.test index d9ce17e5..1e0d0824 100755 --- a/tests/ansi5.test +++ b/tests/ansi5.test @@ -57,6 +57,9 @@ set -e $ACLOCAL $AUTOCONF $AUTOMAKE -a +# Ignore user CFLAGS. +CFLAGS= +export CFLAGS CC=gcc ./configure # This is ugly! If we set U at make time then the "wrong" file gets diff --git a/tests/ccnoco.test b/tests/ccnoco.test index 346db513..08bdaea9 100755 --- a/tests/ccnoco.test +++ b/tests/ccnoco.test @@ -59,6 +59,10 @@ chmod +x Mycomp set -e +# Ignore user CFLAGS. +CFLAGS= +export CFLAGS + for conf in configure.1 configure.3; do cp $conf configure.in diff --git a/tests/cond16.test b/tests/cond16.test index 47901b32..20be630d 100755 --- a/tests/cond16.test +++ b/tests/cond16.test @@ -35,6 +35,10 @@ END $needs_autoconf (gcc -v) > /dev/null 2>&1 || exit 77 +# Ignore user CFLAGS. +CFLAGS= +export CFLAGS + set -e $ACLOCAL diff --git a/tests/cond18.test b/tests/cond18.test index c1e2b036..9d5496b3 100755 --- a/tests/cond18.test +++ b/tests/cond18.test @@ -40,6 +40,11 @@ END $needs_autoconf (gcc -v) > /dev/null 2>&1 || exit 77 + +# Ignore user CFLAGS. +CFLAGS= +export CFLAGS + $needs_gnu_make set -e diff --git a/tests/cond19.test b/tests/cond19.test index 7e9513d1..fb86c141 100755 --- a/tests/cond19.test +++ b/tests/cond19.test @@ -42,6 +42,11 @@ END $needs_autoconf (gcc -v) > /dev/null 2>&1 || exit 77 + +# Ignore user CFLAGS. +CFLAGS= +export CFLAGS + $needs_gnu_make set -e diff --git a/tests/cond4.test b/tests/cond4.test index c472070d..7ba79ad1 100755 --- a/tests/cond4.test +++ b/tests/cond4.test @@ -38,6 +38,11 @@ test "`grep TWO_FALSE Makefile.in | wc -l`" -eq 0 || exit 1 $AUTOCONF || exit 1 (gcc -v) > /dev/null 2>&1 || exit 77 + +# Ignore user CFLAGS. +CFLAGS= +export CFLAGS + $needs_gnu_make CC='gcc' CONDITION1=true CONDITION2=true ./configure || exit 1 diff --git a/tests/depcomp2.test b/tests/depcomp2.test index 54e4bdae..3dc002a8 100755 --- a/tests/depcomp2.test +++ b/tests/depcomp2.test @@ -34,6 +34,10 @@ $needs_autoconf # Likewise for gcc. (gcc -v) > /dev/null 2>&1 || exit 77 +# Ignore user CFLAGS. +CFLAGS= +export CFLAGS + $ACLOCAL || exit 1 $AUTOMAKE --add-missing || exit 1 $AUTOCONF || exit 1 diff --git a/tests/depend2.test b/tests/depend2.test index e737a4cd..1cae3eaa 100755 --- a/tests/depend2.test +++ b/tests/depend2.test @@ -43,6 +43,10 @@ $ACLOCAL $AUTOCONF $AUTOMAKE -a +# Ignore user CFLAGS. +CFLAGS= +export CFLAGS + CC='gcc' ./configure --disable-dependency-tracking $MAKE diff --git a/tests/lex3.test b/tests/lex3.test index 98c37ca3..2d652f41 100755 --- a/tests/lex3.test +++ b/tests/lex3.test @@ -11,6 +11,10 @@ $needs_autoconf # Likewise for gcc. (gcc -v) > /dev/null 2>&1 || exit 77 +# Ignore user CFLAGS. +CFLAGS= +export CFLAGS + # Likewise for gzip. (gzip --version) > /dev/null 2>&1 || exit 77 diff --git a/tests/pr87.test b/tests/pr87.test index c43701bf..accf5e13 100755 --- a/tests/pr87.test +++ b/tests/pr87.test @@ -32,6 +32,10 @@ $needs_autoconf # Likewise for gcc. (gcc -v) > /dev/null 2>&1 || exit 77 +# Ignore user CFLAGS. +CFLAGS= +export CFLAGS + touch README NEWS AUTHORS ChangeLog mkdir build diff --git a/tests/subobj3.test b/tests/subobj3.test index bb3b373e..5113e8b3 100755 --- a/tests/subobj3.test +++ b/tests/subobj3.test @@ -38,6 +38,10 @@ $needs_autoconf # Likewise for gcc. (gcc -v) > /dev/null 2>&1 || exit 77 +# Ignore user CFLAGS. +CFLAGS= +export CFLAGS + # We use gcc and not gcc -traditional as the latter fails on some # Linux boxes (Red Hat 5.1 in particular). $ACLOCAL \ diff --git a/tests/substref.test b/tests/substref.test index 88c03fc9..1c022f9a 100755 --- a/tests/substref.test +++ b/tests/substref.test @@ -33,6 +33,10 @@ END $needs_autoconf (gcc -v) > /dev/null 2>&1 || exit 77 +# Ignore user CFLAGS. +CFLAGS= +export CFLAGS + set -e $ACLOCAL -- 2.43.5