jbig2dec
Ralph Giles <[email protected]> Tue, 04 Mar 2003 08:52:52 -0800
| Newsgroups | gmane.comp.printing.ghostscript.jbig2dec.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/jbig2dec/jbig2dec In directory sc8-pr-cvs1:/tmp/cvs-serv26829 Modified Files: Makefile.am autogen.sh Log Message: 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. Index: Makefile.am =================================================================== RCS file: /cvsroot/jbig2dec/jbig2dec/Makefile.am,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- Makefile.am 6 Aug 2002 11:52:43 -0000 1.13 +++ Makefile.am 4 Mar 2003 16:52:47 -0000 1.14 @@ -1,7 +1,7 @@ # $Id$ ## 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 Index: autogen.sh =================================================================== RCS file: /cvsroot/jbig2dec/jbig2dec/autogen.sh,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- autogen.sh 4 Mar 2003 15:39:00 -0000 1.4 +++ autogen.sh 4 Mar 2003 16:52:48 -0000 1.5 @@ -4,7 +4,7 @@ # $Id$ package="jbig2dec" -AUTOMAKE_FLAGS="--foreign $AUTOMAKE_FLAGS" +AUTOMAKE_FLAGS="$AUTOMAKE_FLAGS" srcdir=`dirname $0` test -z "$srcdir" && srcdir=.