]> granicus.if.org Git - linux-pam/commitdiff
Move generated auxiliary files to build-aux directory
authorDmitry V. Levin <ldv@altlinux.org>
Thu, 27 Oct 2011 14:55:55 +0000 (14:55 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Thu, 27 Oct 2011 14:55:55 +0000 (14:55 +0000)
* configure.in: Add AC_CONFIG_AUX_DIR([build-aux]).

configure.in

index 5058155f6d05d818dd059f4d46ee0cf1cdeb6348..727d49a4debad6e752a3f88b03714a1c778e3815 100644 (file)
@@ -1,6 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 AC_INIT
 AC_CONFIG_SRCDIR([conf/pam_conv1/pam_conv_y.y])
+AC_CONFIG_AUX_DIR([build-aux])
 AM_INIT_AUTOMAKE("Linux-PAM", 1.1.5)
 AC_PREREQ(2.61)
 AC_CONFIG_HEADERS([config.h])