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]). * autotools/Makefile.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS. * binutils/Makefile.am: Remove AUTOMAKE_OPTIONS. * gccnewlib/Makefile.am: Remove AUTOMAKE_OPTIONS. * gdb/Makefile.am: Remove AUTOMAKE_OPTIONS. * rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
This commit is contained in:
@@ -1,3 +1,15 @@
|
||||
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]).
|
||||
* autotools/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* binutils/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* gccnewlib/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* gdb/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
* rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
|
||||
2002-03-06 Ralf Corsepius <corsepiu@faw-uni-ulm.de>
|
||||
|
||||
* PR151
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
## $Id$
|
||||
##
|
||||
|
||||
AUTOMAKE_OPTIONS = foreign 1.4
|
||||
|
||||
SUBDIRS = . binutils gccnewlib gdb rtems autotools
|
||||
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
## $Id$
|
||||
##
|
||||
|
||||
AUTOMAKE_OPTIONS = foreign 1.4
|
||||
|
||||
RPM_SPECS_DATA = \
|
||||
autoconf-rtems.spec automake-rtems.spec
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
## $Id$
|
||||
##
|
||||
|
||||
AUTOMAKE_OPTIONS = foreign 1.4
|
||||
|
||||
MKBINUTILSSPEC = $(SHELL) $(top_builddir)/mkbinutilspec
|
||||
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
## $Id$
|
||||
|
||||
AC_PREREQ(2.52)
|
||||
AC_INIT
|
||||
AC_INIT([rtems-scripts],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
|
||||
AC_CONFIG_SRCDIR([binutils])
|
||||
AC_PREFIX_DEFAULT([/opt/rtems])
|
||||
AM_INIT_AUTOMAKE(rtems-scripts,20010516,no)
|
||||
AM_INIT_AUTOMAKE([no-define foreign 1.6])
|
||||
|
||||
AC_CANONICAL_HOST
|
||||
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
## $Id$
|
||||
##
|
||||
|
||||
AUTOMAKE_OPTIONS = foreign 1.4
|
||||
|
||||
MKGCCNEWLIBSPEC = $(SHELL) $(top_builddir)/mkgccnewlibspec
|
||||
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
## $Id$
|
||||
##
|
||||
|
||||
AUTOMAKE_OPTIONS = foreign 1.4
|
||||
|
||||
MKGDBSPEC = $(SHELL) $(top_builddir)/mkgdbspec
|
||||
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
## $Id$
|
||||
##
|
||||
|
||||
AUTOMAKE_OPTIONS = foreign 1.4
|
||||
|
||||
MKBSPSPEC = $(SHELL) $(top_builddir)/mkbspspec
|
||||
|
||||
|
||||
Reference in New Issue
Block a user