diff options
author | Tom Tromey <tromey@redhat.com> | 2006-06-14 13:56:22 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 2006-06-14 13:56:22 +0000 |
commit | 34e598d832055c787462d2f5c5b3983e9c16bff7 (patch) | |
tree | a64814404a7ebe128349e99697ff5458ce2e0089 /libjava/classpath/aclocal.m4 | |
parent | ba1304a3dce495313b7c6a201fded9d0acd8e560 (diff) | |
download | gcc-34e598d832055c787462d2f5c5b3983e9c16bff7.zip gcc-34e598d832055c787462d2f5c5b3983e9c16bff7.tar.gz gcc-34e598d832055c787462d2f5c5b3983e9c16bff7.tar.bz2 |
re PR java/28024 (libjava build failure on Solaris 2.8 (sun4u))
PR java/28024:
* aclocal.m4, configure: Rebuilt.
* m4/acinclude.m4 (REGEN_WITH_JAY): Use backquote, not $(...).
* configure.ac (QT_INCLUDE_DIR): Use backquote, not $(...).
From-SVN: r114639
Diffstat (limited to 'libjava/classpath/aclocal.m4')
-rw-r--r-- | libjava/classpath/aclocal.m4 | 23 |
1 files changed, 2 insertions, 21 deletions
diff --git a/libjava/classpath/aclocal.m4 b/libjava/classpath/aclocal.m4 index 1d0405b..c6085b3 100644 --- a/libjava/classpath/aclocal.m4 +++ b/libjava/classpath/aclocal.m4 @@ -468,27 +468,6 @@ 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 @@ -894,6 +873,8 @@ 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]) |