This commit is contained in:
Matthias Clasen 2011-02-02 16:43:09 -05:00
parent bef135bcef
commit 18d80c10eb

View File

@ -53,9 +53,11 @@ docnf-editor allows you to browse and modify dconf databases.
%prep
%setup -q
%patch -p1 -b .libtool
%patch0 -p1 -b .libtool
automake
aclocal
autoconf
automake --foreign
%build
(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc; fi;