summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2009-10-11 16:25:29 -0700
committerRoland McGrath <roland@redhat.com>2009-10-11 16:26:20 -0700
commitffda2d393fce6261fb108aa3eee3eb19c42a4f31 (patch)
treefa9b4d4e6a86e604dff6c27d5258ea40cc3c4892
parentac260688619616819beb8e5c876ccf97afe8a3c1 (diff)
downloadstrace-ffda2d393fce6261fb108aa3eee3eb19c42a4f31.tar.gz
strace-ffda2d393fce6261fb108aa3eee3eb19c42a4f31.tar.bz2
strace-ffda2d393fce6261fb108aa3eee3eb19c42a4f31.tar.xz
* configure.ac: Use AC_CONFIG_AUX_DIR([.]).
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 7b1a8c8..d9185af 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