summaryrefslogtreecommitdiff
path: root/m4/ax_subdir_files.m4
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2009-08-10 20:11:11 +0100
committerReuben Thomas <rrt@sc3d.org>2009-08-10 20:11:11 +0100
commitc6c19a2edcc7f206a1cfdf6d91e3d584f7705b9f (patch)
tree90269678bc2a42a9492c62e07dbe08ecc10835a3 /m4/ax_subdir_files.m4
parent386747c45473a6f4b7ca32a787c316d205705586 (diff)
downloadautoconf-archive-c6c19a2edcc7f206a1cfdf6d91e3d584f7705b9f.tar.gz
More renamings missed previously.
Diffstat (limited to 'm4/ax_subdir_files.m4')
-rw-r--r--m4/ax_subdir_files.m412
1 files changed, 6 insertions, 6 deletions
diff --git a/m4/ax_subdir_files.m4 b/m4/ax_subdir_files.m4
index 5b23f3d..863dc0c 100644
--- a/m4/ax_subdir_files.m4
+++ b/m4/ax_subdir_files.m4
@@ -46,16 +46,16 @@
# exception to the GPL to apply to your modified version as well.
AC_DEFUN([AX_SUBDIR_FILES],
-[AC_BEFORE($0,[AC_PROG_CP_S])
+[AC_BEFORE($0,[AX_PROG_CP_S])
for ac_subdir in ifelse([$1], , *, $1) ; do
if test -d $ac_subdir ; then
AC_MSG_CHECKING(subdir $ac_subdir)
for ac_file in $ac_subdir/* ; do
- if test -f $ac_file ; then
- if test ! -e `basename $ac_file` ; then
- case `basename $ac_file` in
- ifelse([$2], , *.?|*.cc|*.cpp,[$1]))
- echo ${ECHO_N} "$ac_file," ;
+ if test -f $ac_file ; then
+ if test ! -e `basename $ac_file` ; then
+ case `basename $ac_file` in
+ ifelse([$2], , *.?|*.cc|*.cpp,[$1]))
+ echo ${ECHO_N} "$ac_file," ;
$CP_S $ac_file . ;;
esac
fi