summaryrefslogtreecommitdiffstats
path: root/aclocal (unfollow)
Commit message (Collapse)AuthorFilesLines
2003-01-162001-01-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-2/+2
* aclocal/rtems-cpu-subdirs.m4: Print out RTEMS_CPU in error message. * aclocal/enable-cxx.m4: Use $enable_cxx instead of $enableval.
2002-12-192002-12-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-13/+10
* aclocal/prog-cxx.m4: Remove RTEMS_PROG_CXX. Rework RTEMS_PROG_CXX_FOR_TARGET.
2002-12-102002-12-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-1/+1
* aclocal/prog-cxx.m4: Swap RTEMS_CHECK_TOOL/AC_PROG_CXX.
2002-12-072002-12-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-6/+6
* aclocal/bsp-configure.m4: Remove RTEMS_CHECK_BSP_CACHE. * aclocal/env-rtemsbsp.m4: Add comments to AC_ARG_VARs. Add AC_ARG_VAR(RTEMS_CPU_MODEL).
2002-12-062002-12-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius3-4/+19
* aclocal/env-rtemsbsp.m4: Add AC_ARG_VAR for CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY. * aclocal/prog-cc.m4: Reworked CFLAGS handling. * aclocal/prog-cxx.m4: Reworked CXXFLAGS handling.
2002-12-062002-12-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-0/+11
* aclocal/rtems-flags.m4: New.
2002-12-012002-12-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-7/+0
* aclocal/prog-cc.m4: Remove GCCSED.
2002-11-292002-11-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius4-17/+18
* aclocal/prog-ccas.m4: New. * aclocal/check-custom-bsp.m4: New, split out from check-bsps.m4. * aclocal/check-bsps.m4: Split out RTEMS_CHECK_CUSTOM_BSP. * aclocal/canonicalize-tools.m4: Remove RTEMS_GCC_PRINT.
2002-11-202002-11-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-5/+14
* aclocal/quoting.m4: Reworked (Part of fix to PR 312).
2002-11-192002-11-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-10/+9
* automake/compile.am: Remove LD_PATHS (Unused). * aclocal/check-newlib.m4: Adaptation to autoconf-2.5x (AC_TRY_LINK is announced obsolete).
2002-11-192002-11-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-136/+6
* aclocal/sysv-ipc.m4: Remove (Unused). * aclocal/target.m4: Sync with acinclude.m4 (Part of fix to PR 312).
2002-11-192002-11-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-23/+5
* aclocal/target.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE (Part of fix to PR 312).
2002-11-182002-11-18 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+1
* aclocal/version.m4: Updated to rtems-ss-20021118.
2002-11-182002-11-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-1/+2
* aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Added support for Motorola MTX603e.
2002-11-152002-11-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-6/+1
* acinclude.m4: Add CXX_FOR_*, CXXFLAGS_FOR_*. Fix stupid typo (continue/configure). * aclocal/prog-cc.m4: Remove obsolete comments. Acknowledge CFLAGS.
2002-11-112002-11-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+1
* aclocal/version.m4: Updated to rtems-ss-20021111.
2002-11-062002-11-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius3-10/+6
Further preparations for autoconf > 2.52: * aclocal/enable-inlines.m4: Use AS_IF instead of if/then/else. * aclocal/quoting.m4: Use `eval echo $ac_args` to unquote $ac_arg. * aclocal/target.m4: Use `eval echo $rtems_args` to unquote $ac_arg.
2002-10-292002-10-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius10-14/+18
* aclocal/enable-bare.m4: Improve quoting of AC_HELP_STRING. * aclocal/enable-cxx.m4: Improve quoting of AC_HELP_STRING. * aclocal/enable-inlines.m4: Improve quoting of AC_HELP_STRING. * aclocal/enable-itron.m4: Improve quoting of AC_HELP_STRING. * aclocal/enable-multiprocessing.m4: Improve quoting of AC_HELP_STRING. * aclocal/enable-networking.m4: Improve quoting of AC_HELP_STRING. * aclocal/enable-posix.m4: Improve quoting of AC_HELP_STRING. * aclocal/enable-rdbg.m4: Improve quoting of AC_HELP_STRING. * aclocal/enable-rtemsbsp.m4: Improve quoting of AC_HELP_STRING. * aclocal/enable-tests.m4: Improve quoting of AC_HELP_STRING. (autoconf > 2.54 seems to have problems with the old form of quoting).
2002-10-282002-10-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-1/+1
* aclocal/enable-rtemsbsp.m4: Remove '\' in AC_MSG_ERROR (autoconf > 2.54 complains about).
2002-10-212002-10-21 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+1
* aclocal/version.m4: Updated to rtems-20021021-test.
2002-10-112002-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-25/+1
* aclocal/ppc.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
2002-10-112002-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-0/+31
* aclocal/quoting.m4: New (Implements RTEMS_CONFIGURE_ARGS_QUOTE). * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
2002-10-072002-10-07 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+1
* aclocal/version.m4: Updated to rtems-ss-20021007.
2002-10-042002-10-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+1
* aclocal/version.m4: Updated to rtems-ss-20021004.
2002-08-292002-08-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-1/+18
* aclocal/bsp-configure.m4: Create bspopts.h on the fly, filter out autoconf-2.53 PACKAGE crap.
2002-08-282002-08-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-0/+26
* aclocal/prog-gnat.m4: New.
2002-08-112002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-1/+1
* aclocal/bsp-configure.m4: Fix small typo in comment.
2002-08-112002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-1/+1
* aclocal/env-rtemsbsp.m4: RTEMS_ROOT="\$(PROJECT_ROOT)/c/$RTEMS_BSP".
2002-08-092002-08-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-6/+28
* aclocal/check-bsp-cache.m4: Convert to autoconf-2.5x quoting rules. Add RTEMS_BSP_CFLAGS, RTEMS_BSP_CFLAGS_OPTIMIZE_V, RTEMS_BSP_CFLAGS_DEBUG_V, RTEMS_BSP_CFLAGS_PROFILE_V.
2002-08-072002-08-07 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+1
* aclocal/version.m4: Updated to rtems-ss-20020807.
2002-08-062002-08-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-1/+0
* aclocal/env-rtemsbsp.m4: Remove RTEMS_CONFIG_PER_BSP.
2002-07-312002-07-31 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+0
* aclocal/rtems-cpu-subdirs.m4: Removed the or16 port was just a stub and only the OR32 port is getting worked on.
2002-07-222002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-392/+0
* aclocal/subdirs.m4: Remove. * acinclude.m4: New (Replaces aclocal/subdirs.m4).
2002-07-222002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-1/+2
* aclocal/check-cpu.m4: Peek into cpukit/score/cpu instead of exec/score/cpu.
2002-07-222002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-0/+2
* aclocal/bsp-configure.m4: Add RTEMS_CHECK_MULTIPROCESSING. * automake/compile.am: Add test -d $(ARCH) || mkdir $(ARCH) to all compilation rules (Work-around to an automake bug). * automake/lib.am: Add test -d $(ARCH) || mkdir $(ARCH) to make-library.
2002-07-192002-07-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-0/+4
* aclocal/env-rtemsbsp.m4: Add libdir, bsplibdir.
2002-07-172002-07-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+1
* aclocal/version.m4: Updated to rtems-ss-20020717.
2002-06-302002-06-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-33/+28
* aclocal/check-multiprocessing.m4: Reworked. * aclocal/enable-multiprocessing.m4: Remove RTEMS_HAS_MULTIPROCESSING.
2002-06-282002-06-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+1
* aclocal/version.m4: Updated to rtems-ss-20020628.
2002-06-172002-06-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius3-136/+0
* aclocal/env-rtemscpu.m4: Remove. * aclocal/multi.m4: Remove. * aclocal/multilib.m4: Remove RTEMS_ENABLE_MULTILIB_MASTER.
2002-05-282002-05-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-2/+2
* aclocal/version.m4: Updated to rtems-ss-20020528.
2002-04-172002-04-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2-13/+4
* aclocal/prog-cc.m4: Remove GCC272 support. Remove ENABLE_LIBCDIR. * aclocal/prog-cxx.m4: Ditto. * aclocal/enable-gcc28.m4: Remove. * aclocal/enable-libcdir.m4: Ditto.
2002-04-162002-04-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2-24/+0
* aclocal/enable-libcdir.m4, aclocal/enable-gcc28.m4: Remove ENABLE_GCC28.
2002-03-282002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-0/+2
* aclocal/version.m4: New file. * aclocal/rtems-top.m4: Add RTEMS_VERSIONING, replace VERSION w/ aclocal/version.m4. * bootstrap: Use aclocal/version.m4 instead of VERSION. * configure.ac: Use aclocal/version.m4 instead of VERSION.
2002-03-282002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-12/+5
* aclocal/version.m4: New file. * aclocal/rtems-top.m4: Add RTEMS_VERSIONING, replace VERSION w/ aclocal/version.m4. * bootstrap: Use aclocal/version.m4 instead of VERSION. * configure.ac: Use aclocal/version.m4 instead of VERSION.
2002-03-152002-03-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-0/+1
* aclocal/env-rtemscpu.m4: automake-1.6 preparations: Add AM_CONDITIONAL([RTEMS_CONFIG_PER_BSP],[false]).
2002-02-062002-02-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-1/+5
* aclocal/subdirs.m4: Propagate the current $prefix to the sub-configures.
2002-01-242002-01-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-1/+1
* aclocal/sysv-ipc.m4: Use 3-args AC_DEFINE for autoconf-2.5x compatibility. * bootstrap: Let --clean remove texinfo.tex.
2002-01-222002-01-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-1/+1
* aclocal/env-rtemsbsp.m4: Use ${RTEMS_BSP} to setup includedir.
2002-01-082002-02-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-3/+4
* aclocal/check-tool.m4: Remove AC_CHECK_TOOL_PREFIX, conditionalize check upon host_alias != build_alias.