Initializing libtool correctly in gtsam (see email to frankcvs with same subject)
parent
737a2f1e05
commit
0b9451bc4b
|
@ -5,6 +5,7 @@ AC_PREREQ(2.59)
|
||||||
AC_INIT(gtsam, 0.0.0, dellaert@cc.gatech.edu)
|
AC_INIT(gtsam, 0.0.0, dellaert@cc.gatech.edu)
|
||||||
AM_INIT_AUTOMAKE(gtsam, 0.0.0)
|
AM_INIT_AUTOMAKE(gtsam, 0.0.0)
|
||||||
AC_OUTPUT(Makefile cpp/Makefile wrap/Makefile)
|
AC_OUTPUT(Makefile cpp/Makefile wrap/Makefile)
|
||||||
|
AC_CONFIG_MACRO_DIR([m4])
|
||||||
AC_CONFIG_SRCDIR([cpp/cal3_S2.cpp])
|
AC_CONFIG_SRCDIR([cpp/cal3_S2.cpp])
|
||||||
AC_CONFIG_HEADER([cpp/config.h])
|
AC_CONFIG_HEADER([cpp/config.h])
|
||||||
AC_CONFIG_SRCDIR([wrap/wrap.cpp])
|
AC_CONFIG_SRCDIR([wrap/wrap.cpp])
|
||||||
|
@ -32,7 +33,7 @@ AC_PROG_CC
|
||||||
#AX_BOOST_BASE([1.33]) # does not work on windows, even after compiling & installing boost manually
|
#AX_BOOST_BASE([1.33]) # does not work on windows, even after compiling & installing boost manually
|
||||||
|
|
||||||
# Checks for libraries.
|
# Checks for libraries.
|
||||||
AC_PROG_RANLIB
|
LT_INIT
|
||||||
|
|
||||||
# Checks for header files.
|
# Checks for header files.
|
||||||
AC_HEADER_STDC
|
AC_HEADER_STDC
|
||||||
|
|
|
@ -1,10 +1,3 @@
|
||||||
# on the Mac, libtool is called glibtool :-(
|
|
||||||
# documentation see /opt/local/share/doc/libtool-1.5.26/manual.html
|
|
||||||
if DARWIN
|
|
||||||
LIBTOOL = glibtool --tag=CXX
|
|
||||||
else
|
|
||||||
LIBTOOL = libtool
|
|
||||||
endif
|
|
||||||
|
|
||||||
# the install destination
|
# the install destination
|
||||||
includedir = ${prefix}/include/gtsam
|
includedir = ${prefix}/include/gtsam
|
||||||
|
|
Loading…
Reference in New Issue