Search
lxdream.org :: lxdream/configure :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename configure
changeset 778:a34b180d92f7
prev769:f7f62bea4cad
next791:fc609d426806
author nkeynes
date Mon Jul 28 10:13:13 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Move grab management to window
Clear grab if the window loses key focus (probably a good idea in general)
file annotate diff log raw
1.1 --- a/configure Mon Jul 28 00:27:32 2008 +0000
1.2 +++ b/configure Mon Jul 28 10:13:13 2008 +0000
1.3 @@ -11444,7 +11444,7 @@
1.4 < $srcdir/po/POTFILES.in > po/POTFILES
1.5
1.6
1.7 -ac_config_files="$ac_config_files Makefile src/Makefile po/Makefile.in test/Makefile"
1.8 +ac_config_files="$ac_config_files Makefile src/Makefile po/Makefile.in test/Makefile Info.plist"
1.9
1.10 cat >confcache <<\_ACEOF
1.11 # This file is a shell script that caches the results of configure
1.12 @@ -12195,6 +12195,7 @@
1.13 "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
1.14 "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;;
1.15 "test/Makefile") CONFIG_FILES="$CONFIG_FILES test/Makefile" ;;
1.16 + "Info.plist") CONFIG_FILES="$CONFIG_FILES Info.plist" ;;
1.17
1.18 *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
1.19 $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
.