[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Wesnoth-cvs-commits] wesnoth configure.ac
From: |
Alfredo Beaumont |
Subject: |
[Wesnoth-cvs-commits] wesnoth configure.ac |
Date: |
Sun, 27 Feb 2005 07:06:56 -0500 |
CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: Alfredo Beaumont <address@hidden> 05/02/27 12:06:56
Modified files:
. : configure.ac
Log message:
FIX: Remove expandvars from kde-config. Pointed out by mr_bones
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/configure.ac.diff?tr1=1.117&tr2=1.118&r1=text&r2=text
Patches:
Index: wesnoth/configure.ac
diff -u wesnoth/configure.ac:1.117 wesnoth/configure.ac:1.118
--- wesnoth/configure.ac:1.117 Sun Feb 20 20:11:27 2005
+++ wesnoth/configure.ac Sun Feb 27 12:06:55 2005
@@ -9,7 +9,7 @@
dnl AC_DEFINE([WESNOTH_DEFAULT_SERVER], ["server.wesnoth.org"], [The default
server for this version])
AC_DEFINE([WESNOTH_DEFAULT_SERVER], ["devsrv.wesnoth.org"], [The default
server for this version])
-AC_REVISION([$Revision: 1.117 $])
+AC_REVISION([$Revision: 1.118 $])
AC_CONFIG_AUX_DIR([config])
AM_INIT_AUTOMAKE([foreign 1.5])
@@ -351,8 +351,8 @@
if test "x$KDE_CONFIG" = "xnone"; then
kdefound=no
else
- KDE_DESKTOP=`$KDE_CONFIG --expandvars --install
apps`/Games/TacticStrategy
- KDE_ICON=`$KDE_CONFIG --expandvars --install icon`
+ KDE_DESKTOP=`$KDE_CONFIG --install apps`/Games/TacticStrategy
+ KDE_ICON=`$KDE_CONFIG --install icon`
kdefound=yes
fi
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Wesnoth-cvs-commits] wesnoth configure.ac,
Alfredo Beaumont <=