summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-03-07 03:00:17 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-03-07 03:00:17 +0000
commit52f13c3e19a623db979f2fe54f6af1e71741c9c4 (patch)
tree1b307ac0977dbf8870d71a4c3dd0542fd3ae25f5 /tools
parent2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-52f13c3e19a623db979f2fe54f6af1e71741c9c4.tar.bz2
2003-03-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Add AC_CHECK_HEADERS(getopt.h) to work around a bug in autoconf-2.57.
Diffstat (limited to 'tools')
-rw-r--r--tools/build/ChangeLog5
-rw-r--r--tools/build/configure.ac4
2 files changed, 7 insertions, 2 deletions
diff --git a/tools/build/ChangeLog b/tools/build/ChangeLog
index f09ed7f40c..5c536ae85f 100644
--- a/tools/build/ChangeLog
+++ b/tools/build/ChangeLog
@@ -1,3 +1,8 @@
+2003-03-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * configure.ac: Add AC_CHECK_HEADERS(getopt.h) to work around a bug
+ in autoconf-2.57.
+
2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove AC_CONFIG_AUX_DIR.
diff --git a/tools/build/configure.ac b/tools/build/configure.ac
index 1c657b1603..8f3e0345b4 100644
--- a/tools/build/configure.ac
+++ b/tools/build/configure.ac
@@ -13,12 +13,12 @@ AM_INIT_AUTOMAKE([no-define foreign 1.7.2])
AM_MAINTAINER_MODE
AC_PROG_CC
-AC_CHECK_HEADERS
+AC_CHECK_HEADERS([getopt.h])
AC_CHECK_FUNCS(strerror strtol)
RTEMS_PATH_KSH
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADERS([config.h])
# Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile