=================== BUG #4481: FULL BUG SNAPSHOT =================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=4481&group_id=99
Submitted by: ehz Project: GNUstep Submitted on: Fri 07/25/2003 at 23:21 Category: Base/Foundation Severity: 5 - Major Bug Group: Bug Resolution: None Assigned to: None Status: Open 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. No Followups Have Been Posted 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
