summaryrefslogtreecommitdiff
path: root/modules/argz
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-06-22 18:28:11 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-06-22 18:28:11 +0000
commit06a946707465c071bb0a15fcc7498532967679e1 (patch)
tree874fcb7d47cb0e48be946937a3fdbb7f6031caed /modules/argz
parent6a7c7e2b816eafbc9744e7c8fbd5dec6d5b99046 (diff)
downloadgnulib-06a946707465c071bb0a15fcc7498532967679e1.tar.gz
Add argz module, which is autoupdated from libtool.
Diffstat (limited to 'modules/argz')
-rw-r--r--modules/argz30
1 files changed, 30 insertions, 0 deletions
diff --git a/modules/argz b/modules/argz
new file mode 100644
index 0000000000..5f59ae6be9
--- /dev/null
+++ b/modules/argz
@@ -0,0 +1,30 @@
+Description:
+Argv style string arrays in a single null delimited char*.
+
+Files:
+lib/argz_.h
+lib/argz.c
+m4/argz.m4
+
+Depends-on:
+
+configure.ac:
+gl_FUNC_ARGZ
+
+Makefile.am:
+BUILT_SOURCES += $(ARGZ_H)
+EXTRA_DIST += argz_.h
+
+# We need the following in order to create an <argz.h> when the system
+# doesn't have one that works with the given compiler.
+all-local $(lib_OBJECTS): $(ARGZ_H)
+argz.h: argz_.h
+ cp $(srcdir)/argz_.h $@-t
+ mv $@-t $@
+MOSTLYCLEANFILES += argz.h argz.h-t
+
+Include:
+<argz.h>
+
+Maintainer:
+bug-libtool@gnu.org