shithub: jbig2

Download patch

ref: 21c62259b5fa2ca459e5d0285ba35e1498523b95
parent: 274ae8d1af9e66b43712a2ca589884cea01e9aee
author: giles <giles@ded80894-8fb9-0310-811b-c03f3676ab4d>
date: Tue Mar 4 11:52:48 EST 2003

Switch to automake 1.7 and move the options to Makefile.am.

Sorry, calling automake-1.6 on macosx was causing wierd errors. This was just
easier. I hope that with 1.7 the am maintainers are finally getting things stable.


git-svn-id: http://svn.ghostscript.com/jbig2dec/trunk@216 ded80894-8fb9-0310-811b-c03f3676ab4d

--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
-# $Id: Makefile.am,v 1.13 2002/08/06 11:52:43 giles Exp $
+# $Id: Makefile.am,v 1.14 2003/03/04 16:52:47 giles Exp $
 ## process this file with automake to generate Makefile.in
 
-AUTOMAKE_OPTIONS = 1.6.1 # require automake 1.6
+AUTOMAKE_OPTIONS = foreign 1.7 dist-bzip2 # require automake 1.7
 
 lib_LIBRARIES = libjbig2dec.a
 include_HEADERS = jbig2.h
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,10 +1,10 @@
 #!/bin/sh
 # Run this to set up the build system: configure, makefiles, etc.
 
-# $Id: autogen.sh,v 1.4 2003/03/04 15:39:00 giles Exp $
+# $Id: autogen.sh,v 1.5 2003/03/04 16:52:48 giles Exp $
 
 package="jbig2dec"
-AUTOMAKE_FLAGS="--foreign $AUTOMAKE_FLAGS"
+AUTOMAKE_FLAGS="$AUTOMAKE_FLAGS"
 
 srcdir=`dirname $0`
 test -z "$srcdir" && srcdir=.