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:
Joel Sherrill
2000-11-10 14:25:44 +00:00
parent b2e4f3a824
commit ecd5441123
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -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
View File
@@ -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" ;;