[xiph-commits] r8768 - trunk/oggdsf/unix

ozone at motherfish-iii.xiph.org ozone at motherfish-iii.xiph.org
Tue Jan 18 10:01:41 PST 2005


Author: ozone
Date: 2005-01-18 10:01:39 -0800 (Tue, 18 Jan 2005)
New Revision: 8768

Modified:
   trunk/oggdsf/unix/configure.ac
Log:
oggdsf:
 * Use config.h.in for UNIX builds



Modified: trunk/oggdsf/unix/configure.ac
===================================================================
--- trunk/oggdsf/unix/configure.ac	2005-01-18 06:26:22 UTC (rev 8767)
+++ trunk/oggdsf/unix/configure.ac	2005-01-18 18:01:39 UTC (rev 8768)
@@ -1,5 +1,6 @@
 AC_INIT(../src/lib/core/ogg/libOOOgg/OggPacket.cpp)
 AC_CONFIG_AUX_DIR(autotools)
+AM_CONFIG_HEADER([config.h])
 AM_INIT_AUTOMAKE(libOOOgg,0.1)
 AC_PROG_CXX
 AC_PROG_INSTALL



More information about the commits mailing list