From: Stefano Lattarini Date: Thu, 16 Dec 2010 23:26:38 +0000 (+0100) Subject: Minor cleanups in canon7.test. X-Git-Tag: ng-0.5a~297^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c88261173f6c8ea1e113d159e04595ddc660626;p=thirdparty%2Fautomake.git Minor cleanups in canon7.test. * tests/canon7.test (_foo_bar_SOURCES): Remove libs.c. (configure.in): Remove AC_PROG_CXX. --- diff --git a/ChangeLog b/ChangeLog index 9386d80d6..cb8c2073b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-12-17 Stefano Lattarini + + Minor cleanups in canon7.test. + * tests/canon7.test (_foo_bar_SOURCES): Remove libs.c. + (configure.in): Remove AC_PROG_CXX. + 2010-12-16 Ralf Wildenhues Fix canon7.test failure. diff --git a/tests/canon7.test b/tests/canon7.test index 3f25d6ff5..b85a83505 100755 --- a/tests/canon7.test +++ b/tests/canon7.test @@ -23,7 +23,6 @@ set -e cat >> configure.in << 'END' AC_PROG_CC -AC_PROG_CXX AC_PROG_RANLIB dnl: for static libraries AC_PROG_LIBTOOL dnl: for libtool libraries AC_OUTPUT @@ -43,7 +42,7 @@ dummy_dynamic_SOURCES = $(dummy_static_SOURCES) dummy_static_LDADD = $(noinst_LIBRARIES) dummy_dynamic_LDADD = $(noinst_LTLIBRARIES) -_foo_bar_SOURCES = libs.c foobar.c +_foo_bar_SOURCES = foobar.c libb_az_baz_a_SOURCES = libs.c lib_zardoz___la_SOURCES = libd.c