diff options
author | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-10-17 16:42:21 +0200 |
---|---|---|
committer | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-10-17 16:42:21 +0200 |
commit | a6c8f8086e263352afc16a76800966d9c3696f59 (patch) | |
tree | 101b215000e2ba0747f2ca34d9df3d5e25cfb047 /configure.ac | |
parent | ea2968b6b3b2a79e40f986f148c77a1d15be3365 (diff) | |
download | librpm-tizen-a6c8f8086e263352afc16a76800966d9c3696f59.tar.gz librpm-tizen-a6c8f8086e263352afc16a76800966d9c3696f59.tar.bz2 librpm-tizen-a6c8f8086e263352afc16a76800966d9c3696f59.zip |
Add automake option nostdinc.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 098b69d3b..da47ee62e 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) |