Skip to content

Commit

Permalink
* updato to build system, don't require too new libtool
Browse files Browse the repository at this point in the history
  • Loading branch information
djcb committed Jan 12, 2011
1 parent eb6ca79 commit 321cae6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
9 changes: 5 additions & 4 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,10 @@ AC_CONFIG_MACRO_DIR([m4])
# silent build if we have a new enough automake
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])

# instead of AM_PROG_LIBTOOL
LT_INIT([disable-shared])
# for now, use AM_PROG_LIBTOOL, as we don't want to require
# a too new setup for autotools/libtool
AM_PROG_LIBTOOL
#LT_INIT([disable-shared])

AS_IF([test x$prefix = xNONE],[
prefix=/usr/local])
Expand Down Expand Up @@ -159,8 +161,7 @@ AC_SUBST(XAPIAN_LIBS)
# note that MU_XAPIAN_DB_VERSION does not necessarily follow MU
# versioning, as we hopefully don't have updates for each version;
# also, this has nothing to do with Xapian's software version
AC_DEFINE(MU_XAPIAN_DB_VERSION,["9.0"], [Schema version of the database])

AC_DEFINE(MU_XAPIAN_DB_VERSION,["9.0"], ['Schema' version of the database])

# we test for gtk, which we need if we want to build 'mug'; for
# experiments it can try to build with gtk3, but since that is still
Expand Down
1 change: 1 addition & 0 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ mu_LDADD= \
libmu_la_SOURCES= \
mu-bookmarks.c \
mu-bookmarks.h \
mu-cmd-extract.c \
mu-cmd-find.c \
mu-cmd-index.c \
mu-cmd.c \
Expand Down

0 comments on commit 321cae6

Please sign in to comment.