[glabels] Cleanup of configure.in
- From: Jim Evins <jimevins src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [glabels] Cleanup of configure.in
- Date: Sun, 11 Oct 2009 21:11:27 +0000 (UTC)
commit 360d5b047a6eb4855bd4018f05bd083b465ed084
Author: Jim Evins <evins snaught com>
Date: Sun Oct 11 17:08:50 2009 -0400
Cleanup of configure.in
Minor cleanup of configure.in. Assumes libiec16022 will be installed along
with a pkg-config file -- patch to upstream has been submitted -- we shall
see.
configure.in | 22 ++++++++++------------
1 files changed, 10 insertions(+), 12 deletions(-)
---
diff --git a/configure.in b/configure.in
index 2b21499..8ce3784 100644
--- a/configure.in
+++ b/configure.in
@@ -165,14 +165,12 @@ AC_ARG_WITH(libiec16022,
[build without Iec16022 support])])
have_libiec16022=no
if test "x$with_libiec16022" != xno; then
- AC_CHECK_LIB(iec16022, iec16022ecc200,
- [have_libiec16022=yes], [have_libiec16022=no])
+ PKG_CHECK_MODULES(LIBIEC16022, libiec16022 >= 0.2.3,
+ [have_libiec16022=yes], [have_libiec16022=no])
fi
if test "x$have_libiec16022" = "xyes"; then
AC_DEFINE(HAVE_LIBIEC16022,1,[Define to 1 for IEC16022 support])
- LIBIEC16022_CFLAGS=""
- LIBIEC16022_LIBS="-liec16022"
AC_SUBST(LIBIEC16022_CFLAGS)
AC_SUBST(LIBIEC16022_LIBS)
fi
@@ -258,16 +256,16 @@ dnl ---------------------------------------------------------------------------
echo "
Configuration:
- Package........................: ${PACKAGE}-${VERSION}:
- Installation prefix............: ${prefix}
- Source code location...........: ${srcdir}
- Compiler.......................: ${CC}
+ Package ........................ : ${PACKAGE}-${VERSION}
+ Installation prefix ............ : ${prefix}
+ Source code location ........... : ${srcdir}
+ Compiler ....................... : ${CC}
- Evolution Data Server support..: ${have_libebook}
+ Evolution Data Server support .. : ${have_libebook}
- GNU Barcode support............: ${have_libbarcode}
- QRencode Barcode support.......: ${have_libqrencode}
- IEC16022 Barcode support.......: ${have_libiec16022}
+ GNU Barcode support ............ : ${have_libbarcode}
+ QR code Barcode support ........ : ${have_libqrencode}
+ IEC16022 Barcode support ....... : ${have_libiec16022}
"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]