Bug in configure script

blanks instead of TABs, make "make" feel unhappy.

Submitted by:	Ahilan Anantha <aanantha@cs.ucsd.edu>
This commit is contained in:
Andreas Klemm 2000-05-27 11:18:06 +00:00
parent e423357f91
commit 99ec874f95
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=28780
2 changed files with 10 additions and 10 deletions

View file

@ -159,10 +159,10 @@ then
echo " @\${ECHO} \" chmod 555 /usr/bin/grog \""
echo " @\${ECHO} \"--------------------------------------------------------\""
fi
echo " @\${ECHO} \"*** Please Note *** \""
echo " @\${ECHO} \"To enable so called CLASS support without printing *** \""
echo " @\${ECHO} \"the banner page (/etc/printcap: :sh:) *** \""
echo " @\${ECHO} \"apply the patch for lpr.c, see file INSTALL !!! *** \""
echo " @\${ECHO} \"*** Please Note *** \""
echo " @\${ECHO} \"To enable so called CLASS support without printing \""
echo " @\${ECHO} \"the banner page (/etc/printcap: :sh:) \""
echo " @\${ECHO} \"apply the patch for lpr.c, see file INSTALL !!! \""
echo " @\${ECHO} \"--------------------------------------------------------\""
echo " @\${ECHO} \"*** Printer installation / apsfilter setup *** \""
echo " @\${ECHO} \"*** Printer installation / apsfilter setup *** \""
echo " @\${ECHO} \" cd ${PREFIX}/apsfilter; ./SETUP \""

View file

@ -159,10 +159,10 @@ then
echo " @\${ECHO} \" chmod 555 /usr/bin/grog \""
echo " @\${ECHO} \"--------------------------------------------------------\""
fi
echo " @\${ECHO} \"*** Please Note *** \""
echo " @\${ECHO} \"To enable so called CLASS support without printing *** \""
echo " @\${ECHO} \"the banner page (/etc/printcap: :sh:) *** \""
echo " @\${ECHO} \"apply the patch for lpr.c, see file INSTALL !!! *** \""
echo " @\${ECHO} \"*** Please Note *** \""
echo " @\${ECHO} \"To enable so called CLASS support without printing \""
echo " @\${ECHO} \"the banner page (/etc/printcap: :sh:) \""
echo " @\${ECHO} \"apply the patch for lpr.c, see file INSTALL !!! \""
echo " @\${ECHO} \"--------------------------------------------------------\""
echo " @\${ECHO} \"*** Printer installation / apsfilter setup *** \""
echo " @\${ECHO} \"*** Printer installation / apsfilter setup *** \""
echo " @\${ECHO} \" cd ${PREFIX}/apsfilter; ./SETUP \""