diff options
author | Andreas Schwab <schwab@suse.de> | 1999-03-22 06:51:09 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 1999-03-22 06:51:09 +0000 |
commit | 2f512715ce4e811789393378fc8101a38c1f665d (patch) | |
tree | 3ae97ea1e2db771da463c4deebe72dd6ab6707d1 /elf | |
parent | 19b54427b2d1e3962ef0b8303932c09f53a1dc20 (diff) | |
download | glibc-2f512715ce4e811789393378fc8101a38c1f665d.zip glibc-2f512715ce4e811789393378fc8101a38c1f665d.tar.gz glibc-2f512715ce4e811789393378fc8101a38c1f665d.tar.bz2 |
* configure.in: Also look in $PATH when searching for
install-info. Remove autoconf bug workaround and require autoconf
2.13.
Mon Mar 22 15:48:06 1999 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
* configure.in: Also look in $PATH when searching for
install-info. Remove autoconf bug workaround and require autoconf
2.13.
Diffstat (limited to 'elf')
-rw-r--r-- | elf/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/elf/Makefile b/elf/Makefile index 5236165..a791ffd 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -77,7 +77,9 @@ others += ldconfig install-rootsbin += ldconfig endif +ifeq (yes,$(build-shared)) tests = loadtest restest1 preloadtest loadfail multiload +endif modules-names = testobj1 testobj2 testobj3 testobj4 testobj5 testobj6 \ testobj1_1 failobj extra-objs += $(modules-names:=.os) |