1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-06-26 03:11:44 +02:00

Modernize AC_INIT/AC_INIT_AUTOMAKE calls.

(AC_CONFIG_SRCDIR): New call.

(Logical change 1.127)
This commit is contained in:
hp.com!davidm 2003-11-26 18:59:24 +00:00
parent a4ab51f266
commit 487beb8938

View file

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