From a5bf7c43050114223e24fff065230cffe8c63200 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Wed, 4 Apr 2007 00:30:34 +0000 Subject: [PATCH] Remove AC_SUBSTs that are now done in the *.m4 files. --- ChangeLog | 5 +++++ modules/frexp-tests | 1 - modules/isnanl-tests | 1 - 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 20b761384..d9b34edf3 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 db332ccfd..910b0db40 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 1098aa3ce..33a0e598d 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 -- 2.11.0