From: Roland McGrath Date: Sun, 11 Oct 2009 23:25:29 +0000 (-0700) Subject: * configure.ac: Use AC_CONFIG_AUX_DIR([.]). X-Git-Tag: v4.5.19~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ffda2d393fce6261fb108aa3eee3eb19c42a4f31;p=strace * configure.ac: Use AC_CONFIG_AUX_DIR([.]). --- diff --git a/configure.ac b/configure.ac index 7b1a8c83..d9185af1 100644 --- a/configure.ac +++ b/configure.ac @@ -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