Commit e4ced4ca by Maarten L. Hekkelman

configure work

parent 14e32bed
......@@ -14,6 +14,9 @@ exec_prefix = @exec_prefix@
libdir = @libdir@
includedir = @includedir@
# LIBTOOL_DEPS = @LIBTOOL_DEPS@
# libtool: $(LIBTOOL_DEPS)
# $(SHELL) ./config.status --recheck
LIB_NAME = libcif++
......@@ -121,6 +124,9 @@ endif
libs: $(BUILD_LIBS)
.PHONY: libs
all: libs
.PHONY: all
static-lib: $(STATIC_LIB)
.PHONY: static-lib
......
......@@ -16,6 +16,9 @@ AC_DEFUN([read_test], [AC_LANG_SOURCE(
AX_BOOST_BASE([1.73])
AC_PROG_INSTALL
dnl AC_DISABLE_SHARED
dnl AC_PROG_LIBTOOL
dnl AC_SUBST(LIBTOOL_DEPS)
AC_ARG_VAR([DEBUG], [Build a debug version of the library])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment