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


From: ott
Subject: [Wesnoth-cvs-commits] wesnoth configure.ac
Date: Tue, 14 Jun 2005 03:30:59 -0400

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     ott <address@hidden>    05/06/14 07:30:59

Modified files:
        .              : configure.ac 

Log message:
        fix duplicated lines in isaac's last commit

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

Patches:
Index: wesnoth/configure.ac
diff -u wesnoth/configure.ac:1.152 wesnoth/configure.ac:1.153
--- wesnoth/configure.ac:1.152  Mon Jun 13 19:40:16 2005
+++ wesnoth/configure.ac        Tue Jun 14 07:30:58 2005
@@ -38,86 +38,7 @@
 EOF
 ])
 
-AC_REVISION([$Revision: 1.152 $])
-
-AC_CONFIG_AUX_DIR([config])
-AC_CONFIG_SRCDIR([src/actions.cpp])
-AC_CONFIG_HEADER([config.h])
-AC_CANONICAL_BUILD
-AC_CANONICAL_HOST
-AC_CANONICAL_TARGET
-AM_INIT_AUTOMAKE([foreign 1.5])
-AM_MAINTAINER_MODE
-AM_GNU_GETTEXT([external])
-
-#######################################################################
-# Configuration options                                               #
-#######################################################################
-
-AC_ARG_ENABLE([debug],
-             AS_HELP_STRING([--enable-debug], [enable debug in wesnoth]),
-             [if test "x${enableval}" = "xyes" ; then
-                   CXXFLAGS="$CXXFLAGS -DDEBUG -O0 -ggdb3"
-              fi])
-
-AC_ARG_ENABLE([static],
-              AS_HELP_STRING([--enable-static], [enable static building of 
wesnoth]),
-             [static=$enableval],
-             [static=no])
-
-AC_ARG_ENABLE([lite],
-              AS_HELP_STRING([--enable-lite], [enable lite version of wesnoth 
(without music or large images)]),
-             [lite=$enableval],
-             [lite=no])
-
-AC_ARG_ENABLE([tinygui],
-              AS_HELP_STRING([--enable-tinygui], [enable GUI reductions for 
resolutions down to 320x240 (PDAs)]),
-             [tinygui=$enableval],
-             [tinygui=no])
-
-if test "x$tinygui" = "xyes"
-then
-       CPPFLAGS="$CPPFLAGS -DUSE_TINY_GUI"
-fi
-AM_CONDITIONAL([TINYGUI], [test "x$tinygui" = "xyes"])
-
-DATADIR=$PACKAGE
-AC_ARG_WITH([datadir-name],
-            AS_HELP_STRING([--with-datadir-name@<:@=DIR@:>@], [change name of 
data directory @<:@wesnoth@:>@]),
-             [case "${withval}" in
-              yes)
-                       DATADIR="wesnoth"
-                       ;;
-               no)
-                       ;;
-
-AC_INIT([Battle for Wesnoth], WESNOTH_VERSION, address@hidden, [wesnoth])
-AC_DEFINE([WESNOTH_DEFAULT_SERVER], ["]DEFAULT_SERVER["], [The default server 
for this version])
-
-dnl
-dnl Generate wesconfig.h from the information above
-dnl
-AC_CONFIG_COMMANDS([src/wesconfig.h],
-                  [cat > src/wesconfig.h <<EOF
-#ifndef WESCONFIG_H_INCLUDED
-#define WESCONFIG_H_INCLUDED
-
-#ifdef HAVE_CONFIG_H
-# include "config.h"
-#else
-# define VERSION "]WESNOTH_VERSION["
-# define WESNOTH_DEFAULT_SERVER "]DEFAULT_SERVER["
-# define PACKAGE "wesnoth"
-# ifndef LOCALEDIR
-#  define LOCALEDIR "translations"
-# endif
-#endif
-
-#endif
-EOF
-])
-
-AC_REVISION([$Revision: 1.152 $])
+AC_REVISION([$Revision: 1.153 $])
 
 AC_CONFIG_AUX_DIR([config])
 AC_CONFIG_SRCDIR([src/actions.cpp])




reply via email to

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