]> granicus.if.org Git - strace/commitdiff
* configure.ac: Use AC_CONFIG_AUX_DIR([.]).
authorRoland McGrath <roland@redhat.com>
Sun, 11 Oct 2009 23:25:29 +0000 (16:25 -0700)
committerRoland McGrath <roland@redhat.com>
Sun, 11 Oct 2009 23:26:20 +0000 (16:26 -0700)
configure.ac

index 7b1a8c83ff43f88b0857d4131bd1496b7afbf7a9..d9185af18ca3a9b19b209199aa2a60dcafd23b61 100644 (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