From 6f21b006f6ac067516ca2187489925752e2068b2 Mon Sep 17 00:00:00 2001 From: hno <> Date: Sat, 19 Oct 2002 03:25:24 +0000 Subject: [PATCH] Bootstrapped --- aclocal.m4 | 14 +++++++------- errors/Makefile.in | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/aclocal.m4 b/aclocal.m4 index b8cffc1dc6..75af280916 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -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. diff --git a/errors/Makefile.in b/errors/Makefile.in index 44bff14095..30944d1791 100644 --- a/errors/Makefile.in +++ b/errors/Makefile.in @@ -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 \ -- 2.47.2