X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=libjava%2Fclasspath%2Faclocal.m4;fp=libjava%2Fclasspath%2Faclocal.m4;h=1d0405b6d450d5562ecd0954cd03ebc0a7d56f70;hb=ffde862e033a0825e1e9972a89c0f1f80b261a8e;hp=c6085b3d8934be99fa51f4a14632be6c5d84d15c;hpb=b415ff10527e977c3758234fd930e2c027bfa17d;p=pf3gnuchains%2Fgcc-fork.git diff --git a/libjava/classpath/aclocal.m4 b/libjava/classpath/aclocal.m4 index c6085b3d893..1d0405b6d45 100644 --- a/libjava/classpath/aclocal.m4 +++ b/libjava/classpath/aclocal.m4 @@ -468,6 +468,27 @@ AC_DEFUN([AM_PROG_INSTALL_SH], install_sh=${install_sh-"$am_aux_dir/install-sh"} AC_SUBST(install_sh)]) +# Copyright (C) 2003, 2005 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 2 + +# Check whether the underlying file-system supports filenames +# with a leading dot. For instance MS-DOS doesn't. +AC_DEFUN([AM_SET_LEADING_DOT], +[rm -rf .tst 2>/dev/null +mkdir .tst 2>/dev/null +if test -d .tst; then + am__leading_dot=. +else + am__leading_dot=_ +fi +rmdir .tst 2>/dev/null +AC_SUBST([am__leading_dot])]) + # Add --enable-maintainer-mode option to configure. -*- Autoconf -*- # From Jim Meyering @@ -873,8 +894,6 @@ AC_SUBST([am__tar]) AC_SUBST([am__untar]) ]) # _AM_PROG_TAR -m4_include([../../config/depstand.m4]) -m4_include([../../config/lead-dot.m4]) m4_include([../../libtool.m4]) m4_include([m4/acattribute.m4]) m4_include([m4/accross.m4])