From 4519d345b47860b0d81cf296605361ae6bedb8d6 Mon Sep 17 00:00:00 2001 From: calc Date: Sat, 18 Oct 2003 20:36:46 +0000 Subject: 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. git-svn-id: http://svn.xiph.org/trunk/ogg@5487 0101bb08-14d6-0310-b084-bc0e0c8e3800 --- configure.in | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 4076b0b..c4e995e 100644 --- a/configure.in +++ b/configure.in @@ -3,6 +3,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(src/framing.c) AM_INIT_AUTOMAKE(libogg,1.1) +AM_MAINTAINER_MODE dnl Library versioning -- cgit v1.2.1