summaryrefslogtreecommitdiffstats
path: root/c/make/configure.ac
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-03-28 00:54:58 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-03-28 00:54:58 +0000
commit7273b6e1665c106548084aafc586448025dceb7c (patch)
treea22a1377f1d20cbb93234181c7826cb4b8144df3 /c/make/configure.ac
parent2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-7273b6e1665c106548084aafc586448025dceb7c.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.
Diffstat (limited to '')
-rw-r--r--c/make/configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/make/configure.ac b/c/make/configure.ac
index eda474daf7..1015e88aab 100644
--- a/c/make/configure.ac
+++ b/c/make/configure.ac
@@ -7,14 +7,14 @@
##
AC_PREREQ(2.52)
-AC_INIT
+AC_INIT([rtems-c-make],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
AC_CONFIG_SRCDIR([target.cfg.in])
RTEMS_TOP(../..)
AC_CONFIG_AUX_DIR(../..)
RTEMS_CANONICAL_TARGET_CPU
-AM_INIT_AUTOMAKE(rtems-c-make,$RTEMS_VERSION,no)
+AM_INIT_AUTOMAKE([no-define foreign 1.6])
AM_MAINTAINER_MODE
RTEMS_ENABLE_MULTIPROCESSING