File mjpegtools-fix_init.patch of Package mjpegtools
Index: configure.ac
===================================================================
--- configure.ac.orig 2011-02-09 15:35:12.000000000 +0100
+++ configure.ac 2011-02-09 15:38:52.017702355 +0100
@@ -1,7 +1,9 @@
dnl Process this file with autoconf to produce a configure script.
-AC_INIT([mjpegtools],[1.9.0],[mjpeg-developer@lists.sourceforge.net])
AC_PREREQ(2.57)
+AC_INIT([mjpegtools],[1.9.0],[mjpeg-developer@lists.sourceforge.net])
AC_CONFIG_SRCDIR([lavtools/lav_io.c])
+AM_INIT_AUTOMAKE()
+LT_INIT([disable-static])
MJPEG_MAJOR_VERSION=1
MJPEG_MINOR_VERSION=9
@@ -13,7 +15,6 @@ AC_CONFIG_HEADERS([config.h])
AC_CANONICAL_HOST
dnl CANONICAL-TARGET is only there because SDL's sdl.m4 is broken. bleah.
AC_CANONICAL_TARGET
-AM_INIT_AUTOMAKE([1.7])
AM_MAINTAINER_MODE