From: calc Date: Sat, 18 Oct 2003 20:35:17 +0000 (+0000) Subject: AM_MAINTAINER_MODE added X-Git-Tag: v1.3.3~565 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=76dcbaac46f19df29e3dfe169e6e747bdc292b7c;p=platform%2Fupstream%2Flibvorbis.git AM_MAINTAINER_MODE added This allows for builds not to fail if automake is installed on the build system and it doesnt happen to be exact same version used during autogen.sh process. svn path=/trunk/vorbis/; revision=5486 --- diff --git a/configure.in b/configure.in index a2075d8..3758a9d 100644 --- a/configure.in +++ b/configure.in @@ -6,6 +6,7 @@ dnl ------------------------------------------------ AC_INIT(lib/mdct.c) AM_INIT_AUTOMAKE(libvorbis,1.0.1) +AM_MAINTAINER_MODE dnl Library versioning