m4-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: synch m4-getopt.m4 with latest gnulib getopt.m4 [m4--devo--1.0--pat


From: Gary V. Vaughan
Subject: FYI: synch m4-getopt.m4 with latest gnulib getopt.m4 [m4--devo--1.0--patch-9]
Date: Fri, 6 May 2005 08:46:44 +0100 (BST)
User-agent: mailnotify/0.6

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Applied to HEAD.

  * looking for address@hidden/m4--devo--1.0--patch-8 to compare with
  * comparing to address@hidden/m4--devo--1.0--patch-8
  M  ChangeLog
  M  ltdl/m4/m4-getopt.m4
  
  * modified files
  
  Index: Changelog
  from  Gary V. Vaughan  <address@hidden>
  
        * ltdl/m4/m4-getopt.m4 (m4_GETOPT): Synch with gnulib/getopt.m4.
  
  --- orig/ltdl/m4/m4-getopt.m4
  +++ mod/ltdl/m4/m4-getopt.m4
  @@ -29,13 +29,25 @@
   AC_SUBST([GETOPT_H])
   
   AC_CHECK_HEADERS([getopt.h], [], [GETOPT_H=getopt.h], [AC_INCLUDES_DEFAULT])
  -AC_CHECK_FUNCS([getopt_long_only], [], [GETOPT_H=getopt.h])
  +
  +if test -z "$GETOPT_H"; then
  +  AC_CHECK_FUNCS([getopt_long_only], [], [GETOPT_H=getopt.h])
  +fi
   
   dnl BSD getopt_log uses an incompatible method to reset option processing,
   dnl and (as of 2004-10-15) mishandles optional option-arguments.
  -AC_CHECK_DECL([optreset], [GETOPT_H=getopt.h], [], [#include <getopt.h>])
  +if test -z "$GETOPT_H"; then
  +  AC_CHECK_DECL([optreset], [GETOPT_H=getopt.h], [], [#include <getopt.h>])
  +fi
   
  -AC_DEFINE([__GETOPT_PREFIX], [[rpl_]],
  -  [Define to rpl_ if the getopt replacement function should be used.])
  +dnl Solaris 10 getopt doesn't handle `+' as a leading character in an
  +dnl option string (as of 2005-05-05).
  +if test -z "$GETOPT_H"; then
  +  AC_CHECK_DECL([getopt_clip], [GETOPT_H=getopt.h], [], [#include 
<getopt.h>])
  +fi
   
  -])# m4_ERROR
  +if test -n "$GETOPT_H"; then
  +  AC_DEFINE([__GETOPT_PREFIX], [[rpl_]],
  +    [Define to rpl_ if the getopt replacement function should be used.])
  +fi
  +])# m4_GETOPT
  
  
  
- -- 
Gary V. Vaughan      ())_.  address@hidden,gnu.org}
Research Scientist   ( '/   http://tkd.kicks-ass.net
GNU Hacker           / )=   http://www.gnu.org/software/libtool
Technical Author   `(_~)_   http://sources.redhat.com/autobook
_________________________________________________________
This patch notification generated by tlaapply version 0.9
http://tkd.kicks-ass.net/arch/address@hidden/cvs-utils--tla--1.0
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (Darwin)

iD8DBQFCeyDjFRMICSmD1gYRAo4WAKDGJgUh1XZeRIzYY3rCNgGmqb3fBQCgzrG4
FruYySES9VF56MFypnq7dmY=
=qw3G
-----END PGP SIGNATURE-----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]