Add AC_CONFIG_MACRO_DIR for the new libtool

This commit is contained in:
Jindrich Novy 2008-11-18 11:23:26 +01:00
parent dbad382930
commit 73c17671de
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ AC_INIT(rpm, 4.7.0, rpm-maint@lists.rpm.org)
AC_CONFIG_SRCDIR([rpmqv.c])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([1.10 foreign tar-ustar dist-bzip2 subdir-objects nostdinc])