~ubuntu-branches/ubuntu/trusty/diffutils/trusty-proposed

« back to all changes in this revision

Viewing changes to configure

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2012-10-30 16:39:50 UTC
  • Revision ID: package-import@ubuntu.com-20121030163950-1fehbjmoat8dzfv8
Tags: 1:3.2-7ubuntu1
Avoid assuming that gets is declared.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1078
1078
GNULIB_PERROR
1079
1079
GNULIB_OBSTACK_PRINTF_POSIX
1080
1080
GNULIB_OBSTACK_PRINTF
1081
 
GNULIB_GETS
1082
1081
GNULIB_GETLINE
1083
1082
GNULIB_GETDELIM
1084
1083
GNULIB_GETCHAR
10006
10005
  GNULIB_GETCHAR=0;
10007
10006
  GNULIB_GETDELIM=0;
10008
10007
  GNULIB_GETLINE=0;
10009
 
  GNULIB_GETS=0;
10010
10008
  GNULIB_OBSTACK_PRINTF=0;
10011
10009
  GNULIB_OBSTACK_PRINTF_POSIX=0;
10012
10010
  GNULIB_PERROR=0;
22530
22528
  GNULIB_GETC=1
22531
22529
  GNULIB_GETCHAR=1
22532
22530
  GNULIB_FGETS=1
22533
 
  GNULIB_GETS=1
22534
22531
  GNULIB_FREAD=1
22535
22532
 
22536
22533
 
22548
22545
 
22549
22546
 
22550
22547
 
22551
 
    for gl_func in dprintf fpurge fseeko ftello getdelim getline popen renameat     snprintf tmpfile vdprintf vsnprintf; do
 
22548
    for gl_func in dprintf fpurge fseeko ftello getdelim getline gets popen renameat     snprintf tmpfile vdprintf vsnprintf; do
22552
22549
    as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh`
22553
22550
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5
22554
22551
$as_echo_n "checking whether $gl_func is declared without a macro... " >&6; }