summaryrefslogtreecommitdiffstats
path: root/scripts-ada/configure.ac
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-03-28 00:54:36 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-03-28 00:54:36 +0000
commitb2145d923740ab3e891b5503c404e49f94d8aecc (patch)
treeafa30acec1c06b61c86b693b18fc868f2c52fc8f /scripts-ada/configure.ac
parent2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-b2145d923740ab3e891b5503c404e49f94d8aecc.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]). * binutils/Makefile.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS. * gdb/Makefile.am: Remove AUTOMAKE_OPTIONS. * gnatnewlib/Makefile.am: Remove AUTOMAKE_OPTIONS.
Diffstat (limited to 'scripts-ada/configure.ac')
-rw-r--r--scripts-ada/configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts-ada/configure.ac b/scripts-ada/configure.ac
index d4e713176c..332b1577b7 100644
--- a/scripts-ada/configure.ac
+++ b/scripts-ada/configure.ac
@@ -1,9 +1,9 @@
## $Id$
AC_PREREQ(2.52)
-AC_INIT
+AC_INIT([rtems-scripts-ada],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
AC_CONFIG_SRCDIR([binutils])
-AM_INIT_AUTOMAKE(rtems-scripts_ada,20000125-0,no)
+AM_INIT_AUTOMAKE([no-define foreign 1.6])
# Check for .exe suffix.
# With autoconf > 2.13 AC_EXEEXT is not what we want to use.