automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

08-fyi-m4-patsubst.patch


From: Akim Demaille
Subject: 08-fyi-m4-patsubst.patch
Date: Mon, 15 Oct 2001 09:54:51 +0200

Index: ChangeLog
from  Akim Demaille  <address@hidden>

        * m4/header.m4 (AM_CONFIG_HEADER): Don't use m4_patsubst.

Index: m4/header.m4
--- m4/header.m4 Fri, 12 Oct 2001 14:43:57 +0200 akim
+++ m4/header.m4 Sat, 13 Oct 2001 21:13:51 +0200 akim
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]