Changeset 52f13c3 in rtems


Ignore:
Timestamp:
03/07/03 03:00:17 (21 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Children:
d2c2c6ca
Parents:
ebab901
Message:

2003-03-07 Ralf Corsepius <corsepiu@…>

  • configure.ac: Add AC_CHECK_HEADERS(getopt.h) to work around a bug in autoconf-2.57.
Location:
tools/build
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • tools/build/ChangeLog

    rebab901 r52f13c3  
     12003-03-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * configure.ac: Add AC_CHECK_HEADERS(getopt.h) to work around a bug
     4        in autoconf-2.57.
     5
    162003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    27
  • tools/build/configure.ac

    rebab901 r52f13c3  
    1414
    1515AC_PROG_CC
    16 AC_CHECK_HEADERS
     16AC_CHECK_HEADERS([getopt.h])
    1717AC_CHECK_FUNCS(strerror strtol)
    1818
    1919RTEMS_PATH_KSH
    2020
    21 AM_CONFIG_HEADER(config.h)
     21AC_CONFIG_HEADERS([config.h])
    2222
    2323# Explicitly list all Makefiles here
Note: See TracChangeset for help on using the changeset viewer.