* configure.ac: Use AC_CONFIG_AUX_DIR([.]).
This commit is contained in:
parent
ac26068861
commit
ffda2d393f
@ -2,8 +2,9 @@ dnl Process this file with autoconf to create configure. Use autoreconf.
|
||||
AC_PREREQ(2.57)
|
||||
AC_INIT([strace],[4.5.19])
|
||||
AC_CONFIG_SRCDIR([strace.c])
|
||||
AC_CONFIG_AUX_DIR([.])
|
||||
AM_CONFIG_HEADER([config.h])
|
||||
AM_INIT_AUTOMAKE([foreign check-news dist-bzip2])
|
||||
AM_INIT_AUTOMAKE([foreign check-news dist-bzip2 no-dist-gzip])
|
||||
AM_MAINTAINER_MODE
|
||||
AC_CANONICAL_HOST
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user