exitfail: Relax license to LGPLv2.1+. Drop exitfail.m4.
authorSimon Josefsson <simon@josefsson.org>
Fri, 5 Mar 2010 11:09:55 +0000 (12:09 +0100)
committerIan Beckwith <ianb@erislabs.net>
Mon, 8 Mar 2010 03:00:39 +0000 (03:00 +0000)
(cherry picked from commit eb6dce1d3a40d4d24422ab59856a6dd193b79de5)

m4/exitfail.m4 [deleted file]
modules/exitfail

diff --git a/m4/exitfail.m4 b/m4/exitfail.m4
deleted file mode 100644 (file)
index 56e2ce0..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-# exitfail.m4 serial 6
-dnl Copyright (C) 2002, 2003, 2005, 2006, 2009, 2010 Free Software Foundation,
-dnl 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.
-
-AC_DEFUN([gl_EXITFAIL],
-[
-  AC_LIBOBJ([exitfail])
-
-  dnl No prerequisites of lib/exitfail.c.
-  :
-])
index 26f5a92..3a5ec82 100644 (file)
@@ -4,13 +4,12 @@ Set exit status for fatal signal.
 Files:
 lib/exitfail.h
 lib/exitfail.c
-m4/exitfail.m4
 
 Depends-on:
 exit
 
 configure.ac:
-gl_EXITFAIL
+AC_LIBOBJ([exitfail])
 
 Makefile.am:
 
@@ -18,7 +17,7 @@ Include:
 "exitfail.h"
 
 License:
-GPL
+LGPLv2+
 
 Maintainer:
 Paul Eggert