X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fsysexits.m4;h=bd8abaa0d448672f698d5afcf5b45d1bd70ec1c8;hb=da8054d48dc22e1c051db54049e005d51a006e69;hp=4d145722780cc1883dc3955ef9344a8cb0a75c3c;hpb=d60f3b0c6b0f93a601acd1cfd3923f94ca05abb0;p=gnulib.git diff --git a/m4/sysexits.m4 b/m4/sysexits.m4 index 4d1457227..bd8abaa0d 100644 --- a/m4/sysexits.m4 +++ b/m4/sysexits.m4 @@ -1,5 +1,5 @@ -# sysexits.m4 serial 5 -dnl Copyright (C) 2003, 2005, 2007, 2009-2011 Free Software Foundation, Inc. +# sysexits.m4 serial 6 +dnl Copyright (C) 2003, 2005, 2007, 2009-2013 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"]) ])