CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: Jon Daniel <[EMAIL PROTECTED]> 05/03/23 19:37:59
Modified files:
. : configure.ac
Log message:
fixed a typo
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/configure.ac.diff?tr1=1.130&tr2=1.131&r1=text&r2=text
Patches:
Index: wesnoth/configure.ac
diff -u wesnoth/configure.ac:1.130 wesnoth/configure.ac:1.131
--- wesnoth/configure.ac:1.130 Mon Mar 21 21:45:43 2005
+++ wesnoth/configure.ac Wed Mar 23 19:37:58 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.130 $])
+AC_REVISION([$Revision: 1.131 $])
AC_CONFIG_AUX_DIR([config])
AC_CONFIG_SRCDIR([src/actions.cpp])
@@ -134,7 +134,7 @@
AC_ARG_WITH([fifodir],
AS_HELP_STRING([--with-fifodir], [directory for the wesnothd
fifo socket file]),
[fifodir=$withval],
- [fifodir=$localstatedir/run/wesnotd])
+ [fifodir=$localstatedir/run/wesnothd])
AC_SUBST([fifodir])
AC_ARG_WITH([server-uid],