Update automake bootstrap process

This commit is contained in:
Marcel Holtmann 2004-07-07 15:56:21 +00:00
parent 7ab16cfb4c
commit 989349a83a
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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