* configure: Make it possible to handle configure options which


			
			
				david-pic-changes
			
			
		
Werner Lemberg 19 years ago
parent a787f45580
commit d898aeddbe
  1. 9
      ChangeLog
  2. 6
      configure

@ -1,3 +1,12 @@
2006-08-29 Dr. Werner Fink <werner@suse.de>
* configure: Make it possible to handle configure options which
have strings containing spaces.
2006-08-27 David Turner <david@freetype.org>
<TO BE WRITTEN>
2006-08-27 Jens Claudius <jens.claudius@yahoo.com>
Fix miscellaneous compiler warnings.

6
configure vendored

@ -91,6 +91,10 @@ fi
# call make
CFG="$@" $GNUMAKE setup unix
CFG=
for x in ${1+"$@"}; do
CFG="$CFG \"$x\""
done
CFG=$CFG $GNUMAKE setup unix
# eof

Loading…
Cancel
Save