yet another trivial patch: $ configure --with-licq-includes=/dev ... checking for licq header files... "/dev" ... $ (in this case /dev doesn't contain any header) configure finish with no error. The user will find the error when [s]he types make.
-- Buenos Aires, Argentina
? autom4te.cache
? stamp-h1
? src/rms.loT
Index: admin/acinclude.m4.in
===================================================================
RCS file: /cvsroot/licq/licq-common/admin/acinclude.m4.in,v
retrieving revision 1.17
diff -u -d -p -r1.17 acinclude.m4.in
--- admin/acinclude.m4.in 2 Jan 2003 21:08:05 -0000 1.17
+++ admin/acinclude.m4.in 11 Feb 2003 16:55:51 -0000
@@ -47,7 +47,7 @@ AC_DEFUN(LICQ_CHECK_LICQ,
[ licq_licq_includes="$withval" ])
if test -n "$licq_licq_includes"; then
- licq_inc=$licq_licq_includes
+ LICQ_FIND_FILE(licq_icqd.h, $licq_licq_includes, licq_inc)
else
licq_paths="$prefix/include/licq \
/usr/local/include/licq \
@@ -56,7 +56,7 @@ AC_DEFUN(LICQ_CHECK_LICQ,
relpath=`cd $srcdir/../../include && pwd`
if test -r $relpath/licq_icqd.h; then
- licq_inc=$relpath
+ LICQ_FIND_FILE(licq_icqd.h, $relpath, licq_inc)
else
LICQ_FIND_FILE(licq_icqd.h, $licq_paths, licq_inc)
fi
msg02055/pgp00000.pgp
Description: signature
