summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/configure.ac
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-10-25 06:18:56 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-10-25 06:18:56 +0000
commit56a1ae369db7a16d44a66517b61fc50aafbc9867 (patch)
tree26b1cba0c41e499ec22e120bbb82fc888db5f1ad /cpukit/libnetworking/configure.ac
parent2002-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-56a1ae369db7a16d44a66517b61fc50aafbc9867.tar.bz2
2002-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
Diffstat (limited to 'cpukit/libnetworking/configure.ac')
-rw-r--r--cpukit/libnetworking/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libnetworking/configure.ac b/cpukit/libnetworking/configure.ac
index b81f189114..a76431d130 100644
--- a/cpukit/libnetworking/configure.ac
+++ b/cpukit/libnetworking/configure.ac
@@ -10,7 +10,7 @@ AC_CONFIG_AUX_DIR(../..)
RTEMS_CANONICAL_TARGET_CPU
-AM_INIT_AUTOMAKE([no-define foreign 1.6])
+AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.6])
AM_MAINTAINER_MODE
RTEMS_ENABLE_NETWORKING