summaryrefslogtreecommitdiffstats
path: root/cpukit/include
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-03-28 00:46:40 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-03-28 00:46:40 +0000
commit1960925df0c8b6284a48975847911641600b993c (patch)
tree360f1d8da714ab76c1b0fd518b3c0345e32dfd2e /cpukit/include
parent2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-1960925df0c8b6284a48975847911641600b993c.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]). * include/Makefile.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS. * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
Diffstat (limited to '')
-rw-r--r--cpukit/include/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpukit/include/Makefile.am b/cpukit/include/Makefile.am
index 9b9073ffd1..1efc82b2ed 100644
--- a/cpukit/include/Makefile.am
+++ b/cpukit/include/Makefile.am
@@ -2,7 +2,6 @@
## $Id$
##
-AUTOMAKE_OPTIONS = foreign 1.5
$(PROJECT_INCLUDE)/%.h: %.h
$(INSTALL_DATA) $< $@