mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-21 01:12:32 +08:00
autoupdate: add square brackets around arguments of AC_INIT
https://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/autoconf-2.72/autoconf.html#index-AC_005fINIT-2
This commit is contained in:
parent
de278b6470
commit
3dee0baea2
@ -18,7 +18,7 @@ dnl <http://www.gnu.org/licenses/>.
|
|||||||
dnl
|
dnl
|
||||||
|
|
||||||
m4_include([version.m4])
|
m4_include([version.m4])
|
||||||
AC_INIT([bfd], BFD_VERSION)
|
AC_INIT([bfd], [BFD_VERSION])
|
||||||
AC_CONFIG_SRCDIR([libbfd.c])
|
AC_CONFIG_SRCDIR([libbfd.c])
|
||||||
|
|
||||||
AC_CANONICAL_TARGET
|
AC_CANONICAL_TARGET
|
||||||
|
@ -19,7 +19,7 @@ dnl
|
|||||||
|
|
||||||
m4_include([../bfd/version.m4])
|
m4_include([../bfd/version.m4])
|
||||||
m4_include([../config/debuginfod.m4])
|
m4_include([../config/debuginfod.m4])
|
||||||
AC_INIT([binutils], BFD_VERSION)
|
AC_INIT([binutils], [BFD_VERSION])
|
||||||
AC_CONFIG_SRCDIR(ar.c)
|
AC_CONFIG_SRCDIR(ar.c)
|
||||||
|
|
||||||
AC_CANONICAL_TARGET
|
AC_CANONICAL_TARGET
|
||||||
|
@ -21,7 +21,7 @@ dnl <http://www.gnu.org/licenses/>.
|
|||||||
dnl
|
dnl
|
||||||
dnl v2.5 needed for --bindir et al
|
dnl v2.5 needed for --bindir et al
|
||||||
m4_include([../bfd/version.m4])
|
m4_include([../bfd/version.m4])
|
||||||
AC_INIT([gas], BFD_VERSION)
|
AC_INIT([gas], [BFD_VERSION])
|
||||||
AC_CONFIG_SRCDIR(as.h)
|
AC_CONFIG_SRCDIR(as.h)
|
||||||
|
|
||||||
dnl Autoconf 2.57 will find the aux dir without this. However, unless
|
dnl Autoconf 2.57 will find the aux dir without this. However, unless
|
||||||
|
@ -16,7 +16,7 @@ dnl along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||||||
|
|
||||||
dnl Process this file with autoconf to produce a configure script.
|
dnl Process this file with autoconf to produce a configure script.
|
||||||
|
|
||||||
AC_INIT([gdbsupport], 1.0)
|
AC_INIT([gdbsupport], [1.0])
|
||||||
AC_CONFIG_SRCDIR(common-defs.h)
|
AC_CONFIG_SRCDIR(common-defs.h)
|
||||||
AC_CONFIG_HEADERS([config.h:config.in])
|
AC_CONFIG_HEADERS([config.h:config.in])
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@ dnl along with this program; see the file COPYING3. If not see
|
|||||||
dnl <http://www.gnu.org/licenses/>.
|
dnl <http://www.gnu.org/licenses/>.
|
||||||
dnl
|
dnl
|
||||||
|
|
||||||
AC_INIT(gold, 0.1)
|
AC_INIT([gold], [0.1])
|
||||||
AC_CONFIG_SRCDIR(gold.cc)
|
AC_CONFIG_SRCDIR(gold.cc)
|
||||||
|
|
||||||
AC_CANONICAL_TARGET
|
AC_CANONICAL_TARGET
|
||||||
|
@ -17,7 +17,7 @@ dnl along with this program; see the file COPYING3. If not see
|
|||||||
dnl <http://www.gnu.org/licenses/>.
|
dnl <http://www.gnu.org/licenses/>.
|
||||||
dnl
|
dnl
|
||||||
m4_include([../bfd/version.m4])
|
m4_include([../bfd/version.m4])
|
||||||
AC_INIT([gprof], BFD_VERSION)
|
AC_INIT([gprof], [BFD_VERSION])
|
||||||
AC_CONFIG_SRCDIR([gprof.c])
|
AC_CONFIG_SRCDIR([gprof.c])
|
||||||
|
|
||||||
AC_CANONICAL_TARGET([])
|
AC_CANONICAL_TARGET([])
|
||||||
|
@ -18,7 +18,7 @@ dnl <http://www.gnu.org/licenses/>.
|
|||||||
|
|
||||||
m4_include([../bfd/version.m4])
|
m4_include([../bfd/version.m4])
|
||||||
m4_include([../config/zlib.m4])
|
m4_include([../config/zlib.m4])
|
||||||
AC_INIT([gprofng], BFD_VERSION)
|
AC_INIT([gprofng], [BFD_VERSION])
|
||||||
AC_CANONICAL_TARGET
|
AC_CANONICAL_TARGET
|
||||||
AM_INIT_AUTOMAKE([subdir-objects])
|
AM_INIT_AUTOMAKE([subdir-objects])
|
||||||
AM_MAINTAINER_MODE
|
AM_MAINTAINER_MODE
|
||||||
|
@ -17,7 +17,7 @@ dnl along with this program; see the file COPYING3. If not see
|
|||||||
dnl <http://www.gnu.org/licenses/>.
|
dnl <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
m4_include([../../bfd/version.m4])
|
m4_include([../../bfd/version.m4])
|
||||||
AC_INIT([gprofng], BFD_VERSION)
|
AC_INIT([gprofng], [BFD_VERSION])
|
||||||
AC_CONFIG_MACRO_DIRS([../../config ../..])
|
AC_CONFIG_MACRO_DIRS([../../config ../..])
|
||||||
AC_CONFIG_AUX_DIR(../..)
|
AC_CONFIG_AUX_DIR(../..)
|
||||||
AC_CANONICAL_TARGET
|
AC_CANONICAL_TARGET
|
||||||
|
@ -18,7 +18,7 @@ dnl <http://www.gnu.org/licenses/>.
|
|||||||
dnl
|
dnl
|
||||||
|
|
||||||
m4_include([../bfd/version.m4])
|
m4_include([../bfd/version.m4])
|
||||||
AC_INIT([ld], BFD_VERSION)
|
AC_INIT([ld], [BFD_VERSION])
|
||||||
AC_CONFIG_SRCDIR(ldmain.c)
|
AC_CONFIG_SRCDIR(ldmain.c)
|
||||||
|
|
||||||
AC_CANONICAL_TARGET
|
AC_CANONICAL_TARGET
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
# IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
# IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||||
# POSSIBILITY OF SUCH DAMAGE.
|
# POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
AC_INIT(package-unused, version-unused,, libbacktrace)
|
AC_INIT([package-unused], [version-unused], [], [libbacktrace])
|
||||||
AC_CONFIG_SRCDIR(backtrace.h)
|
AC_CONFIG_SRCDIR(backtrace.h)
|
||||||
AC_CONFIG_HEADERS([config.h])
|
AC_CONFIG_HEADERS([config.h])
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@ dnl <http://www.gnu.org/licenses/>.
|
|||||||
dnl
|
dnl
|
||||||
|
|
||||||
AC_PREREQ([2.64])
|
AC_PREREQ([2.64])
|
||||||
AC_INIT([libctf], 1.2.0)
|
AC_INIT([libctf], [1.2.0])
|
||||||
AC_CONFIG_SRCDIR(ctf-impl.h)
|
AC_CONFIG_SRCDIR(ctf-impl.h)
|
||||||
AC_CANONICAL_BUILD
|
AC_CANONICAL_BUILD
|
||||||
AC_CANONICAL_HOST
|
AC_CANONICAL_HOST
|
||||||
|
@ -18,7 +18,7 @@ dnl along with this program; see the file COPYING. If not see
|
|||||||
dnl <http://www.gnu.org/licenses/>.
|
dnl <http://www.gnu.org/licenses/>.
|
||||||
dnl
|
dnl
|
||||||
|
|
||||||
AC_INIT([libsframe], BFD_VERSION)
|
AC_INIT([libsframe], [BFD_VERSION])
|
||||||
AC_CONFIG_SRCDIR(sframe.c)
|
AC_CONFIG_SRCDIR(sframe.c)
|
||||||
AC_USE_SYSTEM_EXTENSIONS
|
AC_USE_SYSTEM_EXTENSIONS
|
||||||
AM_INIT_AUTOMAKE
|
AM_INIT_AUTOMAKE
|
||||||
|
@ -18,7 +18,7 @@ dnl <http://www.gnu.org/licenses/>.
|
|||||||
dnl
|
dnl
|
||||||
|
|
||||||
m4_include([../bfd/version.m4])
|
m4_include([../bfd/version.m4])
|
||||||
AC_INIT([opcodes], BFD_VERSION)
|
AC_INIT([opcodes], [BFD_VERSION])
|
||||||
AC_CONFIG_SRCDIR([z8k-dis.c])
|
AC_CONFIG_SRCDIR([z8k-dis.c])
|
||||||
|
|
||||||
AC_CANONICAL_TARGET
|
AC_CANONICAL_TARGET
|
||||||
|
@ -24,7 +24,7 @@ AC_REVISION([for Readline 8.1, version 2.90])
|
|||||||
|
|
||||||
m4_include([../../config/override.m4])
|
m4_include([../../config/override.m4])
|
||||||
|
|
||||||
AC_INIT(readline, 8.1, bug-readline@gnu.org)
|
AC_INIT([readline], [8.1], [bug-readline@gnu.org])
|
||||||
|
|
||||||
dnl make sure we are using a recent autoconf version
|
dnl make sure we are using a recent autoconf version
|
||||||
AC_PREREQ([2.50])
|
AC_PREREQ([2.50])
|
||||||
|
Loading…
Reference in New Issue
Block a user