mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-11 09:29:33 +08:00
Makefile.in (aclocal.m4): Depend on stdint.m4 instead of acx.m4.
2007-04-16 H.J. Lu <hongjiu.lu@intel.com> * Makefile.in (aclocal.m4): Depend on stdint.m4 instead of acx.m4. * aclocal.m4: Regenerated by aclocal 1.9.6. From-SVN: r123895
This commit is contained in:
parent
3088dc29d1
commit
fb00dbe0d2
@ -1,6 +1,13 @@
|
||||
2007-04-16 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* Makefile.in (aclocal.m4): Depend on stdint.m4 instead of
|
||||
acx.m4.
|
||||
|
||||
* aclocal.m4: Regenerated by aclocal 1.9.6.
|
||||
|
||||
2007-04-11 Kai Tietz <kai.tietz@onevision.com>
|
||||
|
||||
* configure: Regenerate.
|
||||
* configure: Regenerate.
|
||||
|
||||
2007-03-23 Michael Meissner <michael.meissner@amd.com>
|
||||
H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
@ -95,7 +95,7 @@ config.status: $(srcdir)/configure
|
||||
$(srcdir)/configure: @MAINT@ $(srcdir)/aclocal.m4
|
||||
cd $(srcdir) && $(AUTOCONF)
|
||||
|
||||
$(srcdir)/aclocal.m4: @MAINT@ $(srcdir)/../config/acx.m4 \
|
||||
$(srcdir)/aclocal.m4: @MAINT@ $(srcdir)/../config/stdint.m4 \
|
||||
$(srcdir)/../config/warnings.m4 \
|
||||
$(srcdir)/configure.ac
|
||||
cd $(srcdir) && $(ACLOCAL) -I ../config
|
||||
|
2
libdecnumber/aclocal.m4
vendored
2
libdecnumber/aclocal.m4
vendored
@ -1,4 +1,4 @@
|
||||
# generated automatically by aclocal 1.9.5 -*- Autoconf -*-
|
||||
# generated automatically by aclocal 1.9.6 -*- Autoconf -*-
|
||||
|
||||
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
|
||||
# 2005 Free Software Foundation, Inc.
|
||||
|
Loading…
Reference in New Issue
Block a user