From 8af6cbe8b6b85353c0b2ab2fa416b69ebd3922b2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Wilfried=20G=C3=B6esgens?= Date: Wed, 19 Apr 2006 19:47:34 +0000 Subject: [PATCH] * sort the libs in other direction * some additions in the debian build. --- webcit/configure.in | 7 ++++--- webcit/debian/control | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/webcit/configure.in b/webcit/configure.in index f98f39da1..0f055b48d 100644 --- a/webcit/configure.in +++ b/webcit/configure.in @@ -150,7 +150,7 @@ main() { } ], [ - LIBS="-lical $LIBS" + LIBS="$LIBS -lical" AC_DEFINE(HAVE_LIBICAL) ] ) @@ -169,7 +169,7 @@ AC_DEFINE([with_zlib], ]) if test "x$ok_zlib" = xyes ; then - LIBS="-lz $LIBS" + LIBS="$LIBS -lz " fi dnl Checks for the newt window library. @@ -450,8 +450,9 @@ AC_OUTPUT(Makefile src/Makefile po/Makefile.in) echo ------------------------------------------------------------------------ +echo 'nls is available? '$_nls_avail echo 'zlib compression: ' $ok_zlib echo 'Calendar support: ' $ok_libical echo 'Character set conversion support:' $ok_iconv -echo 'National language support: ' $_nls_avail +echo 'National language support: ' $ok_nls echo diff --git a/webcit/debian/control b/webcit/debian/control index 9ff8715a1..2b978a263 100644 --- a/webcit/debian/control +++ b/webcit/debian/control @@ -7,7 +7,7 @@ Standards-Version: 3.6.1 Package: citadel-webcit Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, citadel-server, debconf +Depends: ${shlibs:Depends}, ${misc:Depends}, ucf, citadel-server, debconf Description: Webcit, the Webfrontend to the Citadel. WebCit puts a web-based front end on Citadel, allowing users to access the system from any web browser. And -- 2.39.2