summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorAkim Demaille <akim@epita.fr>2001-10-15 07:52:33 +0000
committerAkim Demaille <akim@epita.fr>2001-10-15 07:52:33 +0000
commita8fc58a2c9126db272d81a7bf454c62188ebd131 (patch)
tree6dcf5591fd483ece9b12a4675a5f95f048d02c65 /m4
parent7abbcbd1792957fa5ce5906756eb4e8d993d0614 (diff)
downloadautomake-a8fc58a2c9126db272d81a7bf454c62188ebd131.tar.gz
* m4/header.m4 (AM_CONFIG_HEADER): Don't use m4_patsubst.
Diffstat (limited to 'm4')
-rw-r--r--m4/header.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/header.m4 b/m4/header.m4
index c79672ee6..5290641ee 100644
--- a/m4/header.m4
+++ b/m4/header.m4
@@ -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