From: Bruno Haible Date: Wed, 4 Apr 2007 00:30:34 +0000 (+0000) Subject: Remove AC_SUBSTs that are now done in the *.m4 files. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5bf7c43050114223e24fff065230cffe8c63200;p=pspp Remove AC_SUBSTs that are now done in the *.m4 files. --- diff --git a/ChangeLog b/ChangeLog index 20b7613847..d9b34edf3b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-04-03 Bruno Haible + + * modules/frexp-tests (configure.ac): Remove AC_SUBST. + * modules/isnanl-tests (configure.ac): Likewise. + 2007-04-03 Ben Pfaff * modules/iconv_open: Add $(srcdir)/ to source directory diff --git a/modules/frexp-tests b/modules/frexp-tests index db332ccfd5..910b0db405 100644 --- a/modules/frexp-tests +++ b/modules/frexp-tests @@ -5,7 +5,6 @@ Depends-on: isnan-nolibm configure.ac: -AC_SUBST([FREXP_LIBM]) Makefile.am: TESTS += test-frexp diff --git a/modules/isnanl-tests b/modules/isnanl-tests index 1098aa3ceb..33a0e598d7 100644 --- a/modules/isnanl-tests +++ b/modules/isnanl-tests @@ -6,7 +6,6 @@ Depends-on: configure.ac: gl_LONG_DOUBLE_EXPONENT_LOCATION -AC_SUBST([ISNANL_LIBM]) Makefile.am: TESTS += test-isnanl