2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
This commit is contained in:
Ralf Corsepius
2003-02-11 11:47:49 +00:00
parent 9b5c258556
commit ccd81b60c2
299 changed files with 752 additions and 148 deletions

View File

@@ -1,3 +1,7 @@
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: AC_PREREQ(2.57).

View File

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