From: ewt Date: Fri, 17 Jan 1997 16:20:10 +0000 (+0000) Subject: use config.h now X-Git-Tag: rpm-4.4-release~4424 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c40e834ea0e7fec8af9b59bc09d1b3639199b5b6;p=platform%2Fupstream%2Frpm.git use config.h now CVS patchset: 1311 CVS date: 1997/01/17 16:20:10 --- diff --git a/configure.in b/configure.in index 9d47923..2e40de2 100644 --- a/configure.in +++ b/configure.in @@ -5,7 +5,7 @@ dnl failing causes the script to bomb out with a message. If we can't fix dnl it, why check it? AC_INIT(rpm.c) -AC_CONFIG_HEADER(misc/misc-config.h) +AC_CONFIG_HEADER(config.h) dnl default to not using NLS XGETTEXT=""