From dccb13ffdbb3b92a9cd06006376e94dec32030c0 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Wed, 6 Dec 2006 17:50:00 +0000 Subject: [PATCH] Apparently we need automake --add-missing. --- unixODBC.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unixODBC.spec b/unixODBC.spec index 0bc028e..0fad00c 100644 --- a/unixODBC.spec +++ b/unixODBC.spec @@ -80,7 +80,7 @@ export QTDIR= (cd DataManager && rm -f mclass*.cpp) aclocal -automake +automake --add-missing autoconf pushd libltdl aclocal