diff options
author | kcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-09-23 01:14:03 +0000 |
---|---|---|
committer | kcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-09-23 01:14:03 +0000 |
commit | ab0617935af90b2fa2a91c6ad3b4d9d08b4266d9 (patch) | |
tree | 2dcc94d7d7e0cca5c4eee9d6ac568225a7f19b93 /libjava/Makefile.am | |
parent | dc386652783978f6fc093b36c69e24f90af39826 (diff) | |
download | gcc-ab0617935af90b2fa2a91c6ad3b4d9d08b4266d9.tar.gz |
2004-09-22 Kelley Cook <kcook@gcc.gnu.org>
* Makefile.am: Run aclocal with -I ../config
* acinclude.m4: Delete macros picked up from ../config and tidy.
(AM_ICONV,AM_LC_MESSAGES, PKG_CHECK_MODULES): Delete.
* aclocal.m4, configure, Makefile.in, gcj/Makefile.in: Regenerate.
* include/Makefile.in, testsuite/Makefile.in: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@87913 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/Makefile.am')
-rw-r--r-- | libjava/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/Makefile.am b/libjava/Makefile.am index 3650d742364..42a2b8d9252 100644 --- a/libjava/Makefile.am +++ b/libjava/Makefile.am @@ -2,7 +2,7 @@ AUTOMAKE_OPTIONS = foreign subdir-objects -ACLOCAL_AMFLAGS = -I . +ACLOCAL_AMFLAGS = -I . -I ../config ## Garbage collector conditionals. if USING_BOEHMGC |