public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: other/3721: small patch to libf2c/libIf77/configure.in for autoconf 2.50
@ 2002-12-22 20:46 P Hornby
  0 siblings, 0 replies; 4+ messages in thread
From: P Hornby @ 2002-12-22 20:46 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR other/3721; it has been noted by GNATS.

From: P Hornby <p.hornby@ned.dem.csiro.au>
To: bangerth@dealii.org, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org,
   nobody@gcc.gnu.org, peterho@ned.dem.csiro.au, gcc-gnats@gcc.gnu.org
Cc:  
Subject: Re: other/3721: small patch to libf2c/libIf77/configure.in for autoconf
 2.50
Date: Mon, 23 Dec 2002 12:36:00 +0800

 Hi Wolfgang,
 
 I needed autoconf2.50 (that's a fifty) to deal with some other issues on 
 Redhat 7, and while chasing a bug in g++ I noted a few oversights on 
 some of the configure.in's. If the lines are no longer present in the 
 configure.in, then I guess the file has been updated in the interim, and 
 the problem probably fixed. In any case, its probably OK to close this one.
 
 bangerth@dealii.org wrote:
 > Synopsis: small patch to libf2c/libIf77/configure.in for autoconf 2.50
 > 
 > State-Changed-From-To: open->feedback
 > State-Changed-By: bangerth
 > State-Changed-When: Sat Dec 21 09:08:39 2002
 > State-Changed-Why:
 >     The file for which you suggest the patch does not have the
 >     respective lines any more (the check for fcntl.h). Do you
 >     know whether this has moved somewhere else?
 >     
 >     Also, note that autoconf2.50 is, as far as I know, not
 >     presently supported, gcc still uses 2.13.
 >     
 >     Thanks
 >       Wolfgang
 > 
 > http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=3721
 
 
 -- 
 
 _________________________________________________________
 P. Hornby
 CSIRO Exploration & Mining ,
 AARC, 26 Dick Perry Ave,
 Kensington, WA  6151  Australia
 Phone +61 8 6436 8500 Fax   +61 8 6436 8555
 


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: other/3721: small patch to libf2c/libIf77/configure.in for autoconf 2.50
@ 2003-01-03 19:39 bangerth
  0 siblings, 0 replies; 4+ messages in thread
From: bangerth @ 2003-01-03 19:39 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, nobody, peterho

Synopsis: small patch to libf2c/libIf77/configure.in for autoconf 2.50

State-Changed-From-To: feedback->closed
State-Changed-By: bangerth
State-Changed-When: Fri Jan  3 11:39:39 2003
State-Changed-Why:
    Closed on request of submitter.
    
    (Still: the gcc configury cannot be translated with autoconf
    2.50; some people are presently working on switching from
    2.13 to 2.5x, but you shouldn't expect that this is working
    at present.)
    
    Thanks for your feedback
      Wolfgang

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=3721


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: other/3721: small patch to libf2c/libIf77/configure.in for autoconf 2.50
@ 2002-12-21  9:08 bangerth
  0 siblings, 0 replies; 4+ messages in thread
From: bangerth @ 2002-12-21  9:08 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, nobody, peterho

Synopsis: small patch to libf2c/libIf77/configure.in for autoconf 2.50

State-Changed-From-To: open->feedback
State-Changed-By: bangerth
State-Changed-When: Sat Dec 21 09:08:39 2002
State-Changed-Why:
    The file for which you suggest the patch does not have the
    respective lines any more (the check for fcntl.h). Do you
    know whether this has moved somewhere else?
    
    Also, note that autoconf2.50 is, as far as I know, not
    presently supported, gcc still uses 2.13.
    
    Thanks
      Wolfgang

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=3721


^ permalink raw reply	[flat|nested] 4+ messages in thread

* other/3721: small patch to libf2c/libIf77/configure.in for autoconf 2.50
@ 2001-07-17 16:46 peterho
  0 siblings, 0 replies; 4+ messages in thread
From: peterho @ 2001-07-17 16:46 UTC (permalink / raw)
  To: gcc-gnats

>Number:         3721
>Category:       other
>Synopsis:       small patch to libf2c/libIf77/configure.in for autoconf 2.50
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    unassigned
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Tue Jul 17 16:46:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Bugs
>Release:        3.0
>Organization:
CSIRO
>Environment:
System: Linux pcrod 2.2.16-0usb #2 SMP Sun Jul 1 15:33:44 WST 2001 i686 unknown
Architecture: i686
host: i686-pc-linux-gnu
build: i686-pc-linux-gnu
target: i686-pc-linux-gnu
configured with: ../gcc-3.0/configure 
>Description:
	build of libIF77 fails using newer version of autoheader (2.50 of autoconf)
>How-To-Repeat:
	install autoconf 2.50 & build gcc.
>Fix:

output of

cvs diff -u configure.in

Index: configure.in
===================================================================
RCS file: /cvs/gcc/gcc/libf2c/libI77/configure.in,v
retrieving revision 1.9
diff -u -r1.9 configure.in
--- configure.in        2001/07/07 18:51:58     1.9
+++ configure.in        2001/07/17 23:31:07
@@ -112,7 +112,7 @@
 
 
 AC_CHECK_HEADER(fcntl.h,
-   test $g77_cv_header_posix = yes && AC_DEFINE(_POSIX_SOURCE),
+   test $g77_cv_header_posix = yes && AC_DEFINE(_POSIX_SOURCE,,[  ]),
    AC_DEFINE(NO_FCNTL, 1, [Define if fcntl.h is missing.]) 
    AC_DEFINE(OPEN_DECL, 1, [Define if fcntl.h is missing.]))

>Release-Note:
>Audit-Trail:
>Unformatted:


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-01-03 19:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-12-22 20:46 other/3721: small patch to libf2c/libIf77/configure.in for autoconf 2.50 P Hornby
  -- strict thread matches above, loose matches on Subject: below --
2003-01-03 19:39 bangerth
2002-12-21  9:08 bangerth
2001-07-17 16:46 peterho

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).