From: ozone Date: Mon, 17 Jan 2005 08:13:45 +0000 (+0000) Subject: vorbis: X-Git-Tag: v1.3.3~494 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a6fba24cce7b978956814fe58adb67cd50b4e466;p=platform%2Fupstream%2Flibvorbis.git vorbis: * Don't use autoheader since we don't use config.h.in svn path=/trunk/vorbis/; revision=8766 --- 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