forked from Imagelibrary/rtems
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.
This commit is contained in:
@@ -1,3 +1,13 @@
|
|||||||
|
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.
|
||||||
|
|
||||||
2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* .cvsignore: Add autom4te.cache for autoconf > 2.52.
|
* .cvsignore: Add autom4te.cache for autoconf > 2.52.
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
AUTOMAKE_OPTIONS = foreign 1.4
|
|
||||||
|
|
||||||
SUBDIRS = . gnatnewlib gdb
|
SUBDIRS = . gnatnewlib gdb
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
AUTOMAKE_OPTIONS = foreign 1.4
|
|
||||||
|
|
||||||
MKBINUTILSSPEC = $(SHELL) $(top_builddir)/mkbinutilspec
|
MKBINUTILSSPEC = $(SHELL) $(top_builddir)/mkbinutilspec
|
||||||
|
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
|
|
||||||
AC_PREREQ(2.52)
|
AC_PREREQ(2.52)
|
||||||
AC_INIT
|
AC_INIT([rtems-scripts-ada],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
|
||||||
AC_CONFIG_SRCDIR([binutils])
|
AC_CONFIG_SRCDIR([binutils])
|
||||||
AM_INIT_AUTOMAKE(rtems-scripts_ada,20000125-0,no)
|
AM_INIT_AUTOMAKE([no-define foreign 1.6])
|
||||||
|
|
||||||
# Check for .exe suffix.
|
# Check for .exe suffix.
|
||||||
# With autoconf > 2.13 AC_EXEEXT is not what we want to use.
|
# With autoconf > 2.13 AC_EXEEXT is not what we want to use.
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
AUTOMAKE_OPTIONS = foreign 1.4
|
|
||||||
|
|
||||||
MKGDBSPEC = $(SHELL) $(top_builddir)/mkgdbspec
|
MKGDBSPEC = $(SHELL) $(top_builddir)/mkgdbspec
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
|
|
||||||
AUTOMAKE_OPTIONS = foreign 1.4
|
|
||||||
|
|
||||||
MKGNATNEWLIBSPEC = $(SHELL) $(top_builddir)/mkgnatnewlibspec
|
MKGNATNEWLIBSPEC = $(SHELL) $(top_builddir)/mkgnatnewlibspec
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user