forked from pool/cairo
This commit is contained in:
committed by
Git OBS Bridge
parent
6253d41cdd
commit
b4eef61a82
@@ -1,18 +1,13 @@
|
||||
--- configure.in.org 2008-08-24 21:48:16.371754232 +1000
|
||||
+++ configure.in 2008-08-24 21:49:29.076460416 +1000
|
||||
@@ -25,6 +25,7 @@
|
||||
dnl ===========================================================================
|
||||
|
||||
# libtool shared library version
|
||||
diff --git a/configure.ac b/configure.ac
|
||||
index 02e8c8e..fc875a8 100644
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -8,6 +8,8 @@ AC_CONFIG_HEADERS(config.h)
|
||||
AC_CONFIG_AUX_DIR(build)
|
||||
AC_CONFIG_MACRO_DIR(build)
|
||||
AM_INIT_AUTOMAKE([1.8 gnu -Wall no-define])
|
||||
+m4_pattern_allow([^LT_(CURRENT|REVISION|AGE)$])dnl
|
||||
|
||||
# Increment if the interface has additions, changes, removals.
|
||||
m4_define(LT_CURRENT, 22)
|
||||
@@ -63,6 +64,7 @@
|
||||
AC_PROG_CC
|
||||
AC_PROG_CPP
|
||||
AC_PROG_CXX dnl required for BeOS (and cannot be a conditional dependency)
|
||||
+AC_PROG_CC_C_O
|
||||
AC_LIBTOOL_WIN32_DLL
|
||||
AC_PROG_LIBTOOL dnl required version (1.4) DON'T REMOVE!
|
||||
AC_STDC_HEADERS
|
||||
AC_LIBTOOL_WIN32_DLL dnl Must be called before AC_PROG_LIBTOOL
|
||||
AC_PROG_LIBTOOL dnl ([1.4]) Don't remove!
|
||||
GTK_DOC_CHECK([1.6])
|
||||
|
Reference in New Issue
Block a user