]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
We don't use infodir, so why test it?
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Sun, 4 Mar 2001 02:30:59 +0000 (02:30 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Sun, 4 Mar 2001 02:30:59 +0000 (02:30 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@1606 7a7537e8-13f0-0310-91df-b6672ffda945

configure.in

index 61c07d79b862919ccd255fd9bf44acf968eb08c3..22247f66b40a6e03fe8377e2c8365075802911eb 100644 (file)
@@ -1,5 +1,5 @@
 dnl
-dnl "$Id: configure.in,v 1.80 2001/02/28 14:57:05 mike Exp $"
+dnl "$Id: configure.in,v 1.81 2001/03/04 02:30:59 mike Exp $"
 dnl
 dnl   Configuration script for the Common UNIX Printing System (CUPS).
 dnl
@@ -450,11 +450,6 @@ if test "$sharedstatedir" = "\${prefix}/com" -a "$prefix" = "/"; then
        sharedstatedir="/usr/com"
 fi
 
-dnl Fix "infodir" variable if it hasn't been specified...
-if test "$infodir" = "\${prefix}/info" -a "$prefix" = "/"; then
-       infodir="/usr/info"
-fi
-
 dnl Fix "datadir" variable if it hasn't been specified...
 if test "$datadir" = "\${prefix}/share"; then
        if test "$prefix" = "/"; then
@@ -675,5 +670,5 @@ AC_DEFINE_UNQUOTED(CUPS_FONTPATH, "$fontpath")
 AC_OUTPUT(Makedefs cups.sh)
 
 dnl
-dnl End of "$Id: configure.in,v 1.80 2001/02/28 14:57:05 mike Exp $".
+dnl End of "$Id: configure.in,v 1.81 2001/03/04 02:30:59 mike Exp $".
 dnl