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:
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
10
print/apsfilter/scripts/configure
vendored
10
print/apsfilter/scripts/configure
vendored
|
@ -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 \""
|
||||
|
|
10
print/apsfilter6/scripts/configure
vendored
10
print/apsfilter6/scripts/configure
vendored
|
@ -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 \""
|
||||
|
|
Loading…
Reference in a new issue