Skip to content

Commit

Permalink
Updated the bootstrap scripts to use libtoolize if glibtoolize isn't
Browse files Browse the repository at this point in the history
available on darwin.

the configure.ac files also needed updating from AM_CONFIG_HEADER
to AC_CONFIG_HEADER for compatiblity with the current autotools.
  • Loading branch information
nickrasmussen committed Feb 15, 2013
1 parent 554ac25 commit 11980fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PyIlmBase/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ AC_INIT(PyIlmBase, 2.0.0)
AC_SUBST(PYILMBASE_VERSION, 2.0.0)
AC_CANONICAL_HOST
AC_CONFIG_SRCDIR(PyIex/iexmodule.cpp)
AM_CONFIG_HEADER(config/PyIlmBaseConfig.h)
AC_CONFIG_HEADER(config/PyIlmBaseConfig.h)
AM_INIT_AUTOMAKE(1.6.3) dnl Require automake 1.6.3 or better
AM_MAINTAINER_MODE
dnl static python modules make no sense - disable static
Expand Down

0 comments on commit 11980fb

Please sign in to comment.