Change-Id: Ic7d7bab4aa03f6707e1bf5482cfc16460b950584
# regenerated from their corresponding *.in files by ./configure anyway.
touch README INSTALL
-autoreconf --force --install --verbose || exit $?
+test -n "$NOAUTORECONF" || autoreconf --force --install --verbose || exit $?
cd "$olddir"
test -n "$NOCONFIGURE" || "$srcdir/configure" "$@"
%prep
%setup -q -n %{name}-%{version}
+
+%build
cp %{SOURCE3} .
cp %{SOURCE1001} .
cp -a %{S:1} %{S:2} .
if ! test -f %{_datadir}/aclocal/gtk-doc.m4 ; then
cp -a %{S:7} m4macros/
fi
-
-%build
-NOCONFIGURE=1 ./autogen.sh
+NOAUTORECONF=1 NOCONFIGURE=1 ./autogen.sh
export CFLAGS+=" -D_TIZEN_DBUS_TOUCH"
-%configure \
+%reconfigure \
--enable-static \
%if 0%{?with_systemtap}
--enable-systemtap \