diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2004-07-07 15:56:21 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2004-07-07 15:56:21 +0000 |
commit | 989349a83ad8b475eb36e2b9b47f46f796ce69ef (patch) | |
tree | 34c4517e0cc42d9400a1f741fde308d37a426d78 | |
parent | 7ab16cfb4cff8e163fc287b12157929b33c0a4c4 (diff) |
Update automake bootstrap process
-rwxr-xr-x | bootstrap | 2 | ||||
-rw-r--r-- | configure.in | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -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 4aa3aef59..2966c490c 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 |