From a978d733e84030e1a8d86b8b216936690d062e7e Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 24 Aug 2011 21:01:43 +0300 Subject: Remove internal guichan usage from build scripts. --- bmake | 2 +- bmake0 | 2 +- bmake44 | 3 ++- bmake46 | 3 ++- clmake | 3 ++- 5 files changed, 8 insertions(+), 5 deletions(-) diff --git a/bmake b/bmake index a4ec0c068..ee9616998 100755 --- a/bmake +++ b/bmake @@ -41,7 +41,7 @@ autoreconf -i --bindir=$dir/run/bin \ --mandir=$dir/run/share/man \ --enable-memdebug=yes \ ---with-internalguichan=yes \ +--without-internalguichan \ --enable-tcmalloc=no \ --enable-googleprofiler=no diff --git a/bmake0 b/bmake0 index 0b32247ef..a2d25b40c 100755 --- a/bmake0 +++ b/bmake0 @@ -41,7 +41,7 @@ autoreconf -i --bindir=$dir/run/bin \ --mandir=$dir/run/share/man \ --enable-memdebug=no \ ---with-internalguichan=yes \ +--without-internalguichan \ --enable-tcmalloc=yes \ --enable-googleprofiler=yes diff --git a/bmake44 b/bmake44 index d7730cf78..696f0f820 100755 --- a/bmake44 +++ b/bmake44 @@ -38,7 +38,8 @@ autoreconf -i ./configure --prefix=$dir/run \ --datadir=$dir/run/share/games \ --bindir=$dir/run/bin \ ---mandir=$dir/run/share/man +--mandir=$dir/run/share/man \ +--without-internalguichan cd po #make -j5 update-po 2>../make1.log diff --git a/bmake46 b/bmake46 index ecd151e26..ee953f53b 100755 --- a/bmake46 +++ b/bmake46 @@ -50,7 +50,8 @@ autoreconf -i ./configure --prefix=$dir/run \ --datadir=$dir/run/share/games \ --bindir=$dir/run/bin \ ---mandir=$dir/run/share/man +--mandir=$dir/run/share/man \ +--without-internalguichan cd po #make -j5 update-po 2>../make1.log diff --git a/clmake b/clmake index eec44c58f..19c3285de 100755 --- a/clmake +++ b/clmake @@ -10,7 +10,8 @@ export CXX=clang++ ./configure --prefix=$dir/run \ --datadir=$dir/run/share/games \ --bindir=$dir/run/bin \ ---mandir=$dir/run/share/man +--mandir=$dir/run/share/man \ +--without-internalguichan make -j5 2>make2.log -- cgit v1.2.3-70-g09d2