=================== BUG #4481: LATEST MODIFICATIONS ==================
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=4481&group_id=99

Changes by: Richard Frith-Macdonald <[EMAIL PROTECTED]>
Date: Mon 07/28/2003 at 13:08 (GMT)

            What     | Removed                   | Added
---------------------------------------------------------------------------
          Resolution | None                      | Fixed
              Status | Open                      | Closed


------------------ Additional Follow-up Comments ----------------------------
Made that fix ... thanks



=================== BUG #4481: FULL BUG SNAPSHOT ===================


Submitted by: ehz                     Project: GNUstep                      
Submitted on: Fri 07/25/2003 at 21:21
Category:  Base/Foundation            Severity:  5 - Major                  
Bug Group:  Bug                       Resolution:  Fixed                    
Assigned to:  None                    Status:  Closed                       

Summary:  profs detection fail

Original Submission:  When we have tried to autobuild gnustep-base for all debian 
architectures, detection of procfs by configure failed.

The incriminated line (in configure and config/procfs.m4) is :

 if (grep proc /etc/fstab >/dev/null 2>/dev/null); then

Therefore we have replaced it (in both files) by :

 if (mount | grep '^proc' >/dev/null 2>/dev/null); then

and then all have worked fine.

I hope this report will help you to improve gnustep-base.
Matthias Klose has sent it before to Nicola.

Follow-up Comments
*******************

-------------------------------------------------------
Date: Mon 07/28/2003 at 13:08       By: CaS
Made that fix ... thanks


CC list is empty


No files currently attached


For detailed info, follow this link:
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=4481&group_id=99

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/



_______________________________________________
Bug-gnustep mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to