Changeset 2fe08ccb in rtems
- Timestamp:
- 10/11/02 04:31:22 (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 154c99c
- Parents:
- aa7428a
- Location:
- c
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/ChangeLog
raa7428a r2fe08ccb 1 2002-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * configure.ac: Apply RTEMS_CONFIGURE_ARGS_QUOTE. 4 1 5 2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
c/configure.ac
raa7428a r2fe08ccb 59 59 _RTEMS_ADJUST_SRCDIR([rtems_bsp_configure],[src]) 60 60 rtems_bsp_configure="$rtems_bsp_configure/configure" 61 62 ## Remove --cache-file, --srcdir and --enable-rtemsbsp arguments 63 ## so they do not pile up 64 rtems_bsp_configure_args= 65 for ac_arg in $ac_configure_args; do 66 if test -n "$ac_prev"; then 67 ac_prev= 68 continue 69 fi 70 case "$ac_arg" in 71 -cache-file | --cache-file | --cache-fil | --cache-fi \ 72 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) 73 ac_prev=cache_file ;; 74 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ 75 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) 76 ;; 77 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) 78 ac_prev=srcdir ;; 79 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) 80 ;; 81 -enable-rtemsbsp=* | --enable-rtemsbsp=*) ;; 82 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) 83 ;; 84 *) rtems_bsp_configure_args="$rtems_bsp_configure_args $ac_arg" ;; 85 esac 86 done 61 RTEMS_CONFIGURE_ARGS_QUOTE([rtems_bsp_configure_args], 62 [--enable-rtemsbsp=* | --enable-rtemsbsp=* ) ;;]) 87 63 88 64 rtems_bsp_configure="$rtems_bsp_configure $rtems_bsp_configure_args"
Note: See TracChangeset
for help on using the changeset viewer.