diff options
author | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-10-27 05:48:53 +0200 |
---|---|---|
committer | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-10-27 05:48:53 +0200 |
commit | a468d3004d15e7b14268b64b5b168e04130f97d8 (patch) | |
tree | 01e8f0fc82c8c54916941d84160ca67d9ba9dcf9 /configure.ac | |
parent | 4275322229d82f8137627c26c5080fdc40aaa372 (diff) | |
download | librpm-tizen-a468d3004d15e7b14268b64b5b168e04130f97d8.tar.gz librpm-tizen-a468d3004d15e7b14268b64b5b168e04130f97d8.tar.bz2 librpm-tizen-a468d3004d15e7b14268b64b5b168e04130f97d8.zip |
Use AC_CONFIG_HEADERS instead of AM_CONFIG_HEADER.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 11beee518..1c7759940 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ AC_PREREQ(2.61) AC_INIT(rpm, 4.4.90, rpm-maint@lists.rpm.org) AC_CONFIG_SRCDIR([rpmqv.c]) -AM_CONFIG_HEADER([config.h]) +AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([1.10 foreign tar-ustar dist-bzip2 subdir-objects nostdinc]) @@ -1073,7 +1073,7 @@ AS_IF([test "$ac_cv_header_stdint_h" = "yes"],[ AC_DEFINE([__RPM_USES_STDINT_H__],[1],[if rpm uses stdint.h]) ]) -AM_CONFIG_HEADER([rpmdb/rpmints.h]) +AC_CONFIG_HEADERS([rpmdb/rpmints.h]) AC_CONFIG_FILES([Makefile rpmio/Makefile rpmdb/Makefile lib/Makefile build/Makefile |