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. --- c/src/exec/libcsupport/Makefile.am | 1 - c/src/exec/libcsupport/configure.ac | 4 ++-- c/src/exec/libcsupport/src/Makefile.am | 1 - 3 files changed, 2 insertions(+), 4 deletions(-) (limited to 'c/src/exec/libcsupport') diff --git a/c/src/exec/libcsupport/Makefile.am b/c/src/exec/libcsupport/Makefile.am index c21fa52c12..35f812633f 100644 --- a/c/src/exec/libcsupport/Makefile.am +++ b/c/src/exec/libcsupport/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## -AUTOMAKE_OPTIONS = foreign 1.5 ACLOCAL_AMFLAGS = -I ../../../aclocal SUBDIRS = include libc diff --git a/c/src/exec/libcsupport/configure.ac b/c/src/exec/libcsupport/configure.ac index ef50a21f9d..7fb3fac175 100644 --- a/c/src/exec/libcsupport/configure.ac +++ b/c/src/exec/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 diff --git a/c/src/exec/libcsupport/src/Makefile.am b/c/src/exec/libcsupport/src/Makefile.am index 2f152e0cb2..ab08e9f43c 100644 --- a/c/src/exec/libcsupport/src/Makefile.am +++ b/c/src/exec/libcsupport/src/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## -AUTOMAKE_OPTIONS = foreign 1.4 LIBNAME = libcsupport LIB = ${ARCH}/${LIBNAME}.a -- cgit v1.2.3