diff options
author | Joel Sherrill <joel.sherrill@OARcorp.com> | 2002-03-28 00:54:36 +0000 |
---|---|---|
committer | Joel Sherrill <joel.sherrill@OARcorp.com> | 2002-03-28 00:54:36 +0000 |
commit | b2145d923740ab3e891b5503c404e49f94d8aecc (patch) | |
tree | afa30acec1c06b61c86b693b18fc868f2c52fc8f /scripts-ada/gnatnewlib/Makefile.am | |
parent | 2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff) | |
download | rtems-b2145d923740ab3e891b5503c404e49f94d8aecc.tar.bz2 |
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac:
AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
AM_INIT_AUTOMAKE([no-define foreign 1.6]).
* binutils/Makefile.am: Remove AUTOMAKE_OPTIONS.
* Makefile.am: Remove AUTOMAKE_OPTIONS.
* gdb/Makefile.am: Remove AUTOMAKE_OPTIONS.
* gnatnewlib/Makefile.am: Remove AUTOMAKE_OPTIONS.
Diffstat (limited to 'scripts-ada/gnatnewlib/Makefile.am')
-rw-r--r-- | scripts-ada/gnatnewlib/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts-ada/gnatnewlib/Makefile.am b/scripts-ada/gnatnewlib/Makefile.am index 55203624cf..b00e8b847e 100644 --- a/scripts-ada/gnatnewlib/Makefile.am +++ b/scripts-ada/gnatnewlib/Makefile.am @@ -1,6 +1,5 @@ ## $Id$ -AUTOMAKE_OPTIONS = foreign 1.4 MKGNATNEWLIBSPEC = $(SHELL) $(top_builddir)/mkgnatnewlibspec |