From 7fab4fe9f5a5787c0fb64dbc380e81b0f4f1221c Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Fri, 21 Mar 2008 11:01:38 +0000 Subject: [PATCH] automake fixes --- gvfs.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gvfs.spec b/gvfs.spec index d955b6e..442c2b6 100644 --- a/gvfs.spec +++ b/gvfs.spec @@ -26,6 +26,7 @@ BuildRequires: GConf2-devel BuildRequires: bluez-libs-devel >= 3.12 BuildRequires: expat-devel BuildRequires: libarchive-devel +BuildRequires: libtool Requires(post): desktop-file-utils @@ -56,8 +57,11 @@ required to develop applications using gvfs. %build # Needed for gvfs-0.2.1-archive-integration.patch +libtoolize --force || : aclocal || : +autoheader || : automake || : +autoconf || : %configure make # %{?_smp_mflags}