[xiph-commits] r14724 - trunk/vorbis
erikd at svn.xiph.org
erikd at svn.xiph.org
Sun Apr 13 04:12:47 PDT 2008
Author: erikd
Date: 2008-04-13 04:12:47 -0700 (Sun, 13 Apr 2008)
New Revision: 14724
Modified:
trunk/vorbis/configure.in
Log:
Minor configure.in updates.
Modified: trunk/vorbis/configure.in
===================================================================
--- trunk/vorbis/configure.in 2008-04-13 10:40:34 UTC (rev 14723)
+++ trunk/vorbis/configure.in 2008-04-13 11:12:47 UTC (rev 14724)
@@ -4,16 +4,16 @@
dnl Initialization and Versioning
dnl ------------------------------------------------
-AC_INIT(lib/mdct.c)
-AC_CANONICAL_HOST
-AC_CANONICAL_TARGET
+AC_INIT([libvorbis],[1.2.1svn],[vorbis-dev at xiph.org])
+AC_CONFIG_SRCDIR([lib/mdct.c])
+
+AC_CANONICAL_TARGET([])
+
+AM_INIT_AUTOMAKE($PACKAGE_NAME,$PACKAGE_VERSION)
AM_CONFIG_HEADER([config.h])
-AM_INIT_AUTOMAKE(libvorbis,1.2.1svn)
-AM_MAINTAINER_MODE
-
dnl Add parameters for aclocal
AC_SUBST(ACLOCAL_AMFLAGS, "-I m4")
@@ -232,6 +232,10 @@
AC_SUBST(PROFILE)
AC_SUBST(pthread_lib)
+dnl The following line causes the libtool distributed with the source
+dnl to be replaced if the build system has a more recent version.
+AC_SUBST(LIBTOOL_DEPS)
+
AC_OUTPUT([
Makefile
m4/Makefile
More information about the commits
mailing list