/[inetutils]/inetutils/m4/getopt.m4
ViewVC logotype

Diff of /inetutils/m4/getopt.m4

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by gray, Sun Jul 31 20:11:00 2005 UTC revision 1.4 by ams, Fri Dec 2 14:00:00 2005 UTC
# Line 1  Line 1 
1  # getopt.m4 serial 10  # getopt.m4 serial 11
2  dnl Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.  dnl Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
3  dnl This file is free software; the Free Software Foundation  dnl This file is free software; the Free Software Foundation
4  dnl gives unlimited permission to copy and/or distribute it,  dnl gives unlimited permission to copy and/or distribute it,
# Line 27  AC_DEFUN([gl_GETOPT_SUBSTITUTE_HEADER], Line 27  AC_DEFUN([gl_GETOPT_SUBSTITUTE_HEADER],
27    
28  AC_DEFUN([gl_GETOPT_CHECK_HEADERS],  AC_DEFUN([gl_GETOPT_CHECK_HEADERS],
29  [  [
30    GETOPT_H=    if test -z "$GETOPT_H"; then
31    AC_CHECK_HEADERS([getopt.h], [], [GETOPT_H=getopt.h])      AC_CHECK_HEADERS([getopt.h], [], [GETOPT_H=getopt.h])
32      fi
33    
34    if test -z "$GETOPT_H"; then    if test -z "$GETOPT_H"; then
35      AC_CHECK_FUNCS([getopt_long_only], [], [GETOPT_H=getopt.h])      AC_CHECK_FUNCS([getopt_long_only], [], [GETOPT_H=getopt.h])
36    fi    fi

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26