Changeset 149
- Timestamp:
- 02/09/2008 08:42:49 AM (4 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
- 1 moved
-
configure.ac (moved) (moved from trunk/configure.in) (1 diff)
-
macros/autogen.sh (modified) (1 diff)
-
src/Makefile.am (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r135 r149 1 AC_INIT( configure.in)1 AC_INIT([Open Yahtzee],[1.9],[guyrutenberg@gmail.com],[openyahtzee]) 2 2 3 AM_CONFIG_HEADER(config.h) 4 AM_INIT_AUTOMAKE(openyahtzee, 1.9) 3 AM_INIT_AUTOMAKE([-Wall -Werror]) 4 AC_CONFIG_SRCDIR([src/openyahtzee.cpp]) 5 AC_CONFIG_HEADER([config.h]) 5 6 6 AC_LANG_CPLUSPLUS7 dnl AC_LANG_CPLUSPLUS 7 8 AC_PROG_CXX 8 AM_PROG_LIBTOOL9 dnl AM_PROG_LIBTOOL 9 10 10 AC_OUTPUT(Makefile src/Makefile) 11 AC_CONFIG_FILES([Makefile src/Makefile]) 12 AC_OUTPUT -
trunk/macros/autogen.sh
r76 r149 2 2 aclocal 3 3 autoheader 4 libtoolize --automake --force --copy4 #libtoolize --automake --force --copy 5 5 automake -a -c 6 6 autoconf -
trunk/src/Makefile.am
r137 r149 7 7 8 8 # set the include path found by configure 9 INCLUDES = $(all_includes)9 AM_CPPFLAGS = $(all_includes) 10 10 11 11 # the library search path.
Note: See TracChangeset
for help on using the changeset viewer.
