* Makefile.in (SUBDIRS): Change to lowercase for autoconf 2.59.
This commit is contained in:
parent
acfd62fdfa
commit
d658f6c649
|
@ -1,3 +1,7 @@
|
||||||
|
2006-06-13 Danny Smith <dannysmith@users.sourceforge.net>
|
||||||
|
|
||||||
|
* Makefile.in (SUBDIRS): Change to lowercase for autoconf 2.59.
|
||||||
|
|
||||||
2006-05-24 Christopher Faylor <cgf@timesys.com>
|
2006-05-24 Christopher Faylor <cgf@timesys.com>
|
||||||
|
|
||||||
* configure.in: Update to newer autoconf.
|
* configure.in: Update to newer autoconf.
|
||||||
|
|
|
@ -123,7 +123,7 @@ TAR = tar
|
||||||
TARFLAGS = z
|
TARFLAGS = z
|
||||||
TARFILEEXT = .tar.gz
|
TARFILEEXT = .tar.gz
|
||||||
|
|
||||||
SUBDIRS := @SUBDIRS@
|
SUBDIRS := @subdirs@
|
||||||
|
|
||||||
FLAGS_TO_PASS:=\
|
FLAGS_TO_PASS:=\
|
||||||
AS="$(AS)" \
|
AS="$(AS)" \
|
||||||
|
|
Loading…
Reference in New Issue