Minor buildsystem cleanups

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@6040 4a71c877-e1ca-e34f-864e-861f7616d084
master
Dennis Schridde 2008-09-18 16:08:37 +00:00
parent dc878823c2
commit 85ac0d8ae0
2 changed files with 5 additions and 5 deletions

View File

@ -1,15 +1,11 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.56])
AC_INIT([Warzone 2100],[TRUNK],[http://wz2100.net/],[warzone2100])
AM_INIT_AUTOMAKE([1.10])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR([lib/framework/frame.c])
# Make cross compilation options available in --help
AC_CANONICAL_HOST
# HACK
# Workaround stupid autoconf CFLAGS default
@ -17,6 +13,9 @@ AC_CANONICAL_HOST
CFLAGS="${CFLAGS}"
# Make cross compilation options available in --help
AC_CANONICAL_HOST
# Checks for programs.
AC_PROG_CC_STDC
AC_PROG_RANLIB

View File

@ -14,6 +14,7 @@ AM_CPPFLAGS = -DYY_NO_INPUT $(SDL_CFLAGS) $(SDL_NET_CFLAGS) $(PHYSFS_CFLAGS) $(P
AM_CFLAGS = $(WZ_CFLAGS)
AM_LFLAGS = $(FLEX_FLAGS)
AM_YFLAGS = -d
BUILT_SOURCES = level_lexer.lex.c message_lexer.lex.c message_parser.tab.c \
message_parser.tab.h scriptvals_lexer.lex.c scriptvals_parser.tab.c \
scriptvals_parser.tab.h stats-db2.h