libgnomeprintui.spec
changeset 1629 23978faa070c
parent 1609 5d00c5c6d7ee
child 1798 52cb4c76b8a5
--- a/libgnomeprintui.spec	Wed Feb 11 18:43:09 2004 +0000
+++ b/libgnomeprintui.spec	Thu Feb 12 11:48:38 2004 +0000
@@ -2,7 +2,7 @@
 License:      LGPL
 Group:        System/Libraries/GNOME
 Version:      2.5.0.1
-Release:      4
+Release:      5
 Distribution: Mercury
 Vendor:       Sun Microsystems, Inc.
 Summary:      Print User Interface Library for the GNOME Desktop
@@ -54,7 +54,7 @@
 
 %build
 libtoolize --force --copy
-aclocal -I . -I %{_datadir}/aclocal/gnome2-macros
+aclocal $ACLOCAL_FLAGS -I . -I %{_datadir}/aclocal/gnome2-macros
 automake -a -c -f
 autoconf
 
@@ -92,6 +92,9 @@
 %{_includedir}/*
 
 %changelog
+* Thu Feb 12 2004 - <[email protected]>
+- add ACLOCAL_FLAGS to aclocal invocation
+
 * Wed Jan 07 2004 - <[email protected]>
 - Patch for doc/Makefile.am do not include GTKDOC_CC/GTKDOC_LD as already
   got from gtk-doc.make in toplevel dir.