mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-22 12:29:55 +08:00
2000-11-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.in: catch -enable-rtemsbsp (Allowed by autoconf). Autoconf allows one to pass -enable-*, but this file expected --enable*.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2000-11-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.in: catch -enable-rtemsbsp (Allowed by autoconf).
|
||||
Autoconf allows one to pass -enable-*, but this file expected --enable*.
|
||||
|
||||
2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
|
||||
|
||||
+1
-1
@@ -80,7 +80,7 @@ esac
|
||||
ac_prev=srcdir ;;
|
||||
-srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
|
||||
;;
|
||||
--enable-rtemsbsp*) ;;
|
||||
-enable-rtemsbsp=* | --enable-rtemsbsp=*) ;;
|
||||
-srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
|
||||
;;
|
||||
*) rtems_bsp_configure_args="$rtems_bsp_configure_args $ac_arg" ;;
|
||||
|
||||
Reference in New Issue
Block a user