CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: Jon Daniel <[EMAIL PROTECTED]> 05/03/09 12:35:57
Modified files:
. : configure.ac
Log message:
Added AC_CANONICAL_BUILD, HOST an TARGET
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/configure.ac.diff?tr1=1.122&tr2=1.123&r1=text&r2=text
Patches:
Index: wesnoth/configure.ac
diff -u wesnoth/configure.ac:1.122 wesnoth/configure.ac:1.123
--- wesnoth/configure.ac:1.122 Wed Mar 9 10:26:45 2005
+++ wesnoth/configure.ac Wed Mar 9 12:35:57 2005
@@ -9,13 +9,15 @@
dnl AC_DEFINE([WESNOTH_DEFAULT_SERVER], ["server.wesnoth.org"], [The default
server for this version])
AC_DEFINE([WESNOTH_DEFAULT_SERVER], ["devsrv.wesnoth.org"], [The default
server for this version])
-AC_REVISION([$Revision: 1.122 $])
+AC_REVISION([$Revision: 1.123 $])
AC_CONFIG_AUX_DIR([config])
-AM_INIT_AUTOMAKE([foreign 1.5])
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