* configure.ac: Use AC_CONFIG_AUX_DIR([.]).

This commit is contained in:
Roland McGrath 2009-10-11 16:25:29 -07:00
parent ac26068861
commit ffda2d393f

View File

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