2004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org>

* configure.ac: Require automake > 1.9.
This commit is contained in:
Ralf Corsepius
2004-09-24 05:54:59 +00:00
parent 7c69d42237
commit 97891e5ea3
237 changed files with 594 additions and 118 deletions

View File

@@ -1,3 +1,7 @@
2004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org>
* configure.ac: Require automake > 1.9.
2004-02-21 Joel Sherrill <joel@OARcorp.com>
* README: New file.

View File

@@ -5,7 +5,7 @@ AC_PREREQ(2.59)
AC_INIT([rtems-apt-conf],[0.0],[rtems-bugs@rtems.com])
AC_CONFIG_SRCDIR([sources.list.d/rtems-4.6.list])
AC_CONFIG_AUX_DIR([.])
AM_INIT_AUTOMAKE([foreign 1.8.2 dist-bzip2 no-dist-gzip])
AM_INIT_AUTOMAKE([foreign dist-bzip2 no-dist-gzip 1.9])
AC_CONFIG_FILES([Makefile
rtems-apt-conf.spec
])

View File

@@ -1,3 +1,7 @@
2004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org>
* configure.ac: Require automake > 1.9.
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Cosmetics.

View File

@@ -4,7 +4,7 @@ AC_PREREQ(2.59)
AC_INIT([rtems-contrib-cygwin],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
AC_CONFIG_SRCDIR([setup])
AM_INIT_AUTOMAKE([no-define foreign 1.8])
AM_INIT_AUTOMAKE([no-define foreign 1.9)
test -f ./setup.cache || cp ${srcdir}/setup.def ./setup.cache
. ./setup.cache

View File

@@ -5,7 +5,7 @@ AC_INIT([rtems-contrib-freebsd],[0.0],[rtems-bugs@rtems.com])
AC_CONFIG_AUX_DIR(.)
AC_CONFIG_SRCDIR([i386-freebsd-libs.spec.in])
AM_INIT_AUTOMAKE([no-define foreign 1.8])
AM_INIT_AUTOMAKE([no-define foreign 1.9)
AC_PATH_PROG(RPM,rpm)

View File

@@ -1,3 +1,7 @@
2004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org>
* configure.ac: Require automake > 1.9.
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Cosmetics.

View File

@@ -4,7 +4,7 @@ AC_PREREQ(2.59)
AC_INIT([rtems-contrib-solaris],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
AC_CONFIG_SRCDIR([setup])
AM_INIT_AUTOMAKE([no-define foreign 1.8])
AM_INIT_AUTOMAKE([no-define foreign 1.9)
test -f ./setup.cache || cp ${srcdir}/setup.def ./setup.cache
. ./setup.cache