wesnoth-cvs-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Wesnoth-cvs-commits] wesnoth configure.ac


From: Jon Daniel
Subject: [Wesnoth-cvs-commits] wesnoth configure.ac
Date: Fri, 12 Aug 2005 06:43:51 -0400

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Jon Daniel <address@hidden>     05/08/12 10:43:50

Modified files:
        .              : configure.ac 

Log message:
        Fixed bug #14100

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/configure.ac.diff?tr1=1.162&tr2=1.163&r1=text&r2=text

Patches:
Index: wesnoth/configure.ac
diff -u wesnoth/configure.ac:1.162 wesnoth/configure.ac:1.163
--- wesnoth/configure.ac:1.162  Tue Aug  9 09:19:17 2005
+++ wesnoth/configure.ac        Fri Aug 12 10:43:50 2005
@@ -37,7 +37,7 @@
 EOF
 ])
 
-AC_REVISION([$Revision: 1.162 $])
+AC_REVISION([$Revision: 1.163 $])
 
 AC_CONFIG_AUX_DIR([config])
 AC_CONFIG_SRCDIR([src/actions.cpp])
@@ -124,7 +124,7 @@
             AS_HELP_STRING([--with-icondir@<:@=DIR@:>@], [change icon 
directory under gnome]),
                  [case "${withval}" in
                   yes)
-                               ICONDIR="$(datadir)/icons"
+                               ICONDIR="${datadir}/icons"
                                ;;
                   no)
                                ;;
@@ -138,7 +138,7 @@
             AS_HELP_STRING([--with-desktopdir@<:@=DIR@:>@], [change desktop 
directory under gnome 2]),
                  [case "${withval}" in
                   yes) 
-                               DESKTOPDIR="$(datadir)/applications"
+                               DESKTOPDIR="${datadir}/applications"
                                ;;
                   no)
                                ;;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]