From a6fba24cce7b978956814fe58adb67cd50b4e466 Mon Sep 17 00:00:00 2001 From: ozone Date: Mon, 17 Jan 2005 08:13:45 +0000 Subject: [PATCH] vorbis: * Don't use autoheader since we don't use config.h.in svn path=/trunk/vorbis/; revision=8766 --- autogen.sh | 2 -- configure.in | 2 -- 2 files changed, 4 deletions(-) diff --git a/autogen.sh b/autogen.sh index b1679bd..0f1545f 100755 --- a/autogen.sh +++ b/autogen.sh @@ -62,8 +62,6 @@ echo "Generating configuration files for $package, please wait...." echo " aclocal $ACLOCAL_FLAGS" aclocal $ACLOCAL_FLAGS || exit 1 -echo " autoheader" -autoheader || exit 1 echo " $LIBTOOLIZE --automake" $LIBTOOLIZE --automake || exit 1 echo " automake --add-missing $AUTOMAKE_FLAGS" diff --git a/configure.in b/configure.in index 1389a0d..c7c11bb 100644 --- a/configure.in +++ b/configure.in @@ -9,8 +9,6 @@ AC_INIT(lib/mdct.c) AC_CANONICAL_HOST AC_CANONICAL_TARGET -AM_CONFIG_HEADER([config.h]) - AM_INIT_AUTOMAKE(libvorbis,1.1.0) AM_MAINTAINER_MODE -- 2.7.4