[xiph-commits] r8246 - in branches/ogg2-arc: . doc

j at motherfish-iii.xiph.org j at motherfish-iii.xiph.org
Mon Nov 22 13:08:39 PST 2004


Author: j
Date: 2004-11-22 13:08:39 -0800 (Mon, 22 Nov 2004)
New Revision: 8246

Modified:
   branches/ogg2-arc/configure.in
   branches/ogg2-arc/doc/Makefile.am
Log:
make ./autogen.sh work

Modified: branches/ogg2-arc/configure.in
===================================================================
--- branches/ogg2-arc/configure.in	2004-11-22 18:21:48 UTC (rev 8245)
+++ branches/ogg2-arc/configure.in	2004-11-22 21:08:39 UTC (rev 8246)
@@ -289,4 +289,14 @@
 AC_SUBST(CFLAGS)
 AC_SUBST(PROFILE)
 
-AC_OUTPUT(Makefile src/Makefile doc/Makefile doc/ogg/Makefile include/Makefile include/ogg2/Makefile include/ogg2/config_types.h win32/Makefile debian/Makefile)
+AC_OUTPUT(
+Makefile
+src/Makefile
+doc/Makefile
+doc/ogg2/Makefile
+include/Makefile
+include/ogg2/Makefile
+include/ogg2/config_types.h
+win32/Makefile
+debian/Makefile
+)

Modified: branches/ogg2-arc/doc/Makefile.am
===================================================================
--- branches/ogg2-arc/doc/Makefile.am	2004-11-22 18:21:48 UTC (rev 8245)
+++ branches/ogg2-arc/doc/Makefile.am	2004-11-22 21:08:39 UTC (rev 8246)
@@ -2,7 +2,7 @@
 
 AUTOMAKE_OPTIONS = foreign
 
-SUBDIRS = ogg
+SUBDIRS = ogg2
 
 docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
 



More information about the commits mailing list