]> sourceware.org Git - automake.git/commitdiff
* m4/header.m4 (AM_CONFIG_HEADER): Don't use m4_patsubst.
authorAkim Demaille <akim@epita.fr>
Mon, 15 Oct 2001 07:52:32 +0000 (07:52 +0000)
committerAkim Demaille <akim@epita.fr>
Mon, 15 Oct 2001 07:52:32 +0000 (07:52 +0000)
ChangeLog
m4/header.m4

index bf321fa0c0aec5ec2c9cb890908ed6f22857ef2c..300a88d540d8b4b292380df662936793da53467e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-10-15  Akim Demaille  <akim@epita.fr>
+
+       * m4/header.m4 (AM_CONFIG_HEADER): Don't use m4_patsubst.
+
 2001-10-15  Akim Demaille  <akim@epita.fr>
 
        * automake.in (&variable_conditions): Be deterministic and Perl
index c79672ee6c9232471dcf112c6bc293c41b2f521f..5290641eeaf52b22a01d487df75d0d59956cc64e 100644 (file)
@@ -31,7 +31,7 @@ AC_DEFUN([AM_CONFIG_HEADER],
 m4_ifndef([_AM_Config_Header_Index], m4_define([_AM_Config_Header_Index], [0]))
 dnl prepare to store our destination file list for use in config.status
 AC_FOREACH([_AM_File], [$1],
-           [m4_pushdef([_AM_Dest], m4_patsubst(_AM_File, [:.*]))
+           [m4_pushdef([_AM_Dest], patsubst(_AM_File, [:.*]))
             m4_define([_AM_Config_Header_Index],
                       m4_incr(_AM_Config_Header_Index))
             dnl and add it to the list of files AC keeps track of, along
This page took 0.031244 seconds and 5 git commands to generate.