File tree Expand file tree Collapse file tree 4 files changed +16
-3
lines changed Expand file tree Collapse file tree 4 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 1+ 2005-07-05 Bruno Haible <bruno@clisp.org>
2+
3+ * Makefile.devel (ACLOCAL): New variable.
4+ (aclocal.m4): Use it.
5+
162005-07-05 Bruno Haible <bruno@clisp.org>
27
38 * m4/relocatable.m4 (AC_RELOCATABLE): On mingw, simply set
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ MAKE = make
77AUTOCONF = autoconf-2.59
88AUTOHEADER = autoheader-2.59
99AUTOMAKE = automake-1.9
10+ ACLOCAL = aclocal-1.9
1011GPERF = gperf
1112CC = gcc
1213CFLAGS = -O
@@ -45,7 +46,7 @@ CONFIGURES_IN = configure.in
4546# m4/libtool.m4 : $(CLISP_DIR)/src/m4/libtool.m4 ; cp -p $< $@-t && mv $@-t $@
4647
4748aclocal.m4 : m4/general.m4 m4/proto.m4 m4/cp.m4 m4/ln.m4 m4/codeset.m4 m4/eilseq.m4 m4/endian.m4 m4/glibc21.m4 m4/isc-posix.m4 m4/lcmessage.m4 m4/alloca.m4 m4/allocsa.m4 m4/canonicalize.m4 m4/eealloc.m4 m4/error.m4 m4/extensions.m4 m4/mbstate_t.m4 m4/onceonly.m4 m4/pathmax.m4 m4/readlink.m4 m4/relocatable.m4 m4/setenv.m4 m4/ssize_t.m4 m4/stdbool.m4 m4/stdint.m4 m4/strerror.m4 m4/strerror_r.m4 m4/unlocked-io.m4 m4/xreadlink.m4 m4/libtool.m4 m4/gettext.m4 m4/iconv.m4 m4/intmax.m4 m4/inttypes.m4 m4/lib-ld.m4 m4/lib-link.m4 m4/lib-prefix.m4 m4/longdouble.m4 m4/longlong.m4 m4/nls.m4 m4/po.m4 m4/printf-posix.m4 m4/progtest.m4 m4/signed.m4 m4/wchar_t.m4 m4/wint_t.m4
48- aclocal -I m4 --output=$@
49+ $( ACLOCAL ) -I m4 --output=$@
4950
5051configures : $(CONFIGURES )
5152
Original file line number Diff line number Diff line change 1+ 2005-07-05 Bruno Haible <bruno@clisp.org>
2+
3+ * Makefile.devel (AUTOHEADER, ACLOCAL): New variables.
4+ (autoconf/aclocal.m4, config.h.in): Use them.
5+
162005-03-22 Bruno Haible <bruno@clisp.org>
27
38 * build-aux: New directory, renamed from autoconf.
Original file line number Diff line number Diff line change 44SHELL = /bin/sh
55MAKE = make
66AUTOCONF = autoconf-2.59
7+ AUTOHEADER = autoheader-2.59
8+ ACLOCAL = aclocal-1.9
79CP = cp
810RM = rm -f
911
1012all : configures config.h_vms config.h.msvc include/libcharset.h.msvc-shared include/localcharset.h.msvc-shared
1113
1214autoconf/aclocal.m4 : $(wildcard m4/*.m4)
13- aclocal -I m4 --output=$@
15+ $(ACLOCAL) -I m4 --output=$@
1416
1517configures : configure config.h.in
1618
1719configure : configure.in autoconf/aclocal.m4
1820 $(AUTOCONF) --include autoconf
1921
2022config.h.in : configure.in autoconf/aclocal.m4
21- autoheader --include autoconf
23+ $(AUTOHEADER) --include autoconf
2224 touch config.h.in
2325
2426config.h_vms : config.h.in
You can’t perform that action at this time.
0 commit comments