Changeset 5ba8f30 in rtems
- Timestamp:
- Mar 11, 2003, 12:12:22 PM (18 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 69b742e
- Parents:
- ec0a346
- Location:
- tools
- Files:
-
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/build/ChangeLog
rec0a346 r5ba8f30 1 2003-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 6 2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 7 8 * configure.ac: Remove AC_CONFIG_AUX_DIR. 9 10 2003-03-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 11 12 * configure.ac: Add AC_CHECK_HEADERS. 13 1 14 2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 15 -
tools/build/configure.ac
rec0a346 r5ba8f30 7 7 AC_CONFIG_SRCDIR([install-if-change.in]) 8 8 RTEMS_TOP(../..) 9 AC_CONFIG_AUX_DIR(../..)10 9 11 10 AC_CANONICAL_HOST … … 15 14 16 15 AC_PROG_CC 16 AC_CHECK_HEADERS([getopt.h]) 17 17 AC_CHECK_FUNCS(strerror strtol) 18 18 19 19 RTEMS_PATH_KSH 20 20 21 A M_CONFIG_HEADER(config.h)21 AC_CONFIG_HEADERS([config.h]) 22 22 23 23 # Explicitly list all Makefiles here -
tools/cpu/ChangeLog
rec0a346 r5ba8f30 1 2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * configure.ac: Remove AC_CONFIG_AUX_DIR. 4 1 5 2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
tools/cpu/configure.ac
rec0a346 r5ba8f30 7 7 AC_CONFIG_SRCDIR([generic]) 8 8 RTEMS_TOP(../..) 9 AC_CONFIG_AUX_DIR(../..)10 9 11 10 RTEMS_CANONICAL_TARGET_CPU -
tools/cpu/generic/ChangeLog
rec0a346 r5ba8f30 1 2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * configure.ac: Remove AC_CONFIG_AUX_DIR. 4 1 5 2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
tools/cpu/generic/configure.ac
rec0a346 r5ba8f30 7 7 AC_CONFIG_SRCDIR([size_rtems.in]) 8 8 RTEMS_TOP(../../..) 9 AC_CONFIG_AUX_DIR(../../..)10 9 11 10 RTEMS_CANONICAL_TARGET_CPU -
tools/cpu/hppa1.1/ChangeLog
rec0a346 r5ba8f30 1 2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * configure.ac: Remove AC_CONFIG_AUX_DIR. 4 1 5 2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
tools/cpu/hppa1.1/configure.ac
rec0a346 r5ba8f30 7 7 AC_CONFIG_SRCDIR([genoffsets.c]) 8 8 RTEMS_TOP(../../..) 9 AC_CONFIG_AUX_DIR(../../..)10 9 11 10 RTEMS_CANONICAL_TARGET_CPU -
tools/cpu/sh/ChangeLog
rec0a346 r5ba8f30 1 2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * configure.ac: Remove AC_CONFIG_AUX_DIR. 4 1 5 2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
tools/cpu/sh/configure.ac
rec0a346 r5ba8f30 7 7 AC_CONFIG_SRCDIR([shgen.c]) 8 8 RTEMS_TOP(../../..) 9 AC_CONFIG_AUX_DIR(../../..)10 9 11 10 RTEMS_CANONICAL_TARGET_CPU -
tools/update/ChangeLog
rec0a346 r5ba8f30 1 2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * configure.ac: Remove AC_CONFIG_AUX_DIR. 4 1 5 2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
tools/update/configure.ac
rec0a346 r5ba8f30 7 7 AC_CONFIG_SRCDIR([rtems-polish.sh]) 8 8 RTEMS_TOP(../..) 9 AC_CONFIG_AUX_DIR(../..)10 9 11 10 AC_CANONICAL_HOST
Note: See TracChangeset
for help on using the changeset viewer.