summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/configure.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-01-24 14:17:28 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-01-24 14:17:28 +0000
commitf42b726174dc552b20f576fadf124c6f1fac8fdc (patch)
treea0dd2efbee02d9a0c22c2b8aa75f1d8476cf0539 /c/src/exec/posix/configure.in
parent2001-01-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-f42b726174dc552b20f576fadf124c6f1fac8fdc.tar.bz2
2001-01-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.in: Add src/config.h * src/Makefile.am: Add INCLUDES += -I. to pickup config.h * src/.cvsignore: Add config.h and stamp-h * src/*.c: Add config.h support.
Diffstat (limited to 'c/src/exec/posix/configure.in')
-rw-r--r--c/src/exec/posix/configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/c/src/exec/posix/configure.in b/c/src/exec/posix/configure.in
index 4151c6f80d..8f07887627 100644
--- a/c/src/exec/posix/configure.in
+++ b/c/src/exec/posix/configure.in
@@ -46,6 +46,8 @@ if test "$HAS_POSIX_API" != "yes"; then
AC_MSG_ERROR([BSP $RTEMS_BSP does not support libposix])
fi
+AM_CONFIG_HEADER(src/config.h)
+
# Explicitly list all Makefiles here
AC_OUTPUT(
Makefile