metacity.spec
changeset 2729 727ec2db2293
parent 2619 a032fc86f08a
child 2736 bd6e69980863
--- a/metacity.spec	Wed May 12 10:00:39 2004 +0000
+++ b/metacity.spec	Wed May 12 10:15:38 2004 +0000
@@ -44,6 +44,12 @@
 bzcat %SOURCE1 | tar xf -
 
 %build
+libtoolize --force
+aclocal $ACLOCAL_FLAGS -I %{_datadir}/aclocal/gnome2-macros
+autoheader
+automake -a -c -f
+autoconf
+
 CFLAGS="$RPM_OPT_FLAGS"			\
 ./configure --prefix=%{_prefix}		\
 	    --mandir=%{_mandir}		\
@@ -93,6 +99,9 @@
 %{_mandir}/man1/*
 
 %changelog
+* Wed May 12 2004 - [email protected]
+- Do aclocal, autoheader, autoconf and automake before doing a configure.
+
 * Fri Apr 30 2004 - [email protected]
 - Added patch metacity-04-sunpowerswitch-key.diff to bind SunPowerSwitch
   key to gnome-sys-suspend for Solaris.