X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fsysexits.m4;h=cff6606c6e14635b9e78286c1c837aee1c1b823e;hb=1a6fbdd7d28dff1868c5eb0baf0029b27e42526a;hp=b6d2e08bc56addfa3793d16f327232d55942746f;hpb=30dccb610124997ff5776d80979d24375f39b12a;p=gnulib.git diff --git a/m4/sysexits.m4 b/m4/sysexits.m4 index b6d2e08bc..cff6606c6 100644 --- a/m4/sysexits.m4 +++ b/m4/sysexits.m4 @@ -1,5 +1,5 @@ -# sysexits.m4 serial 5 -dnl Copyright (C) 2003, 2005, 2007, 2009 Free Software Foundation, Inc. +# sysexits.m4 serial 6 +dnl Copyright (C) 2003, 2005, 2007, 2009-2011 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"]) ])