Index: configure ================================================================== --- configure +++ configure @@ -1491,11 +1491,11 @@ # The following RCS revision string applies to configure.in -# $Revision: 1.22 $ +# $Revision: 1.23 $ ######### # Programs needed # # Check whether --enable-shared or --disable-shared was given. @@ -20584,11 +20584,11 @@ ######### # Generate the output files. # - ac_config_files="$ac_config_files Makefile sqlite.pc " + ac_config_files="$ac_config_files Makefile sqlite.pc" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure # tests run on this system so they can be shared between configure # scripts and configure runs, see configure's option --config-cache. # It is not useful on other systems. If it contains results you don't @@ -21136,13 +21136,12 @@ cat >>$CONFIG_STATUS <<\_ACEOF for ac_config_target in $ac_config_targets do case "$ac_config_target" in # Handling of arguments. - " " ) CONFIG_FILES="$CONFIG_FILES " ;; - "Makefile " ) CONFIG_FILES="$CONFIG_FILES Makefile " ;; - "sqlite.pc " ) CONFIG_FILES="$CONFIG_FILES sqlite.pc " ;; + "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; + "sqlite.pc" ) CONFIG_FILES="$CONFIG_FILES sqlite.pc" ;; *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 echo "$as_me: error: invalid argument: $ac_config_target" >&2;} { (exit 1); exit 1; }; };; esac done