From: Ralf Corsépius Date: Wed, 17 Oct 2007 14:42:21 +0000 (+0200) Subject: Add automake option nostdinc. X-Git-Tag: rpm-4.6.0-rc1~1625 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a6c8f8086e263352afc16a76800966d9c3696f59;p=platform%2Fupstream%2Frpm.git Add automake option nostdinc. --- 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)