2001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* automake/lib.am: Comment out LD.
	* Makefile.am: Use ACLOCAL_FILES = to make automake-1.5 happy; Add
	automake/leaf.am to AUTOMAKE_FILES.
This commit is contained in:
Joel Sherrill
2001-09-27 19:26:39 +00:00
parent 46d31795ed
commit 8738dfaa7b
3 changed files with 10 additions and 3 deletions
+6
View File
@@ -1,3 +1,9 @@
2001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* automake/lib.am: Comment out LD.
* Makefile.am: Use ACLOCAL_FILES = to make automake-1.5 happy; Add
automake/leaf.am to AUTOMAKE_FILES.
2001-09-27 Joel Sherrill <joel@OARcorp.com>
* config.guess: No longer in CVS since installed by bootstrap.
+3 -2
View File
@@ -12,9 +12,10 @@ ACLOCAL_AMFLAGS = -I aclocal
SUBDIRS = doc make tools $(BUILD_SUBDIRS) $(TARGET_SUBDIRS)
AUTOMAKE_FILES = automake/compile.am automake/host.am automake/lib.am \
automake/local.am automake/multilib.am automake/subdirs.am
automake/local.am automake/multilib.am automake/subdirs.am \
automake/leaf.am
ACLOCAL_FILES += aclocal/bsp-alias.m4 aclocal/canonical-host.m4 \
ACLOCAL_FILES = aclocal/bsp-alias.m4 aclocal/canonical-host.m4 \
aclocal/canonical-target-name.m4 aclocal/canonicalize-tools.m4 \
aclocal/check-bsp-cache.m4 aclocal/check-bsps.m4 aclocal/check-cpu.m4 \
aclocal/check-cxx.m4 aclocal/check-itron.m4 \
+1 -1
View File
@@ -2,7 +2,7 @@
## $Id$
##
LD = @LD@
## LD = @LD@
AR = @AR@
RANLIB = @RANLIB@