mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-01-23 00:30:29 +01:00
Modernize AC_INIT/AC_INIT_AUTOMAKE calls.
(AC_CONFIG_SRCDIR): New call. (Logical change 1.127)
This commit is contained in:
parent
a4ab51f266
commit
487beb8938
1 changed files with 3 additions and 2 deletions
|
@ -1,8 +1,9 @@
|
|||
dnl Process this file with autoconf to produce a configure script.
|
||||
AC_INIT(src/backtrace.c)
|
||||
AC_INIT(libunwind, 0.95, libunwind@linux.hpl.hp.com)
|
||||
AC_CONFIG_SRCDIR(src/backtrace.c)
|
||||
AC_CONFIG_AUX_DIR(aux)
|
||||
AC_CANONICAL_SYSTEM
|
||||
AM_INIT_AUTOMAKE(libunwind, 0.93)
|
||||
AM_INIT_AUTOMAKE
|
||||
AM_MAINTAINER_MODE
|
||||
AM_CONFIG_HEADER(include/config.h)
|
||||
|
||||
|
|
Loading…
Reference in a new issue