mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-16 00:34:39 +08:00
Update automake bootstrap process
This commit is contained in:
parent
7ab16cfb4c
commit
989349a83a
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user