From 6d91b9028ce886a0ab7e1b3d0d29d145a4a301e5 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Fri, 15 Dec 2006 08:28:18 +0000 Subject: [PATCH] * configure.ac (for an assembler syntax supported by this package): Remove _match.i. --- ChangeLog | 2 ++ configure.ac | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c13ed0d..bd6e350 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,8 @@ Version 1.3.9 released. * Makefile.am (MOSTLYCLEANFILES): Add _match.i. + * configure.ac (for an assembler syntax supported by this package): + Remove _match.i. * bootstrap (gnulib_tool_options_extras): New var. (gnulib_tool_options): Use it. diff --git a/configure.ac b/configure.ac index 48e8728..1b854d3 100644 --- a/configure.ac +++ b/configure.ac @@ -80,7 +80,7 @@ AC_CACHE_CHECK([for an assembler syntax supported by this package], fi fi fi - rm -f conftest* _match.S match_.s match_.$OBJEXT;; + rm -f conftest* _match.i _match.S match_.s match_.$OBJEXT;; esac]) if test "$gzip_cv_assembler" != no; then AC_DEFINE(ASMV, , -- 2.47.2