[xiph-cvs] cvs commit: ogg/include/ogg Makefile.am

Ralph Giles giles at xiph.org
Mon Nov 10 05:01:06 PST 2003



giles       03/11/10 08:01:06

  Modified:    include/ogg Makefile.am
  Log:
  Ugly autotools foo. nodist_HEADERS requires automake 1.6 or later. add
  this requirement to AUTOMAKE_OPTIONS and port the corresponding autogen
  support from libao.

Revision  Changes    Path
1.5       +1 -1      ogg/include/ogg/Makefile.am

Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/ogg/include/ogg/Makefile.am,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Makefile.am	18 Oct 2003 21:17:30 -0000	1.4
+++ Makefile.am	10 Nov 2003 13:01:06 -0000	1.5
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in
 
-AUTOMAKE_OPTIONS = foreign
+AUTOMAKE_OPTIONS = foreign 1.6
 
 oggincludedir = $(includedir)/ogg
 

<p><p>--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list