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

@@ -11,7 +11,7 @@ AC_CONFIG_AUX_DIR(../../..)
RTEMS_CANONICAL_TARGET_CPU
RTEMS_CANONICAL_HOST
AM_INIT_AUTOMAKE([no-define foreign 1.6])
AM_INIT_AUTOMAKE([no-define foreign 1.7.2])
AM_MAINTAINER_MODE
AC_CHECK_PROGS([M4],[gm4 m4])