Rebuild configure due to changes in configure.ac
This commit is contained in:
parent
c0eaaa80b9
commit
0d7d31ffe9
@ -241,6 +241,14 @@ fi
|
||||
CPPFLAGS="-I%{_includedir}/et"; export CPPFLAGS
|
||||
CFLAGS="$RPM_OPT_FLAGS -fPIC -DLDAP_DEPRECATED -I%{_includedir}/et -Wno-sign-compare"; export CFLAGS
|
||||
|
||||
# Regenerate configure to pick up configure.ac changes
|
||||
aclocal -I m4
|
||||
autoheader
|
||||
automake
|
||||
libtoolize
|
||||
intltoolize --force
|
||||
autoconf
|
||||
|
||||
%configure \
|
||||
--disable-image-inline \
|
||||
--enable-gtk-doc \
|
||||
|
Loading…
Reference in New Issue
Block a user