PATCH: Don't include m4 files in acinclude.m4
H. J. Lu
hjl@lucon.org
Fri Jun 8 13:00:00 GMT 2007
More information about the Binutils mailing list
Fri Jun 8 13:00:00 GMT 2007
- Previous message (by thread): PATCH: Don't include m4 files in acinclude.m4
- Next message (by thread): PATCH: Don't include m4 files in acinclude.m4
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
We include m4 files in acinclude.m4. But aclocal will do it for us. This patch uses aclocal to include m4 files we need. H.J. ---- bfd/ 2007-06-07 H.J. Lu <hongjiu.lu@intel.com> * Makefile.am (ACLOCAL_AMFLAGS): Add -I . -I ../config. * acinclude.m4: Don't include m4 files. * Makefile.in: Regenerated. * doc/Makefile.in: Likewise. * aclocal.m4: Likewise. * configure: Likewise. binutils/ 2007-06-07 H.J. Lu <hongjiu.lu@intel.com> * Makefile.am (ACLOCAL_AMFLAGS): Add -I ../config -I ../bfd. * acinclude.m4: Removed. * Makefile.in: Regenerated. * aclocal.m4: Likewise. * configure: Likewise. gas/ 2007-06-07 H.J. Lu <hongjiu.lu@intel.com> * Makefile.am (ACLOCAL_AMFLAGS): Add -I ../config -I ../bfd. * acinclude.m4: Don't include m4 files. * Makefile.in: Regenerated. * doc/Makefile.in: Likewise. * aclocal.m4: Likewise. * configure: Likewise. gprof/ 2007-06-07 H.J. Lu <hongjiu.lu@intel.com> * Makefile.am (ACLOCAL_AMFLAGS): Add -I ../config -I ../bfd. * acinclude.m4: Don't include m4 files, except ../libtool.m4. * Makefile.in: Regenerated. * aclocal.m4: Likewise. * configure: Likewise. ld/ 2007-06-07 H.J. Lu <hongjiu.lu@intel.com> * Makefile.am (ACLOCAL_AMFLAGS): Add -I ../config -I ../bfd. * acinclude.m4: Removed. * Makefile.in: Regenerated. * aclocal.m4: Likewise. * configure: Likewise. opcodes/ 2007-06-07 H.J. Lu <hongjiu.lu@intel.com> * Makefile.am (ACLOCAL_AMFLAGS): Add -I ../config -I ../bfd. * acinclude.m4: Don't include m4 files. * Makefile.in: Regenerated. * doc/Makefile.in: Likewise. * aclocal.m4: Likewise. * configure: Likewise. --- binutils/bfd/Makefile.am.aclocal 2007-04-26 08:57:28.000000000 -0700 +++ binutils/bfd/Makefile.am 2007-06-07 06:38:03.000000000 -0700 @@ -1,7 +1,7 @@ ## Process this file with automake to generate Makefile.in AUTOMAKE_OPTIONS = 1.9 cygnus -ACLOCAL_AMFLAGS = -I .. +ACLOCAL_AMFLAGS = -I . -I .. -I ../config # Uncomment the following line when doing a release. # RELEASE=y --- binutils/bfd/Makefile.in.aclocal 2007-05-29 13:40:05.000000000 -0700 +++ binutils/bfd/Makefile.in 2007-06-07 06:39:06.000000000 -0700 @@ -47,15 +47,17 @@ DIST_COMMON = $(srcdir)/../config.guess $(srcdir)/../config.sub subdir = . ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/../ltoptions.m4 \ - $(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \ - $(top_srcdir)/acinclude.m4 $(top_srcdir)/../config/acx.m4 \ +am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \ + $(top_srcdir)/../config/depstand.m4 \ $(top_srcdir)/../config/gettext-sister.m4 \ + $(top_srcdir)/../config/lead-dot.m4 \ $(top_srcdir)/../config/nls.m4 $(top_srcdir)/../config/po.m4 \ $(top_srcdir)/../config/progtest.m4 \ - $(top_srcdir)/../config/stdint.m4 $(top_srcdir)/../bfd/bfd.m4 \ - $(top_srcdir)/../bfd/warning.m4 $(top_srcdir)/../libtool.m4 \ - $(top_srcdir)/configure.in + $(top_srcdir)/../config/stdint.m4 \ + $(top_srcdir)/../ltoptions.m4 $(top_srcdir)/../ltsugar.m4 \ + $(top_srcdir)/../ltversion.m4 $(top_srcdir)/bfd.m4 \ + $(top_srcdir)/warning.m4 $(top_srcdir)/acinclude.m4 \ + $(top_srcdir)/../libtool.m4 $(top_srcdir)/configure.in am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ @@ -260,7 +262,7 @@ target_vendor = @target_vendor@ tdefaults = @tdefaults@ wordsize = @wordsize@ AUTOMAKE_OPTIONS = 1.9 cygnus -ACLOCAL_AMFLAGS = -I .. +ACLOCAL_AMFLAGS = -I . -I .. -I ../config # Uncomment the following line when doing a release. # RELEASE=y --- binutils/bfd/acinclude.m4.aclocal 2007-04-24 13:44:10.000000000 -0700 +++ binutils/bfd/acinclude.m4 2007-06-07 06:37:28.000000000 -0700 @@ -1,12 +1,3 @@ -sinclude(../config/acx.m4) -sinclude(../config/gettext-sister.m4) -sinclude(../config/nls.m4) -sinclude(../config/po.m4) -sinclude(../config/progtest.m4) -sinclude(../config/stdint.m4) -sinclude(../bfd/bfd.m4) -sinclude(../bfd/warning.m4) - dnl See whether we need to use fopen-bin.h rather than fopen-same.h. AC_DEFUN([BFD_BINARY_FOPEN], [AC_REQUIRE([AC_CANONICAL_TARGET]) --- binutils/bfd/doc/Makefile.in.aclocal 2007-05-29 13:40:05.000000000 -0700 +++ binutils/bfd/doc/Makefile.in 2007-06-07 06:39:57.000000000 -0700 @@ -45,15 +45,17 @@ subdir = doc DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ $(bfd_TEXINFOS) ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/../ltoptions.m4 \ - $(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \ - $(top_srcdir)/acinclude.m4 $(top_srcdir)/../config/acx.m4 \ +am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \ + $(top_srcdir)/../config/depstand.m4 \ $(top_srcdir)/../config/gettext-sister.m4 \ + $(top_srcdir)/../config/lead-dot.m4 \ $(top_srcdir)/../config/nls.m4 $(top_srcdir)/../config/po.m4 \ $(top_srcdir)/../config/progtest.m4 \ - $(top_srcdir)/../config/stdint.m4 $(top_srcdir)/../bfd/bfd.m4 \ - $(top_srcdir)/../bfd/warning.m4 $(top_srcdir)/../libtool.m4 \ - $(top_srcdir)/configure.in + $(top_srcdir)/../config/stdint.m4 \ + $(top_srcdir)/../ltoptions.m4 $(top_srcdir)/../ltsugar.m4 \ + $(top_srcdir)/../ltversion.m4 $(top_srcdir)/bfd.m4 \ + $(top_srcdir)/warning.m4 $(top_srcdir)/acinclude.m4 \ + $(top_srcdir)/../libtool.m4 $(top_srcdir)/configure.in am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs --- binutils/binutils/Makefile.am.aclocal 2007-06-06 10:03:53.000000000 -0700 +++ binutils/binutils/Makefile.am 2007-06-07 06:29:53.000000000 -0700 @@ -1,7 +1,7 @@ ## Process this file with automake to generate Makefile.in AUTOMAKE_OPTIONS = cygnus dejagnu -ACLOCAL_AMFLAGS = -I .. +ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd SUBDIRS = doc po --- binutils/binutils/Makefile.in.aclocal 2007-06-06 10:03:53.000000000 -0700 +++ binutils/binutils/Makefile.in 2007-06-07 06:31:09.000000000 -0700 @@ -57,20 +57,21 @@ DIST_COMMON = $(srcdir)/../config.guess $(srcdir)/../config.guess $(srcdir)/../config.sub subdir = . ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ - $(top_srcdir)/../bfd/acinclude.m4 \ +am__aclocal_m4_deps = $(top_srcdir)/../bfd/acinclude.m4 \ $(top_srcdir)/../config/acx.m4 \ $(top_srcdir)/../config/gettext-sister.m4 \ $(top_srcdir)/../config/nls.m4 $(top_srcdir)/../config/po.m4 \ $(top_srcdir)/../config/progtest.m4 \ $(top_srcdir)/../config/stdint.m4 $(top_srcdir)/../bfd/bfd.m4 \ $(top_srcdir)/../bfd/warning.m4 $(top_srcdir)/../libtool.m4 \ + $(top_srcdir)/../config/depstand.m4 \ + $(top_srcdir)/../config/iconv.m4 \ + $(top_srcdir)/../config/lead-dot.m4 \ $(top_srcdir)/../config/lib-ld.m4 \ $(top_srcdir)/../config/lib-link.m4 \ $(top_srcdir)/../config/lib-prefix.m4 \ - $(top_srcdir)/../config/iconv.m4 $(top_srcdir)/../ltsugar.m4 \ - $(top_srcdir)/../ltoptions.m4 $(top_srcdir)/../ltversion.m4 \ - $(top_srcdir)/configure.in + $(top_srcdir)/../ltoptions.m4 $(top_srcdir)/../ltsugar.m4 \ + $(top_srcdir)/../ltversion.m4 $(top_srcdir)/configure.in am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ @@ -347,7 +348,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ AUTOMAKE_OPTIONS = cygnus dejagnu -ACLOCAL_AMFLAGS = -I .. +ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd SUBDIRS = doc po tooldir = $(exec_prefix)/$(target_alias) YFLAGS = -d @@ -516,15 +517,15 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_ @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \ - cd $(srcdir) && $(AUTOMAKE) --foreign \ + echo ' cd $(srcdir) && $(AUTOMAKE) --cygnus '; \ + cd $(srcdir) && $(AUTOMAKE) --cygnus \ && exit 0; \ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --foreign Makefile + $(AUTOMAKE) --cygnus Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ --- binutils/binutils/acinclude.m4.aclocal 2007-06-06 10:03:53.000000000 -0700 +++ binutils/binutils/acinclude.m4 2007-06-07 07:07:39.000000000 -0700 @@ -1,9 +0,0 @@ -sinclude(../bfd/acinclude.m4) -sinclude([../config/lib-ld.m4]) -sinclude([../config/lib-link.m4]) -sinclude([../config/lib-prefix.m4]) -sinclude([../config/iconv.m4]) -sinclude([../ltsugar.m4]) -sinclude([../ltoptions.m4]) -sinclude([../ltversion.m4]) - --- binutils/gas/Makefile.am.aclocal 2007-04-24 13:44:11.000000000 -0700 +++ binutils/gas/Makefile.am 2007-06-07 06:41:42.000000000 -0700 @@ -1,7 +1,7 @@ ## Process this file with automake to generate Makefile.in AUTOMAKE_OPTIONS = 1.8 cygnus dejagnu -ACLOCAL_AMFLAGS = -I .. +ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd SUBDIRS = doc po # Automake should figure this out on its own. It doesn't, because --- binutils/gas/Makefile.in.aclocal 2007-05-29 13:40:05.000000000 -0700 +++ binutils/gas/Makefile.in 2007-06-07 06:42:54.000000000 -0700 @@ -51,12 +51,14 @@ DIST_COMMON = $(srcdir)/../config.guess $(srcdir)/../config.sub subdir = . ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/../ltoptions.m4 \ - $(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \ - $(top_srcdir)/acinclude.m4 $(top_srcdir)/../bfd/warning.m4 \ +am__aclocal_m4_deps = $(top_srcdir)/../bfd/warning.m4 \ + $(top_srcdir)/../config/depstand.m4 \ $(top_srcdir)/../config/gettext-sister.m4 \ + $(top_srcdir)/../config/lead-dot.m4 \ $(top_srcdir)/../config/nls.m4 $(top_srcdir)/../config/po.m4 \ $(top_srcdir)/../config/progtest.m4 \ + $(top_srcdir)/../ltoptions.m4 $(top_srcdir)/../ltsugar.m4 \ + $(top_srcdir)/../ltversion.m4 $(top_srcdir)/acinclude.m4 \ $(top_srcdir)/../libtool.m4 $(top_srcdir)/configure.in am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) @@ -254,7 +256,7 @@ target_os = @target_os@ target_vendor = @target_vendor@ te_file = @te_file@ AUTOMAKE_OPTIONS = 1.8 cygnus dejagnu -ACLOCAL_AMFLAGS = -I .. +ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd SUBDIRS = doc po # Automake should figure this out on its own. It doesn't, because # of the "cygnus" option. But distclean still wants it. --- binutils/gas/acinclude.m4.aclocal 2006-08-02 07:26:07.000000000 -0700 +++ binutils/gas/acinclude.m4 2007-06-07 06:41:05.000000000 -0700 @@ -1,9 +1,3 @@ -sinclude(../bfd/warning.m4) -sinclude(../config/gettext-sister.m4) -sinclude(../config/nls.m4) -sinclude(../config/po.m4) -sinclude(../config/progtest.m4) - dnl See whether we need to use fopen-bin.h rather than fopen-same.h. AC_DEFUN([BFD_BINARY_FOPEN], [AC_REQUIRE([AC_CANONICAL_TARGET]) --- binutils/gas/doc/Makefile.in.aclocal 2007-05-29 13:40:08.000000000 -0700 +++ binutils/gas/doc/Makefile.in 2007-06-07 06:43:06.000000000 -0700 @@ -40,12 +40,14 @@ subdir = doc DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ $(as_TEXINFOS) ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/../ltoptions.m4 \ - $(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \ - $(top_srcdir)/acinclude.m4 $(top_srcdir)/../bfd/warning.m4 \ +am__aclocal_m4_deps = $(top_srcdir)/../bfd/warning.m4 \ + $(top_srcdir)/../config/depstand.m4 \ $(top_srcdir)/../config/gettext-sister.m4 \ + $(top_srcdir)/../config/lead-dot.m4 \ $(top_srcdir)/../config/nls.m4 $(top_srcdir)/../config/po.m4 \ $(top_srcdir)/../config/progtest.m4 \ + $(top_srcdir)/../ltoptions.m4 $(top_srcdir)/../ltsugar.m4 \ + $(top_srcdir)/../ltversion.m4 $(top_srcdir)/acinclude.m4 \ $(top_srcdir)/../libtool.m4 $(top_srcdir)/configure.in am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) --- binutils/gprof/Makefile.am.aclocal 2007-04-19 09:52:05.000000000 -0700 +++ binutils/gprof/Makefile.am 2007-06-07 06:45:41.000000000 -0700 @@ -1,7 +1,7 @@ ## Process this file with automake to generate Makefile.in AUTOMAKE_OPTIONS = cygnus -ACLOCAL_AMFLAGS = -I .. +ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd SUFFIXES = .m --- binutils/gprof/Makefile.in.aclocal 2007-05-29 13:40:08.000000000 -0700 +++ binutils/gprof/Makefile.in 2007-06-07 07:04:54.000000000 -0700 @@ -48,12 +48,14 @@ DIST_COMMON = $(srcdir)/../config.guess $(gprof_TEXINFOS) $(noinst_HEADERS) subdir = . ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/../ltoptions.m4 \ - $(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \ - $(top_srcdir)/acinclude.m4 $(top_srcdir)/../bfd/warning.m4 \ +am__aclocal_m4_deps = $(top_srcdir)/../bfd/warning.m4 \ + $(top_srcdir)/../config/depstand.m4 \ $(top_srcdir)/../config/gettext-sister.m4 \ + $(top_srcdir)/../config/lead-dot.m4 \ $(top_srcdir)/../config/nls.m4 $(top_srcdir)/../config/po.m4 \ $(top_srcdir)/../config/progtest.m4 \ + $(top_srcdir)/../ltoptions.m4 $(top_srcdir)/../ltsugar.m4 \ + $(top_srcdir)/../ltversion.m4 $(top_srcdir)/acinclude.m4 \ $(top_srcdir)/../libtool.m4 $(top_srcdir)/configure.in am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) @@ -236,7 +238,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ AUTOMAKE_OPTIONS = cygnus -ACLOCAL_AMFLAGS = -I .. +ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd SUFFIXES = .m SUBDIRS = po BASEDIR = $(srcdir)/.. --- binutils/gprof/acinclude.m4.aclocal 2006-05-31 08:14:37.000000000 -0700 +++ binutils/gprof/acinclude.m4 2007-06-07 06:48:32.000000000 -0700 @@ -1,9 +1,3 @@ -sinclude(../bfd/warning.m4) -sinclude(../config/gettext-sister.m4) -sinclude(../config/nls.m4) -sinclude(../config/po.m4) -sinclude(../config/progtest.m4) - sinclude(../libtool.m4) dnl The lines below arrange for aclocal not to bring libtool.m4 dnl AM_PROG_LIBTOOL into aclocal.m4, while still arranging for automake --- binutils/ld/Makefile.am.aclocal 2007-04-26 08:57:34.000000000 -0700 +++ binutils/ld/Makefile.am 2007-06-07 06:58:37.000000000 -0700 @@ -1,7 +1,7 @@ ## Process this file with automake to generate Makefile.in AUTOMAKE_OPTIONS = cygnus dejagnu -ACLOCAL_AMFLAGS = -I .. +ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd SUBDIRS = po --- binutils/ld/Makefile.in.aclocal 2007-05-29 13:40:09.000000000 -0700 +++ binutils/ld/Makefile.in 2007-06-07 06:59:14.000000000 -0700 @@ -53,16 +53,15 @@ DIST_COMMON = $(srcdir)/../config.guess $(ld_TEXINFOS) subdir = . ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/../ltoptions.m4 \ - $(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \ - $(top_srcdir)/acinclude.m4 $(top_srcdir)/../bfd/acinclude.m4 \ - $(top_srcdir)/../config/acx.m4 \ +am__aclocal_m4_deps = $(top_srcdir)/../bfd/acinclude.m4 \ + $(top_srcdir)/../libtool.m4 $(top_srcdir)/../bfd/warning.m4 \ + $(top_srcdir)/../config/depstand.m4 \ $(top_srcdir)/../config/gettext-sister.m4 \ + $(top_srcdir)/../config/lead-dot.m4 \ $(top_srcdir)/../config/nls.m4 $(top_srcdir)/../config/po.m4 \ $(top_srcdir)/../config/progtest.m4 \ - $(top_srcdir)/../config/stdint.m4 $(top_srcdir)/../bfd/bfd.m4 \ - $(top_srcdir)/../bfd/warning.m4 $(top_srcdir)/../libtool.m4 \ - $(top_srcdir)/configure.in + $(top_srcdir)/../ltoptions.m4 $(top_srcdir)/../ltsugar.m4 \ + $(top_srcdir)/../ltversion.m4 $(top_srcdir)/configure.in am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ @@ -278,7 +277,7 @@ target_os = @target_os@ target_vendor = @target_vendor@ use_sysroot = @use_sysroot@ AUTOMAKE_OPTIONS = cygnus dejagnu -ACLOCAL_AMFLAGS = -I .. +ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd SUBDIRS = po tooldir = $(exec_prefix)/$(target_alias) YFLAGS = -d --- binutils/ld/acinclude.m4.aclocal 2005-05-15 11:19:45.000000000 -0700 +++ binutils/ld/acinclude.m4 2007-06-07 07:07:39.000000000 -0700 @@ -1 +0,0 @@ -sinclude(../bfd/acinclude.m4) --- binutils/opcodes/Makefile.am.aclocal 2007-04-26 08:57:28.000000000 -0700 +++ binutils/opcodes/Makefile.am 2007-06-07 06:58:02.000000000 -0700 @@ -1,7 +1,7 @@ ## Process this file with automake to generate Makefile.in AUTOMAKE_OPTIONS = 1.9 cygnus -ACLOCAL_AMFLAGS = -I .. +ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd SUBDIRS = po --- binutils/opcodes/Makefile.in.aclocal 2007-05-29 13:40:05.000000000 -0700 +++ binutils/opcodes/Makefile.in 2007-06-07 06:59:27.000000000 -0700 @@ -46,15 +46,16 @@ DIST_COMMON = $(srcdir)/../config.guess $(srcdir)/../config.guess $(srcdir)/../config.sub subdir = . ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/../ltoptions.m4 \ - $(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \ - $(top_srcdir)/acinclude.m4 $(top_srcdir)/../bfd/acinclude.m4 \ +am__aclocal_m4_deps = $(top_srcdir)/../bfd/acinclude.m4 \ + $(top_srcdir)/../libtool.m4 $(top_srcdir)/../bfd/warning.m4 \ $(top_srcdir)/../config/acx.m4 \ + $(top_srcdir)/../config/depstand.m4 \ $(top_srcdir)/../config/gettext-sister.m4 \ + $(top_srcdir)/../config/lead-dot.m4 \ $(top_srcdir)/../config/nls.m4 $(top_srcdir)/../config/po.m4 \ $(top_srcdir)/../config/progtest.m4 \ - $(top_srcdir)/../config/stdint.m4 $(top_srcdir)/../bfd/bfd.m4 \ - $(top_srcdir)/../bfd/warning.m4 $(top_srcdir)/../libtool.m4 \ + $(top_srcdir)/../ltoptions.m4 $(top_srcdir)/../ltsugar.m4 \ + $(top_srcdir)/../ltversion.m4 $(top_srcdir)/acinclude.m4 \ $(top_srcdir)/configure.in am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) @@ -236,7 +237,7 @@ target_noncanonical = @target_noncanonic target_os = @target_os@ target_vendor = @target_vendor@ AUTOMAKE_OPTIONS = 1.9 cygnus -ACLOCAL_AMFLAGS = -I .. +ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd SUBDIRS = po INCDIR = $(srcdir)/../include BFDDIR = $(srcdir)/../bfd --- binutils/opcodes/acinclude.m4.aclocal 2006-05-31 08:14:38.000000000 -0700 +++ binutils/opcodes/acinclude.m4 2007-06-07 06:50:22.000000000 -0700 @@ -1,5 +1,3 @@ -sinclude(../bfd/acinclude.m4) - dnl sinclude(../libtool.m4) already included in bfd/acinclude.m4 dnl The lines below arrange for aclocal not to bring libtool.m4 dnl AM_PROG_LIBTOOL into aclocal.m4, while still arranging for automake
- Previous message (by thread): PATCH: Don't include m4 files in acinclude.m4
- Next message (by thread): PATCH: Don't include m4 files in acinclude.m4
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list