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
# -----------------
# 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.
@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@
#
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 \