2004-05-12 Leena Gunda <[email protected]>
authorlsgunda
Wed, 12 May 2004 10:15:38 +0000
changeset 2729 727ec2db2293
parent 2728 42fd286b816b
child 2730 0111f70d382e
2004-05-12 Leena Gunda <[email protected]> * metacity.spec: Do aclocal, autoheader, autoconf and automake before doing a configure. This is required for patch patches/metacity-04-sunpowerswitch-key.diff
ChangeLog
metacity.spec
--- a/ChangeLog	Wed May 12 10:00:39 2004 +0000
+++ b/ChangeLog	Wed May 12 10:15:38 2004 +0000
@@ -1,3 +1,10 @@
+2004-05-12  Leena Gunda  <[email protected]>
+
+	* metacity.spec:
+	Do aclocal, autoheader, autoconf and automake before
+	doing a configure. This is required for patch
+	patches/metacity-04-sunpowerswitch-key.diff
+
 2004-05-12  Laszlo Kovacs  <[email protected]>
 	* nautilus.spec,
 	patches/nautilus-02-this-computer-and-documents.diff:
--- 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.