/[enigma]/enigma/configure.ac
ViewVC logotype

Diff of /enigma/configure.ac

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

revision 1.10.2.2 by dheck, Mon Sep 29 08:49:11 2003 UTC revision 1.10.2.3 by dheck, Mon Sep 29 17:56:20 2003 UTC
# Line 1  Line 1 
1  # Process this file with autoconf to produce a configure script.  # Process this file with autoconf to produce a configure script.
2  AC_INIT  AC_INIT(enigma, 0.80-rc1)
3  AC_CONFIG_SRCDIR([src/enigma.cc])  AM_INIT_AUTOMAKE(AC_PACKAGE_TARNAME, AC_PACKAGE_VERSION, -)
4  AC_CANONICAL_BUILD  AC_CANONICAL_BUILD
5  AC_CANONICAL_TARGET  AC_CANONICAL_TARGET
6  dnl AC_CANONICAL_HOST  AC_CONFIG_SRCDIR([src/enigma.cc])
 AM_INIT_AUTOMAKE(enigma, 0.80-rc1)  
7  AM_CONFIG_HEADER(src/config.h)  AM_CONFIG_HEADER(src/config.h)
8    
9  dnl ======================================================================  dnl ======================================================================
# Line 149  dnl Setup default search path for game d Line 148  dnl Setup default search path for game d
148  FC_EXPAND_DIR(ENIGMA_DATADIR, "$datadir/enigma")  FC_EXPAND_DIR(ENIGMA_DATADIR, "$datadir/enigma")
149  AC_DEFINE_UNQUOTED(DEFAULT_DATA_PATH, "./data:~/.enigma:$ENIGMA_DATADIR", [Default data dir])  AC_DEFINE_UNQUOTED(DEFAULT_DATA_PATH, "./data:~/.enigma:$ENIGMA_DATADIR", [Default data dir])
150    
151  dnl Avoid calling AC_CONFIG_SUBDIRS if one of the --enable  dnl Configure libraries
152  dnl options has been given  AC_CONFIG_SUBDIRS(lib-src/zipios++)
 dnl if test "x$enable_profile x$enable_optimize x$enable_debug_gdb x$enable_warnings" = "xno xno xno xno" ; then  
     dnl Subdirs which need to be configured:  
     AC_CONFIG_SUBDIRS(lib-src/zipios++)  
 dnl else  
 dnl     echo  
 dnl     echo "Warning: Cannot call ./lib-src/zipios++/configure because"  
 dnl     echo "it does not understand all --enable... options."  
 dnl     echo "Continuing ..."  
 dnl     echo  
 dnl fi  
153    
154  AC_CONFIG_FILES([Makefile  AC_CONFIG_FILES([Makefile
155             data/Makefile             data/Makefile

Legend:
Removed from v.1.10.2.2  
changed lines
  Added in v.1.10.2.3

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