From ecd544112384e472a08080c19e6c52511736da8b Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 10 Nov 2000 14:25:44 +0000 Subject: 2000-11-10 Ralf Corsepius * configure.in: catch -enable-rtemsbsp (Allowed by autoconf). Autoconf allows one to pass -enable-*, but this file expected --enable*. --- c/ChangeLog | 5 +++++ c/configure.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/c/ChangeLog b/c/ChangeLog index 2173145ac2..85653e3f80 100644 --- a/c/ChangeLog +++ b/c/ChangeLog @@ -1,3 +1,8 @@ +2000-11-10 Ralf Corsepius + + * configure.in: catch -enable-rtemsbsp (Allowed by autoconf). + Autoconf allows one to pass -enable-*, but this file expected --enable*. + 2000-11-09 Ralf Corsepius * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS. diff --git a/c/configure.in b/c/configure.in index 5d27ab0a9d..e0e43d3f73 100644 --- a/c/configure.in +++ b/c/configure.in @@ -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" ;; -- cgit v1.2.3