From 989349a83ad8b475eb36e2b9b47f46f796ce69ef Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 7 Jul 2004 15:56:21 +0000 Subject: Update automake bootstrap process --- bootstrap | 2 +- configure.in | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/bootstrap b/bootstrap index c9042454..109dcb25 100755 --- a/bootstrap +++ b/bootstrap @@ -1,2 +1,2 @@ #! /bin/sh -aclocal && autoheader && automake --copy --add-missing && autoconf +aclocal && autoheader && libtoolize --copy --force && automake --add-missing --copy --force-missing --ignore-deps && autoconf diff --git a/configure.in b/configure.in index 4aa3aef5..2966c490 100644 --- a/configure.in +++ b/configure.in @@ -19,6 +19,7 @@ AC_LANG_C AC_PROG_CC AC_PROG_INSTALL +m4_define([_LT_AC_TAGCONFIG], []) m4_ifdef([AC_LIBTOOL_TAGS], [AC_LIBTOOL_TAGS([])]) AC_PROG_LIBTOOL -- cgit