CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: ott <[EMAIL PROTECTED]> 05/06/14 08:36:48
Modified files:
. : configure.ac
Log message:
apply patch #4100
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/configure.ac.diff?tr1=1.153&tr2=1.154&r1=text&r2=text
Patches:
Index: wesnoth/configure.ac
diff -u wesnoth/configure.ac:1.153 wesnoth/configure.ac:1.154
--- wesnoth/configure.ac:1.153 Tue Jun 14 07:30:58 2005
+++ wesnoth/configure.ac Tue Jun 14 08:36:48 2005
@@ -38,7 +38,7 @@
EOF
])
-AC_REVISION([$Revision: 1.153 $])
+AC_REVISION([$Revision: 1.154 $])
AC_CONFIG_AUX_DIR([config])
AC_CONFIG_SRCDIR([src/actions.cpp])
@@ -167,13 +167,13 @@
AC_SUBST([fifodir])
AC_ARG_WITH([server-uid],
- AS_HELP_STRING([--with-server-uid]. [user id of the user who
runs wesnothd]),
+ AS_HELP_STRING([--with-server-uid], [user id of the user who
runs wesnothd]),
[serveruid=$withval],
[serveruid=0])
AC_SUBST([serveruid])
AC_ARG_WITH([server-gid],
- AS_HELP_STRING([--with-server-gid]. [group id of the user who
runs wesnothd]),
+ AS_HELP_STRING([--with-server-gid], [group id of the user who
runs wesnothd]),
[servergid=$withval],
[servergid=0])
AC_SUBST([servergid])