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 configure


From: Yann Dirson
Subject: [Wesnoth-cvs-commits] wesnoth configure.ac configure
Date: Thu, 09 Sep 2004 16:29:38 -0400

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Yann Dirson <address@hidden>    04/09/09 20:24:11

Modified files:
        .              : configure.ac configure 

Log message:
        removed debugging stuff

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

Patches:
Index: wesnoth/configure
diff -u wesnoth/configure:1.102 wesnoth/configure:1.103
--- wesnoth/configure:1.102     Thu Sep  9 18:35:51 2004
+++ wesnoth/configure   Thu Sep  9 20:24:10 2004
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.ac Revision: 1.82 .
+# From configure.ac Revision.
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.59 for Battle for Wesnoth 0.8.4.
 #
@@ -16231,7 +16231,6 @@
 # Symlinks that allow message catalogs to be used from build tree     #
 #######################################################################
 
-set -x
 for lang in `cat po/LINGUAS`
 do
     mkdir -p po/$lang/LC_MESSAGES
@@ -16241,7 +16240,6 @@
        ln -s ../$domain.gmo po/$lang/LC_MESSAGES/$domain.mo
     done
 done
-set +x
 
 #######################################################################
 # Data file substitution.                                             #
Index: wesnoth/configure.ac
diff -u wesnoth/configure.ac:1.83 wesnoth/configure.ac:1.84
--- wesnoth/configure.ac:1.83   Thu Sep  9 18:35:52 2004
+++ wesnoth/configure.ac        Thu Sep  9 20:24:10 2004
@@ -10,7 +10,7 @@
 AC_DEFINE([WESNOTH_DEFAULT_SERVER], ["devsrv.wesnoth.org"], [The default 
server for this version])
 dnl AC_DEFINE([WESNOTH_DEFAULT_SERVER], ["devsrv.wesnoth.org:14999"], [The 
default server for this version])
 
-AC_REVISION([$Revision: 1.83 $])
+AC_REVISION([$Revision: 1.84 $])
 
 AC_CONFIG_AUX_DIR([config])
 AM_INIT_AUTOMAKE([foreign 1.5])
@@ -549,7 +549,6 @@
 # Symlinks that allow message catalogs to be used from build tree     #
 #######################################################################
 
-set -x
 for lang in `cat po/LINGUAS`
 do
     mkdir -p po/$lang/LC_MESSAGES
@@ -559,7 +558,6 @@
        ln -s ../$domain.gmo po/$lang/LC_MESSAGES/$domain.mo
     done
 done
-set +x
 
 #######################################################################
 # Data file substitution.                                             #




reply via email to

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