summaryrefslogtreecommitdiff
path: root/gl/modules/relocatable-lib-lgpl
diff options
context:
space:
mode:
Diffstat (limited to 'gl/modules/relocatable-lib-lgpl')
-rw-r--r--gl/modules/relocatable-lib-lgpl31
1 files changed, 0 insertions, 31 deletions
diff --git a/gl/modules/relocatable-lib-lgpl b/gl/modules/relocatable-lib-lgpl
deleted file mode 100644
index 0783864..0000000
--- a/gl/modules/relocatable-lib-lgpl
+++ /dev/null
@@ -1,31 +0,0 @@
-Description:
-Help make libraries relocatable, that is, to allow them to function
-properly when copied to an arbitrary directory.
-
-Files:
-build-aux/relocatable.supp
-doc/relocatable.texi
-lib/relocatable.h
-lib/relocatable.c
-m4/relocatable-lib.m4
-
-Depends-on:
-strdup
-
-configure.ac:
-gl_RELOCATABLE_LIBRARY
-if test $RELOCATABLE = yes; then
- AC_LIBOBJ([relocatable])
-fi
-
-Makefile.am:
-DEFS += -DNO_XMALLOC
-
-Include:
-"relocatable.h"
-
-License:
-LGPLv2+
-
-Maintainer:
-Ben Pfaff