This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[980205]: libf2c/libU77/configure out of date


configure and config.h.in haven't been rebuilt after Mumit's additions.
autoconf and autoheader should be run in libf2c/libU77.

Tue Feb 10 15:33:10 1998  Manfred Hollstein <manfred@s-direktnet.de>

	* libU77/configure: Re-build after last additions.
	* libU77/config.h.in: Likewise.

diff -c -p egcs-980205.orig/libf2c/libU77/configure egcs-980205/libf2c/libU77/configure
*** egcs-980205.orig/libf2c/libU77/configure	Thu Feb  5 22:58:46 1998
--- egcs-980205/libf2c/libU77/configure	Tue Feb 10 15:29:47 1998
*************** fi
*** 1343,1349 ****
  
  
  for ac_func in symlink getcwd getwd lstat gethostname strerror clock \
!   getrusage times alarm
  do
  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  echo "configure:1350: checking for $ac_func" >&5
--- 1343,1349 ----
  
  
  for ac_func in symlink getcwd getwd lstat gethostname strerror clock \
!   getrusage times alarm getlogin getgid getuid kill link ttyname
  do
  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  echo "configure:1350: checking for $ac_func" >&5
diff -c -p egcs-980205.orig/libf2c/libU77/config.h.in egcs-980205/libf2c/libU77/config.h.in
*** egcs-980205.orig/libf2c/libU77/config.h.in	Sun Feb  1 02:37:08 1998
--- egcs-980205/libf2c/libU77/config.h.in	Tue Feb 10 15:30:07 1998
***************
*** 33,53 ****
--- 33,71 ----
  /* Define as the path of the `chmod' program. */
  #undef CHMOD_PATH
  
+ /* Define if you have the alarm function.  */
+ #undef HAVE_ALARM
+ 
  /* Define if you have the clock function.  */
  #undef HAVE_CLOCK
  
  /* Define if you have the getcwd function.  */
  #undef HAVE_GETCWD
  
+ /* Define if you have the getgid function.  */
+ #undef HAVE_GETGID
+ 
  /* Define if you have the gethostname function.  */
  #undef HAVE_GETHOSTNAME
  
+ /* Define if you have the getlogin function.  */
+ #undef HAVE_GETLOGIN
+ 
  /* Define if you have the getrusage function.  */
  #undef HAVE_GETRUSAGE
  
+ /* Define if you have the getuid function.  */
+ #undef HAVE_GETUID
+ 
  /* Define if you have the getwd function.  */
  #undef HAVE_GETWD
  
+ /* Define if you have the kill function.  */
+ #undef HAVE_KILL
+ 
+ /* Define if you have the link function.  */
+ #undef HAVE_LINK
+ 
  /* Define if you have the lstat function.  */
  #undef HAVE_LSTAT
  
***************
*** 57,62 ****
--- 75,86 ----
  /* Define if you have the symlink function.  */
  #undef HAVE_SYMLINK
  
+ /* Define if you have the times function.  */
+ #undef HAVE_TIMES
+ 
+ /* Define if you have the ttyname function.  */
+ #undef HAVE_TTYNAME
+ 
  /* Define if you have the <limits.h> header file.  */
  #undef HAVE_LIMITS_H
  
***************
*** 66,103 ****
  /* Define if you have the <string.h> header file.  */
  #undef HAVE_STRING_H
  
- /* Define if you have the <sys/time.h> header file.  */
- #undef HAVE_SYS_TIME_H
- 
- /* Define if you have the <unistd.h> header file.  */
- #undef HAVE_UNISTD_H
- 
  /* Define if you have the <sys/param.h> header file.  */
  #undef HAVE_SYS_PARAM_H
  
  /* Define if you have the <sys/times.h> header file.  */
  #undef HAVE_SYS_TIMES_H
  
! /* Define if you have the alarm function.  */
! #undef HAVE_ALARM
! 
! /* Define if you have the times function.  */
! #undef HAVE_TIMES
! 
! /* Define if you have the getlogin function.  */
! #undef HAVE_GETLOGIN
! 
! /* Define if you have the getgid function.  */
! #undef HAVE_GETGID
! 
! /* Define if you have the getuid function.  */
! #undef HAVE_GETUID
! 
! /* Define if you have the kill function.  */
! #undef HAVE_KILL
! 
! /* Define if you have the link function.  */
! #undef HAVE_LINK
! 
! /* Define if you have the ttyname function.  */
! #undef HAVE_TTYNAME
--- 90,103 ----
  /* Define if you have the <string.h> header file.  */
  #undef HAVE_STRING_H
  
  /* Define if you have the <sys/param.h> header file.  */
  #undef HAVE_SYS_PARAM_H
  
+ /* Define if you have the <sys/time.h> header file.  */
+ #undef HAVE_SYS_TIME_H
+ 
  /* Define if you have the <sys/times.h> header file.  */
  #undef HAVE_SYS_TIMES_H
  
! /* Define if you have the <unistd.h> header file.  */
! #undef HAVE_UNISTD_H


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]