summaryrefslogtreecommitdiff
path: root/gnulib/modules/getopt-gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/getopt-gnu')
m---------gnulib0
-rw-r--r--gnulib/modules/getopt-gnu32
2 files changed, 32 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 443bc5ffcf7429e557f4a371b0661abe98ddbc1
diff --git a/gnulib/modules/getopt-gnu b/gnulib/modules/getopt-gnu
new file mode 100644
index 0000000..69fc7de
--- /dev/null
+++ b/gnulib/modules/getopt-gnu
@@ -0,0 +1,32 @@
+Description:
+GNU-like getopt() function, getopt_long() function, getopt_long_only() function:
+process command line arguments.
+
+Files:
+
+Depends-on:
+nocrash
+getopt-posix
+
+configure.ac:
+gl_FUNC_GETOPT_GNU
+if test $REPLACE_GETOPT = 1; then
+ AC_LIBOBJ([getopt])
+ AC_LIBOBJ([getopt1])
+ gl_PREREQ_GETOPT
+ dnl Arrange for unistd.h to include getopt.h.
+ GNULIB_${gl_include_guard_prefix}_UNISTD_H_GETOPT=1
+fi
+AC_SUBST([GNULIB_${gl_include_guard_prefix}_UNISTD_H_GETOPT])
+gl_MODULE_INDICATOR_FOR_TESTS([getopt-gnu])
+
+Makefile.am:
+
+Include:
+<getopt.h>
+
+License:
+LGPLv2+
+
+Maintainer:
+all, glibc