[xiph-commits] r14678 - trunk/ogg-tools/oggmerge
giles at svn.xiph.org
giles at svn.xiph.org
Tue Apr 8 11:32:28 PDT 2008
Author: giles
Date: 2008-04-08 11:32:28 -0700 (Tue, 08 Apr 2008)
New Revision: 14678
Removed:
trunk/ogg-tools/oggmerge/config.h.in
Modified:
trunk/ogg-tools/oggmerge/autogen.sh
Log:
Have autogen.sh create config.h.in instead of maintaining it in the
repository.
Modified: trunk/ogg-tools/oggmerge/autogen.sh
===================================================================
--- trunk/ogg-tools/oggmerge/autogen.sh 2008-04-08 18:27:55 UTC (rev 14677)
+++ trunk/ogg-tools/oggmerge/autogen.sh 2008-04-08 18:32:28 UTC (rev 14678)
@@ -49,7 +49,7 @@
echo "Generating configuration files for $package, please wait...."
echo " aclocal $ACLOCAL_FLAGS" && aclocal $ACLOCAL_FLAGS
-#echo " autoheader" && autoheader
+echo " autoheader" && autoheader
#echo " libtoolize --automake" && libtoolize --automake
echo " autoconf" && autoconf
echo " automake --add-missing" && automake --add-missing
Deleted: trunk/ogg-tools/oggmerge/config.h.in
===================================================================
--- trunk/ogg-tools/oggmerge/config.h.in 2008-04-08 18:27:55 UTC (rev 14677)
+++ trunk/ogg-tools/oggmerge/config.h.in 2008-04-08 18:32:28 UTC (rev 14678)
@@ -1,34 +0,0 @@
-/* config.h.in. Generated from configure.in by autoheader. */
-
-/* Define if you have libkate */
-#undef HAVE_KATE
-
-/* Define to 1 if you have the `theora' library (-ltheora). */
-#undef HAVE_LIBTHEORA
-
-/* Define if you have libspeex */
-#undef HAVE_SPEEX
-
-/* Name of package */
-#undef PACKAGE
-
-/* Define to the address where bug reports for this package should be sent. */
-#undef PACKAGE_BUGREPORT
-
-/* Define to the full name of this package. */
-#undef PACKAGE_NAME
-
-/* Define to the full name and version of this package. */
-#undef PACKAGE_STRING
-
-/* Define to the one symbol short name of this package. */
-#undef PACKAGE_TARNAME
-
-/* Define to the version of this package. */
-#undef PACKAGE_VERSION
-
-/* Define to 1 if you have the ANSI C header files. */
-#undef STDC_HEADERS
-
-/* Version number of package */
-#undef VERSION
More information about the commits
mailing list