updated build configuration to include make, next to jam. So ./configure will create Makefile AND Jamefile.

This commit is contained in:
ejcoumans
2006-12-15 18:24:31 +00:00
parent c5e0f8bb7e
commit 13b637f1ce
7 changed files with 1592 additions and 246 deletions

View File

@@ -9,7 +9,7 @@ AC_PREREQ([2.54])
#----------------------------------------------------------------------------
AC_INIT(
[bullet],
[2.32],
[2.40],
[bullet@erwincoumans.com])
CS_PACKAGEINFO(
[Bullet Continuous Collision Detection and Physics Library],
@@ -18,6 +18,9 @@ CS_PACKAGEINFO(
AC_CONFIG_SRCDIR([mk/jam/build.jam])
AC_CONFIG_AUX_DIR([mk/autoconf])
AC_CANONICAL_HOST
AC_PROG_RANLIB
AC_PROG_CXX
AM_INIT_AUTOMAKE
#----------------------------------------------------------------------------
# Setup for the configuration header.
@@ -103,7 +106,7 @@ CS_EMIT_PACKAGEINFO
# Emit generated files.
#----------------------------------------------------------------------------
CS_JAMCONFIG_OUTPUT([Jamconfig])
AC_CONFIG_FILES([Jamfile bullet.pc])
AC_CONFIG_FILES([Jamfile bullet.pc Makefile src/Makefile Demos/OpenGL/Makefile])
AC_OUTPUT
AC_MSG_NOTICE([