aboutsummaryrefslogtreecommitdiff
path: root/libjava/classpath/aclocal.m4
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2005-09-30 20:46:59 +0000
committerTom Tromey <tromey@gcc.gnu.org>2005-09-30 20:46:59 +0000
commite0f7b2609b4f970bfa7082b0cf3a96a509493c14 (patch)
tree6ac7ac7a156fcf9633fef967b394187985e5f56f /libjava/classpath/aclocal.m4
parent21905d1b4319b962f26f87d57e8fa4f00f0aeedb (diff)
downloadgcc-e0f7b2609b4f970bfa7082b0cf3a96a509493c14.zip
gcc-e0f7b2609b4f970bfa7082b0cf3a96a509493c14.tar.gz
gcc-e0f7b2609b4f970bfa7082b0cf3a96a509493c14.tar.bz2
re PR libgcj/24051 (libjava failed to configure)
libjava: PR libgcj/24051: * Makefile.in: Rebuilt. * Makefile.am (toolexeclib_LTLIBRARIES): Add Qt library if requested. (lib_gnu_java_awt_peer_qt_la_SOURCES): New variable. (lib_gnu_java_awt_peer_qt_la_LIBADD): Likewise. (lib_gnu_java_awt_peer_qt_la_DEPENDENCIES): Likewise. (lib_gnu_java_awt_peer_qt_la_LDFLAGS): Likewise. (lib_gnu_java_awt_peer_qt_la_LINK): Likewise. * configure: Rebuilt. * configure.ac: Pass --enable-qt-peers when qt is requested. libjava/classpath: PR libgcj/24051: * Makefile.in: Rebuilt. * Makefile.am (ACLOCAL_AMFLAGS): Added -I ../../config * configure: Rebuilt. * configure.ac: Use GCC_NO_EXECUTABLES From-SVN: r104833
Diffstat (limited to 'libjava/classpath/aclocal.m4')
-rw-r--r--libjava/classpath/aclocal.m436
1 files changed, 3 insertions, 33 deletions
diff --git a/libjava/classpath/aclocal.m4 b/libjava/classpath/aclocal.m4
index 8723094..fbe1f32 100644
--- a/libjava/classpath/aclocal.m4
+++ b/libjava/classpath/aclocal.m4
@@ -547,39 +547,6 @@ AC_DEFUN([AM_PROG_INSTALL_SH],
install_sh=${install_sh-"$am_aux_dir/install-sh"}
AC_SUBST(install_sh)])
-# -*- Autoconf -*-
-# Copyright (C) 2003 Free Software Foundation, Inc.
-
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2, or (at your option)
-# any later version.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-# 02111-1307, USA.
-
-# serial 1
-
-# 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.
# From Jim Meyering
@@ -1086,6 +1053,9 @@ AC_SUBST([am__tar])
AC_SUBST([am__untar])
]) # _AM_PROG_TAR
+m4_include([../../config/depstand.m4])
+m4_include([../../config/lead-dot.m4])
+m4_include([../../config/no-executables.m4])
m4_include([../../libtool.m4])
m4_include([m4/accross.m4])
m4_include([m4/acinclude.m4])