From b449267bfd9c2d8212e2cd4c7d6183403cfc0d86 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 28 Mar 2002 00:48:39 +0000 Subject: 2002-03-27 Ralf Corsepius * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]). * include/Makefile.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS. * libc/Makefile.am: Remove AUTOMAKE_OPTIONS. --- cpukit/libcsupport/Makefile.am | 1 - cpukit/libcsupport/configure.ac | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'cpukit') diff --git a/cpukit/libcsupport/Makefile.am b/cpukit/libcsupport/Makefile.am index c21fa52c12..35f812633f 100644 --- a/cpukit/libcsupport/Makefile.am +++ b/cpukit/libcsupport/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## -AUTOMAKE_OPTIONS = foreign 1.5 ACLOCAL_AMFLAGS = -I ../../../aclocal SUBDIRS = include libc diff --git a/cpukit/libcsupport/configure.ac b/cpukit/libcsupport/configure.ac index ef50a21f9d..7fb3fac175 100644 --- a/cpukit/libcsupport/configure.ac +++ b/cpukit/libcsupport/configure.ac @@ -3,13 +3,13 @@ ## $Id$ AC_PREREQ(2.52) -AC_INIT +AC_INIT([rtems-c-src-lib],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com]) AC_CONFIG_SRCDIR([libc]) RTEMS_TOP(../../..) AC_CONFIG_AUX_DIR(../../..) RTEMS_CANONICAL_TARGET_CPU -AM_INIT_AUTOMAKE(rtems-c-src-lib,$RTEMS_VERSION,no) +AM_INIT_AUTOMAKE([no-define foreign 1.6]) AM_MAINTAINER_MODE RTEMS_ENABLE_NETWORKING -- cgit v1.2.3