/[adonthell]/adonthell-0.3/configure.in
ViewVC logotype

Diff of /adonthell-0.3/configure.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.92 by ksterker, Mon Feb 9 17:40:21 2004 UTC revision 1.93 by ksterker, Mon Oct 25 06:55:01 2004 UTC
# Line 3  dnl Process this file with autoconf to p Line 3  dnl Process this file with autoconf to p
3  dnl **************************************************************  dnl **************************************************************
4    
5  AC_PREREQ(2.50)  AC_PREREQ(2.50)
6  AC_INIT(adonthell, 0.3.3, adonthell@linuxgames.com, adonthell)  AC_INIT(adonthell, 0.3.4, adonthell-project@linuxgames.com, adonthell)
7  dnl AC_PREFIX_PROGRAM(adonthell)  dnl AC_PREFIX_PROGRAM(adonthell)
8    
9  dnl Detect the canonical host and target build environment  dnl Detect the canonical host and target build environment
10  AC_CANONICAL_HOST  AC_CANONICAL_HOST
11  AC_CANONICAL_TARGET  AC_CANONICAL_TARGET
12    
13  AM_INIT_AUTOMAKE(adonthell, 0.3.3)  AM_INIT_AUTOMAKE([])
14  AM_CONFIG_HEADER(config.h)  AM_CONFIG_HEADER(config.h)
15    
16  CFLAGS="-g -Wall -fno-exceptions"  CFLAGS="-g -Wall -fno-exceptions"
# Line 32  dnl **** Line 32  dnl ****
32  dnl i18n  dnl i18n
33  dnl ****  dnl ****
34    
 ALL_LINGUAS=""  
35  AM_GNU_GETTEXT([external])  AM_GNU_GETTEXT([external])
36    
37  dnl ********************  dnl ********************
# Line 76  if test x$gamedatadir = xnone; then Line 75  if test x$gamedatadir = xnone; then
75    if test x$unixinst = xno; then    if test x$unixinst = xno; then
76      gamedatadir=""      gamedatadir=""
77      DEFS="$DEFS -DSINGLE_DIR_INST"      DEFS="$DEFS -DSINGLE_DIR_INST"
78        case "$target" in
79          *-*-darwin*)
80            makebundle="yes"
81            DEFS="$DEFS -Wno-long-double"
82          ;;
83        esac        
84    else    else
85      case "$target" in      case "$target" in
86        *-*-cygwin* | *-*-mingw32*)        *-*-cygwin* | *-*-mingw32*)
# Line 96  else Line 101  else
101    DEFS="$DEFS -DDATA_DIR=\"\\\"$gamedatadir\\\"\""    DEFS="$DEFS -DDATA_DIR=\"\\\"$gamedatadir\\\"\""
102  fi  fi
103    
104    AM_CONDITIONAL(MAKE_BUNDLE, test x$makebundle = xyes)
105    
106  dnl **********************  dnl **********************
107  dnl Check for memory leaks  dnl Check for memory leaks
108  dnl **********************  dnl **********************
# Line 124  AM_PATH_SDL($SDL_VERSION, Line 131  AM_PATH_SDL($SDL_VERSION,
131          AC_MSG_ERROR([*** SDL version $SDL_VERSION not found!])          AC_MSG_ERROR([*** SDL version $SDL_VERSION not found!])
132  )  )
133    
134  dnl *******************  *******************
135  dnl Check for FreeType2  Check for FreeType2
136  dnl *******************  *******************
137    
138  dnl AC_CHECK_FT2(6.0.0,  AC_CHECK_FT2(6.0.0,
139  dnl     :,      :,
140  dnl     AC_MSG_ERROR([*** Freetype version >= 6.0.0 not found!])      AC_MSG_ERROR([*** Freetype version >= 6.0.0 not found!])
141  dnl )  )
142    
143  dnl *******************  dnl *******************
144  dnl Check for OggVorbis  dnl Check for OggVorbis
# Line 419  AC_SUBST(gamedatadir) Line 426  AC_SUBST(gamedatadir)
426  dnl AC_SUBST(FT2_LIBS)  dnl AC_SUBST(FT2_LIBS)
427  dnl AC_SUBST(FT2_CFLAGS)  dnl AC_SUBST(FT2_CFLAGS)
428    
429  AC_OUTPUT([ m4/Makefile  AC_OUTPUT([
 adonthell.spec  
430  Makefile  Makefile
431    adonthell.spec
432  doc/Makefile  doc/Makefile
433  doc/devel/Makefile  doc/devel/Makefile
434  doc/dlgedit/Makefile  doc/dlgedit/Makefile
435  doc/dlgedit-api/Makefile  doc/dlgedit-api/Makefile
436  doc/items/Makefile  doc/items/Makefile
437    m4/Makefile
438  po/Makefile.in  po/Makefile.in
439  src/Makefile  src/Makefile
440  src/modules/Makefile  src/modules/Makefile
# Line 434  src/tools/Makefile Line 442  src/tools/Makefile
442  src/tools/charedit/Makefile  src/tools/charedit/Makefile
443  src/tools/dlgedit/Makefile  src/tools/dlgedit/Makefile
444  src/tools/dlgedit/examples/Makefile  src/tools/dlgedit/examples/Makefile
 src/tools/pydonthell/Makefile  
445  ])  ])
446    
447    
# Line 462  if test x$memleaks = xyes; then Line 469  if test x$memleaks = xyes; then
469  echo "Test for Memory Leaks ..... : enabled"  echo "Test for Memory Leaks ..... : enabled"
470  fi  fi
471  if test x$unixinst = xno; then  if test x$unixinst = xno; then
472      echo "Single Directory install"      echo "Data directory ............ : Single Directory install"
473  else  else
474      echo "Data directory ............ : $gamedatadir"      echo "Data directory ............ : $gamedatadir"
475  fi  fi

Legend:
Removed from v.1.92  
changed lines
  Added in v.1.93

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26