Changeset 149


Ignore:
Timestamp:
02/09/2008 08:42:49 AM (4 years ago)
Author:
guyru
Message:

improved configure.ac

Location:
trunk
Files:
2 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/configure.ac

    r135 r149  
    1 AC_INIT(configure.in) 
     1AC_INIT([Open Yahtzee],[1.9],[guyrutenberg@gmail.com],[openyahtzee]) 
    22 
    3 AM_CONFIG_HEADER(config.h) 
    4 AM_INIT_AUTOMAKE(openyahtzee, 1.9) 
     3AM_INIT_AUTOMAKE([-Wall -Werror]) 
     4AC_CONFIG_SRCDIR([src/openyahtzee.cpp]) 
     5AC_CONFIG_HEADER([config.h]) 
    56 
    6 AC_LANG_CPLUSPLUS 
     7dnl AC_LANG_CPLUSPLUS 
    78AC_PROG_CXX 
    8 AM_PROG_LIBTOOL 
     9dnl AM_PROG_LIBTOOL 
    910 
    10 AC_OUTPUT(Makefile src/Makefile) 
     11AC_CONFIG_FILES([Makefile src/Makefile]) 
     12AC_OUTPUT 
  • trunk/macros/autogen.sh

    r76 r149  
    22aclocal 
    33autoheader 
    4 libtoolize --automake --force --copy 
     4#libtoolize --automake --force --copy 
    55automake -a -c 
    66autoconf 
  • trunk/src/Makefile.am

    r137 r149  
    77 
    88# set the include path found by configure 
    9 INCLUDES = $(all_includes) 
     9AM_CPPFLAGS = $(all_includes) 
    1010 
    1111# the library search path. 
Note: See TracChangeset for help on using the changeset viewer.