summaryrefslogtreecommitdiffstats
path: root/scripts/configure.ac
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-03-28 00:54:33 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-03-28 00:54:33 +0000
commitd7c82390d8df0c0534d2ae3687e42bc4e51b74d7 (patch)
treec2336259002ef7c62172c903f644e9ffd25de93c /scripts/configure.ac
parent2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-d7c82390d8df0c0534d2ae3687e42bc4e51b74d7.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]). * autotools/Makefile.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS. * binutils/Makefile.am: Remove AUTOMAKE_OPTIONS. * gccnewlib/Makefile.am: Remove AUTOMAKE_OPTIONS. * gdb/Makefile.am: Remove AUTOMAKE_OPTIONS. * rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
Diffstat (limited to 'scripts/configure.ac')
-rw-r--r--scripts/configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/configure.ac b/scripts/configure.ac
index a1e47f5738..3d3d5908b0 100644
--- a/scripts/configure.ac
+++ b/scripts/configure.ac
@@ -1,10 +1,10 @@
## $Id$
AC_PREREQ(2.52)
-AC_INIT
+AC_INIT([rtems-scripts],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
AC_CONFIG_SRCDIR([binutils])
AC_PREFIX_DEFAULT([/opt/rtems])
-AM_INIT_AUTOMAKE(rtems-scripts,20010516,no)
+AM_INIT_AUTOMAKE([no-define foreign 1.6])
AC_CANONICAL_HOST