Rebuild configure due to changes in configure.ac
This commit is contained in:
parent
c0eaaa80b9
commit
0d7d31ffe9
1 changed files with 8 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue