X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fsysexits.m4;h=c5741d2573c00ea55b8c808306b74bcc28ea43f6;hb=ba3be00a5546579e80323430a57a3aedaedc6156;hp=b3baa51ca863a05662118774c9c9a2f1dd54304e;hpb=b2e2010c7c902235b5efb5bd3c6529f61b093aa4;p=gnulib.git diff --git a/m4/sysexits.m4 b/m4/sysexits.m4 index b3baa51ca..c5741d257 100644 --- a/m4/sysexits.m4 +++ b/m4/sysexits.m4 @@ -1,5 +1,5 @@ -# sysexits.m4 serial 5 -dnl Copyright (C) 2003, 2005, 2007, 2009, 2010 Free Software Foundation, Inc. +# sysexits.m4 serial 6 +dnl Copyright (C) 2003, 2005, 2007, 2009-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. @@ -40,4 +40,5 @@ AC_DEFUN([gl_SYSEXITS], fi AC_SUBST([HAVE_SYSEXITS_H]) AC_SUBST([SYSEXITS_H]) + AM_CONDITIONAL([GL_GENERATE_SYSEXITS_H], [test -n "$SYSEXITS_H"]) ])