summaryrefslogtreecommitdiffstats
path: root/c/src/make/configure.ac
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-03-28 00:49:56 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-03-28 00:49:56 +0000
commitc950067528071f177bf760793a85f5d5925e05d7 (patch)
tree6f30313cafdbe724381502a8b0367ead2f41aa3e /c/src/make/configure.ac
parent2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-c950067528071f177bf760793a85f5d5925e05d7.tar.bz2
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]). * Makefile.am: Remove AUTOMAKE_OPTIONS. * compilers/Makefile.am: Remove AUTOMAKE_OPTIONS. * custom/Makefile.am: Remove AUTOMAKE_OPTIONS.
Diffstat (limited to 'c/src/make/configure.ac')
-rw-r--r--c/src/make/configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/make/configure.ac b/c/src/make/configure.ac
index 2298ee1a7e..74ef1cced0 100644
--- a/c/src/make/configure.ac
+++ b/c/src/make/configure.ac
@@ -7,14 +7,14 @@
##
AC_PREREQ(2.52)
-AC_INIT
+AC_INIT([rtems-c-src-make],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
AC_CONFIG_SRCDIR([bsp.cfg.in])
RTEMS_TOP(../../..)
AC_CONFIG_AUX_DIR(../../..)
RTEMS_CANONICAL_TARGET_CPU
-AM_INIT_AUTOMAKE(rtems-c-src-make,$RTEMS_VERSION,no)
+AM_INIT_AUTOMAKE([no-define foreign 1.6])
AM_MAINTAINER_MODE
RTEMS_ENABLE_MULTIPROCESSING