CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: Yann Dirson <[EMAIL PROTECTED]> 04/12/17 02:22:57
Modified files:
. : configure.ac
Log message:
fixed again running configure from another dir
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/configure.ac.diff?tr1=1.106&tr2=1.107&r1=text&r2=text
Patches:
Index: wesnoth/configure.ac
diff -u wesnoth/configure.ac:1.106 wesnoth/configure.ac:1.107
--- wesnoth/configure.ac:1.106 Sun Dec 5 15:45:04 2004
+++ wesnoth/configure.ac Fri Dec 17 02:22:57 2004
@@ -10,7 +10,7 @@
dnl AC_DEFINE([WESNOTH_DEFAULT_SERVER], ["devsrv.wesnoth.org"], [The default
server for this version])
AC_DEFINE([WESNOTH_DEFAULT_SERVER], ["devsrv.wesnoth.org:14999"], [The default
server for this version])
-AC_REVISION([$Revision: 1.106 $])
+AC_REVISION([$Revision: 1.107 $])
AC_CONFIG_AUX_DIR([config])
AM_INIT_AUTOMAKE([foreign 1.5])
@@ -658,6 +658,7 @@
do
# Symlinks to the single copy of Makefile.in.in
echo "creating po/$domain/Makefile.in.in"
+ mkdir -p po/$domain
rm -f po/$domain/Makefile.in.in
ln -s $topdir/po/Makefile.in.in po/$domain/Makefile.in.in