From 4f1d5718031c4b4c0a3a21befe2cab1d939c1870 Mon Sep 17 00:00:00 2001 From: kramm Date: Tue, 23 Oct 2001 08:10:58 +0000 Subject: [PATCH] generated from configure.in/Makefile.am --- Makefile.in | 2 +- configure | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.in b/Makefile.in index e0de14b..bdeb84e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -69,7 +69,7 @@ PACKAGE = @PACKAGE@ RANLIB = @RANLIB@ VERSION = @VERSION@ -SUBDIRS = lib src pdf2swf pdf2swf +SUBDIRS = lib src pdf2swf ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = config.h diff --git a/configure b/configure index aed6b06..dac108d 100755 --- a/configure +++ b/configure @@ -1610,7 +1610,7 @@ EOF else echo "$ac_t""no" 1>&6 -echo "Error: The jpeg library jpeglib is required.";exit +echo "Error: The jpeg library 'jpeglib' is required.";exit fi echo $ac_n "checking for crc32 in -lz""... $ac_c" 1>&6 @@ -1658,7 +1658,7 @@ EOF else echo "$ac_t""no" 1>&6 -echo "Error: The zlib compressiong handling library is required.";exit +echo "Error: The zlib compression library is required.";exit fi echo $ac_n "checking for T1_LoadFont in -lt1""... $ac_c" 1>&6 -- 1.7.10.4