~ubuntu-branches/ubuntu/utopic/coreutils/utopic-proposed

« back to all changes in this revision

Viewing changes to m4/getdelim.m4

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2012-11-28 03:03:42 UTC
  • mfrom: (8.3.4 sid)
  • Revision ID: package-import@ubuntu.com-20121128030342-21zanj8354gas5gr
Tags: 8.20-3ubuntu1
* Resynchronise with Debian.  Remaining changes:
  - Make 'uname -i -p' return the real processor/hardware, instead of
    unknown.
  - Build-depend on gettext:any instead of on gettext, so that apt-get can
    properly resolve build-dependencies on the tool when cross-building.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# getdelim.m4 serial 9
 
1
# getdelim.m4 serial 10
2
2
 
3
 
dnl Copyright (C) 2005-2007, 2009-2011 Free Software Foundation, Inc.
 
3
dnl Copyright (C) 2005-2007, 2009-2012 Free Software Foundation, Inc.
4
4
dnl
5
5
dnl This file is free software; the Free Software Foundation
6
6
dnl gives unlimited permission to copy and/or distribute it,
63
63
 #endif
64
64
#endif
65
65
         ],
66
 
         [gl_cv_func_working_getdelim=yes],
67
 
         [gl_cv_func_working_getdelim=no])]
 
66
         [gl_cv_func_working_getdelim="guessing yes"],
 
67
         [gl_cv_func_working_getdelim="guessing no"])]
68
68
    )])
69
 
    if test $gl_cv_func_working_getdelim = no; then
70
 
      REPLACE_GETDELIM=1
71
 
    fi
 
69
    case "$gl_cv_func_working_getdelim" in
 
70
      *no)
 
71
        REPLACE_GETDELIM=1
 
72
        ;;
 
73
    esac
72
74
  else
73
75
    HAVE_GETDELIM=0
74
76
  fi