From 7bf56f58295b6ee19f3896b726f6a7e3435af446 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ralf=20Cors=C3=A9pius?= Date: Mon, 17 Sep 2007 17:58:29 +0200 Subject: [PATCH] Eliminate WITH_DB_SUBDIR. --- Makefile.am | 2 +- configure.ac | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/Makefile.am b/Makefile.am index b654439..cd857b6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,7 +7,7 @@ EXTRA_DIST = CHANGES ChangeLog CREDITS Doxyheader GROUPS INSTALL \ autodeps autogen.sh \ db db3/configure installplatform platform* -SUBDIRS = po misc @WITH_DB_SUBDIR@ lua rpmio rpmdb lib build python scripts doc . tests +SUBDIRS = po misc db3 lua rpmio rpmdb lib build python scripts doc . tests pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = rpm.pc diff --git a/configure.ac b/configure.ac index da762e9..726b076 100644 --- a/configure.ac +++ b/configure.ac @@ -466,9 +466,6 @@ AC_SUBST(WITH_POPT_LIB) dnl ------------------ with internal db AC_DEFINE(HAVE_DB3_DB_H, 1, [Define if you have the header file]) -WITH_DB_SUBDIR=db3 - -AC_SUBST(WITH_DB_SUBDIR) # FIXME: Temporary helper until external BDB is fully supported with_internal_db=yes -- 2.7.4