auto-buildrequires-preload: Use libc.so name from GNU headers
[autobuildrequires.git] / configure.ac
1 # Automatic generation of BuildRequires dependencies for rpmbuild.
2 # Copyright (C) 2008 Red Hat Inc.
3 # Written by Richard W.M. Jones <rjones@redhat.com>
4 #
5 # This program is free software; you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License as published by
7 # the Free Software Foundation; either version 2 of the License, or
8 # (at your option) any later version.
9 #
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13 # GNU General Public License for more details.
14 #
15 # You should have received a copy of the GNU General Public License
16 # along with this program; if not, write to the Free Software
17 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
18
19 AC_INIT(auto-buildrequires,1.2)
20 AM_INIT_AUTOMAKE
21
22 AC_PROG_INSTALL
23 AC_PROG_CC
24 AM_PROG_CC_C_O
25
26 AC_CHECK_PROG([RPM],[rpm],[rpm])
27 AC_CHECK_PROG([RPMBUILD],[rpmbuild],[rpmbuild])
28
29 # XXX Should check for String::ShellQuote and File::Temp modules, and pod2man.
30 AC_PATH_PROG([PERL],[perl],[/usr/bin/perl])
31
32 AC_CONFIG_HEADERS([config.h])
33 AC_CONFIG_FILES([Makefile
34         auto-br.sh auto-br-analyze.pl])
35 AC_OUTPUT