CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: Jon Daniel <[EMAIL PROTECTED]> 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)
;;
_______________________________________________
Wesnoth-cvs-commits mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/wesnoth-cvs-commits