~ubuntu-branches/ubuntu/trusty/libguestfs/trusty

« back to all changes in this revision

Viewing changes to m4/getopt.m4

  • Committer: Package Import Robot
  • Author(s): Hilko Bengen
  • Date: 2012-04-13 20:14:25 UTC
  • mfrom: (15.1.29 sid)
  • Revision ID: package-import@ubuntu.com-20120413201425-28jcqz73eewoq1my
Tags: 1:1.16.18-1
New upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# getopt.m4 serial 38
2
 
dnl Copyright (C) 2002-2006, 2008-2011 Free Software Foundation, Inc.
 
1
# getopt.m4 serial 39
 
2
dnl Copyright (C) 2002-2006, 2008-2012 Free Software Foundation, Inc.
3
3
dnl This file is free software; the Free Software Foundation
4
4
dnl gives unlimited permission to copy and/or distribute it,
5
5
dnl with or without modifications, as long as this notice is preserved.
25
25
  if test $REPLACE_GETOPT = 1; then
26
26
    dnl Arrange for getopt.h to be created.
27
27
    gl_GETOPT_SUBSTITUTE_HEADER
28
 
    dnl Arrange for unistd.h to include getopt.h.
29
 
    GNULIB_UNISTD_H_GETOPT=1
30
28
  fi
31
29
])
32
30