Re: += in .am files...



Patrick Welche wrote:

To keep autotools happy I need:


Index: docs/reference/glib/Makefile.am
===================================================================
RCS file: /cvs/gnome/glib/docs/reference/glib/Makefile.am,v
retrieving revision 1.42
diff -u -r1.42 Makefile.am
--- docs/reference/glib/Makefile.am	17 Jun 2003 23:08:35 -0000	1.42
+++ docs/reference/glib/Makefile.am	7 Jul 2003 16:54:00 -0000
@@ -67,7 +67,7 @@
include $(top_srcdir)/gtk-doc.make

# Other files to distribute
-EXTRA_DIST +=				\
+EXTRA_DIST =				\
	mainloop-states.fig		\
	mainloop-states.png		\
	mainloop-states.eps		\
Index: docs/reference/gobject/Makefile.am
===================================================================
RCS file: /cvs/gnome/glib/docs/reference/gobject/Makefile.am,v
retrieving revision 1.28
diff -u -r1.28 Makefile.am
--- docs/reference/gobject/Makefile.am	17 Jun 2003 23:08:37 -0000	1.28
+++ docs/reference/gobject/Makefile.am	7 Jul 2003 16:54:00 -0000
@@ -48,7 +48,7 @@
include $(top_srcdir)/gtk-doc.make

# Other files to distribute
-EXTRA_DIST += version.xml.in
+EXTRA_DIST = version.xml.in



Also, I think AC_CYGWIN AC_EXEEXT can be removed from configure.in -
you AC_PREREQ(2.54), and I believe that autoconf newer than this vintage
completes everything that AC_CYGWIN AC_EXEEXT does with AC_PROG_CC.
(Works fine without for me - maybe someone on cygwin could check..)
Those +='s are meant to be there, and automake shouldn't be complaining. They add to the EXTRA_DIST variable defined in the gtk-doc.make file. Are you sure your gtk-doc setup is correct?

James.

--
Email: james daa com au
WWW:   http://www.daa.com.au/~james/






[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]