From: Tollef Fog Heen Date: Wed, 6 Aug 2008 11:46:15 +0000 (+0200) Subject: We do not use libtool, so stop pretending X-Git-Tag: 0.1~6^2 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0b4faa664610818be2d25cee1dfd38411eef53b;p=eweouz We do not use libtool, so stop pretending --- diff --git a/autogen.sh b/autogen.sh index a038297..917b227 100755 --- a/autogen.sh +++ b/autogen.sh @@ -4,7 +4,6 @@ set -e aclocal autoheader -libtoolize --copy --force automake --copy --add-missing --foreign autoconf ./configure --enable-maintainer-mode "$@" diff --git a/configure.ac b/configure.ac index 92a78ba..8af6806 100644 --- a/configure.ac +++ b/configure.ac @@ -7,9 +7,6 @@ AM_CONFIG_HEADER(config.h) PKG_CHECK_MODULES(EDS_ADDRESS, [libedataserver-1.2 libebook-1.2 gconf-2.0 glib-2.0]) -AC_DISABLE_STATIC -AM_PROG_LIBTOOL - AC_PROG_CC AM_PATH_LISPDIR