]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bootstrapped
authorhno <>
Sat, 19 Oct 2002 03:25:24 +0000 (03:25 +0000)
committerhno <>
Sat, 19 Oct 2002 03:25:24 +0000 (03:25 +0000)
aclocal.m4
errors/Makefile.in

index b8cffc1dc684eff97a670fcede285d481a4840fd..75af28091644c71097df3badb107720db074f223 100644 (file)
@@ -557,7 +557,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], m4_bpatsubst(_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
                    dnl with our hook
@@ -598,13 +598,13 @@ done])
 # -----------------
 # Like AS_DIRNAME, only do it during macro expansion
 AC_DEFUN([_AM_DIRNAME],
-       [m4_if(m4_regexp([$1], [^.*[^/]//*[^/][^/]*/*$]), -1,
-             m4_if(m4_regexp([$1], [^//\([^/]\|$\)]), -1,
-                   m4_if(m4_regexp([$1], [^/.*]), -1,
+       [m4_if(m4_bregex([$1], [^.*[^/]//*[^/][^/]*/*$]), -1,
+             m4_if(m4_bregex([$1], [^//\([^/]\|$\)]), -1,
+                   m4_if(m4_bregex([$1], [^/.*]), -1,
                          [.],
-                         m4_patsubst([$1], [^\(/\).*], [\1])),
-                   m4_patsubst([$1], [^\(//\)\([^/].*\|$\)], [\1])),
-             m4_patsubst([$1], [^\(.*[^/]\)//*[^/][^/]*/*$], [\1]))[]dnl
+                         m4_bpatsubst([$1], [^\(/\).*], [\1])),
+                   m4_bpatsubst([$1], [^\(//\)\([^/].*\|$\)], [\1])),
+             m4_bpatsubst([$1], [^\(.*[^/]\)//*[^/][^/]*/*$], [\1]))[]dnl
 ]) # _AM_DIRNAME
 
 # Add --enable-maintainer-mode option to configure.
index 44bff14095b7cd9d3c5a9a8ab3f546837c7b7519..30944d1791f2513cb8f27ce2efd8b3fe070c839a 100644 (file)
@@ -14,7 +14,7 @@
 @SET_MAKE@
 
 #
-# $Id: Makefile.in,v 1.32 2002/10/15 08:10:55 robertc Exp $
+# $Id: Makefile.in,v 1.33 2002/10/18 21:25:24 hno Exp $
 #
 
 SHELL = @SHELL@
@@ -296,7 +296,7 @@ uninstall-local:
 #
 addlang: all
        -@if test -d $(srcdir)/$(ADDLANG); then \
-       if test -d $(DEFAULT_ERROR_DIR)/$(DESTLANG); then
+       if test -d $(DEFAULT_ERROR_DIR)/$(DESTLANG); then \
        cd $(srcdir)/$(ADDLANG)/ ; \
        for f in ERR_*; do \
                if test -f $(DEFAULT_ERROR_DIR)/$(DESTLANG)/$$f ; then \