removed debugging stuff

This commit is contained in:
Yann Dirson 2004-09-09 20:24:10 +00:00
parent 53421d4ce0
commit 2adea95109
2 changed files with 1 additions and 5 deletions

4
configure vendored
View file

@ -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 @@ fi
# 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 @@ do
ln -s ../$domain.gmo po/$lang/LC_MESSAGES/$domain.mo
done
done
set +x
#######################################################################
# Data file substitution. #

View file

@ -549,7 +549,6 @@ fi
# 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 @@ do
ln -s ../$domain.gmo po/$lang/LC_MESSAGES/$domain.mo
done
done
set +x
#######################################################################
# Data file substitution. #