changeset 12910:78fe2e4f8745

exitfail: Relax license to LGPLv2.1+. Drop exitfail.m4.
author Simon Josefsson <simon@josefsson.org>
date Fri, 05 Mar 2010 12:09:55 +0100
parents 86f1ff71881a
children 86c8f5da0417
files m4/exitfail.m4 modules/exitfail
diffstat 2 files changed, 2 insertions(+), 17 deletions(-) [+]
line wrap: on
line diff
deleted file mode 100644
--- a/m4/exitfail.m4
+++ /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.
-  :
-])
--- a/modules/exitfail
+++ b/modules/exitfail
@@ -4,13 +4,12 @@
 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 @@
 "exitfail.h"
 
 License:
-GPL
+LGPLv2+
 
 Maintainer:
 Paul Eggert