From a6c8f8086e263352afc16a76800966d9c3696f59 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ralf=20Cors=C3=A9pius?= Date: Wed, 17 Oct 2007 16:42:21 +0200 Subject: [PATCH] Add automake option nostdinc. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 098b69d..da47ee6 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ AC_INIT(rpm, 4.4.90, rpm-maint@lists.rpm.org) AC_CONFIG_SRCDIR([rpmqv.c]) AM_CONFIG_HEADER([config.h]) -AM_INIT_AUTOMAKE([1.10 foreign tar-ustar dist-bzip2 subdir-objects]) +AM_INIT_AUTOMAKE([1.10 foreign tar-ustar dist-bzip2 subdir-objects nostdinc]) AC_CONFIG_TESTDIR(tests) -- 2.7.4