CHANGES IN CUPS V1.1.19rc2
+ - The path for the "ln" command was hardcoded in
+ Makedefs.in instead of being checked at configure time
+ (STR #28).
- Banner pages containing unescaped { characters would
not work.
- The printer-state-time collection attribute was
#
-# "$Id: Makedefs.in,v 1.36.2.16 2003/04/14 20:09:29 mike Exp $"
+# "$Id: Makedefs.in,v 1.36.2.17 2003/04/17 14:21:33 mike Exp $"
#
# Common makefile definitions for the Common UNIX Printing System (CUPS).
#
HTMLDOC = @HTMLDOC@
INSTALL = @INSTALL@
LIBTOOL = @LIBTOOL@
-LN = /bin/ln -sf
+LN = @LN@ -sf
MV = @MV@
NROFF = @NROFF@
RANLIB = @RANLIB@
#
-# End of "$Id: Makedefs.in,v 1.36.2.16 2003/04/14 20:09:29 mike Exp $"
+# End of "$Id: Makedefs.in,v 1.36.2.17 2003/04/17 14:21:33 mike Exp $"
#
dnl
-dnl "$Id: cups-common.m4,v 1.12.2.15 2003/04/14 19:56:01 mike Exp $"
+dnl "$Id: cups-common.m4,v 1.12.2.16 2003/04/17 14:21:34 mike Exp $"
dnl
dnl Common configuration stuff for the Common UNIX Printing System (CUPS).
dnl
AC_PROG_RANLIB
AC_PATH_PROG(AR,ar)
AC_PATH_PROG(HTMLDOC,htmldoc)
+AC_PATH_PROG(LN,ln)
AC_PATH_PROG(MV,mv)
AC_PATH_PROG(NROFF,nroff)
if test "$NROFF" = ""; then
AC_DEFINE_UNQUOTED(CUPS_DEFAULT_IPP_PORT,$DEFAULT_IPP_PORT)
dnl
-dnl End of "$Id: cups-common.m4,v 1.12.2.15 2003/04/14 19:56:01 mike Exp $".
+dnl End of "$Id: cups-common.m4,v 1.12.2.16 2003/04/17 14:21:34 mike Exp $".
dnl