diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2006-01-20 22:42:46 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2006-01-20 22:42:46 +0000 |
commit | 54abc854d09c5b411a22406de19cbd7cdf88e748 (patch) | |
tree | febb3df05905f4063411d14cbc9e1f000dfd989c /newlib/Makefile.am | |
parent | 90e1ee2b25dada4767efb416ca445d3bfebe6481 (diff) | |
download | newlib-54abc854d09c5b411a22406de19cbd7cdf88e748.zip newlib-54abc854d09c5b411a22406de19cbd7cdf88e748.tar.gz newlib-54abc854d09c5b411a22406de19cbd7cdf88e748.tar.bz2 |
2006-01-20 Jeff Johnston <jjohnstn@redhat.com>
* acconfig.h: New file to generate newlib.hin from.
* newlib.hin: Regenerated.
* stamp-h.in: Regenerated.
* Makefile.am: Add ACLOCAL_AMFLAGS so aclocal can be
called automatically.
* Makefile.in: Regenerated.
* acinclude.m4: Add proper comment for hack in previous change.
* aclocal.m4 */aclocal.m4: Regenerated.
* configure */configure: Regenerated.
Diffstat (limited to 'newlib/Makefile.am')
-rw-r--r-- | newlib/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/Makefile.am b/newlib/Makefile.am index 1cb2d31..f249ce4 100644 --- a/newlib/Makefile.am +++ b/newlib/Makefile.am @@ -1,6 +1,7 @@ ## Process this file with automake to generate Makefile.in AUTOMAKE_OPTIONS = cygnus dejagnu +ACLOCAL_AMFLAGS = -I . # Multilib support variables. MULTISRCTOP = |