tmp
tom@piglet wesnoth $ ./autogen.sh
configure.ac: 18: `automake requires `AM_CONFIG_HEADER', not `AC_CONFIG_HEADER'
automake-1.5: configure.ac: `AM_INIT_AUTOMAKE' must be used
automake-1.5: Makefile.am: required file `./NEWS' not found
automake-1.5: Makefile.am: required file `./AUTHORS' not found
automake-1.5: Makefile.am: required file `./ChangeLog' not found
src/Makefile.am:1: SUBDIRS was already defined in condition TRUE, which implies condition SERVER_TRUE
SUBDIRS (User, where = 1) +=
{
TRUE => .
}
src/Makefile.am:1: SUBDIRS was already defined in condition TRUE, which implies condition CAMPAIGNSERVER_TRUE
SUBDIRS (User, where = 1) +=
{
TRUE => .
SERVER_TRUE => server
}
src/Makefile.am:1: SUBDIRS was already defined in condition TRUE, which implies condition TOOLS_TRUE
SUBDIRS (User, where = 1) +=
{
CAMPAIGNSERVER_TRUE => campaign_server
TRUE => .
SERVER_TRUE => server
}
src/Makefile.am:15: bin_PROGRAMS was already defined in condition TRUE, which implies condition EDITOR_TRUE
bin_PROGRAMS (User, where = 15) +=
{
TRUE => wesnoth
}
src/Makefile.am:1: SUBDIRS was already defined in condition TRUE, which implies condition WZIP_TRUE
SUBDIRS (User, where = 1) +=
{
CAMPAIGNSERVER_TRUE => campaign_server
TRUE => .
SERVER_TRUE => server
TOOLS_TRUE => tools
}
src/Makefile.am: CXXFLAGS must be set with `=' before using `+='
src/Makefile.am: LDFLAGS must be set with `=' before using `+='
automake-1.5: src/Makefile.am: warning: automake does not support bin_PROGRAMS being defined conditionally
src/Makefile.am:341: LDFLAGS was set with `+=' and is now set with `='
src/Makefile.am:341: LDFLAGS was already defined in condition STATIC_TRUE, which is implied by condition TRUE
LDFLAGS (User, where = 341) =
{
STATIC_TRUE => -all-static
}
src/Makefile.am:328: CXXFLAGS was set with `+=' and is now set with `='
src/Makefile.am:328: CXXFLAGS was already defined in condition GCC_TRUE, which is implied by condition TRUE
CXXFLAGS (User, where = 328) =
{
GCC_TRUE => -fno-omit-frame-pointer
X11_TRUE => -D_X11 @X_CFLAGS@
}
src/Makefile.am:328: CXXFLAGS was already defined in condition X11_TRUE, which is implied by condition TRUE
CXXFLAGS (User, where = 328) =
{
GCC_TRUE => -fno-omit-frame-pointer
X11_TRUE => -D_X11 @X_CFLAGS@
}
src/campaign_server/Makefile.am:30: invalid unused variable name: `AM_LDFLAGS'
src/server/Makefile.am:36: invalid unused variable name: `AM_LDFLAGS'
src/tools/Makefile.am:2: bin_PROGRAMS was already defined in condition TRUE, which implies condition LIBPNG_TRUE
bin_PROGRAMS (User, where = 2) +=
{
TRUE => make_translation merge_translations
}
automake-1.5: src/tools/Makefile.am: warning: automake does not support bin_PROGRAMS being defined conditionally
src/tools/Makefile.am:14: invalid unused variable name: `AM_LDFLAGS'
src/zip/Makefile.am:26: invalid unused variable name: `AM_LDFLAGS'
>