* 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>
|
||||
|
||||
* configure.in: Update to newer autoconf.
|
||||
|
|
|
@ -123,7 +123,7 @@ TAR = tar
|
|||
TARFLAGS = z
|
||||
TARFILEEXT = .tar.gz
|
||||
|
||||
SUBDIRS := @SUBDIRS@
|
||||
SUBDIRS := @subdirs@
|
||||
|
||||
FLAGS_TO_PASS:=\
|
||||
AS="$(AS)" \
|
||||
|
|
Loading…
Reference in New Issue