summaryrefslogtreecommitdiff
path: root/m4/long-options.m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-09-12 21:16:17 +0000
committerJim Meyering <jim@meyering.net>2003-09-12 21:16:17 +0000
commit943791895cd36145a2a166aac6e78a748348bdf3 (patch)
tree09ac46012cb4f92e5081091f45751a60671d8db8 /m4/long-options.m4
parentaf4c2451f30d2bc64f1110db0c42442677d78b59 (diff)
downloadcoreutils-943791895cd36145a2a166aac6e78a748348bdf3.tar.xz
new file, from gnulib
Diffstat (limited to 'm4/long-options.m4')
-rw-r--r--m4/long-options.m413
1 files changed, 13 insertions, 0 deletions
diff --git a/m4/long-options.m4 b/m4/long-options.m4
new file mode 100644
index 000000000..474195429
--- /dev/null
+++ b/m4/long-options.m4
@@ -0,0 +1,13 @@
+# long-options.m4 serial 2
+dnl Copyright (C) 2002, 2003 Free Software Foundation, Inc.
+dnl This file is free software, distributed under the terms of the GNU
+dnl General Public License. As a special exception to the GNU General
+dnl Public License, this file may be distributed as part of a program
+dnl that contains a configuration script generated by Autoconf, under
+dnl the same distribution terms as the rest of that program.
+
+AC_DEFUN([gl_LONG_OPTIONS],
+[
+ dnl Prerequisites of lib/long-options.c.
+ :
+])