diff options
author | Jim Meyering <jim@meyering.net> | 2003-09-12 21:16:17 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-09-12 21:16:17 +0000 |
commit | 943791895cd36145a2a166aac6e78a748348bdf3 (patch) | |
tree | 09ac46012cb4f92e5081091f45751a60671d8db8 | |
parent | af4c2451f30d2bc64f1110db0c42442677d78b59 (diff) | |
download | coreutils-943791895cd36145a2a166aac6e78a748348bdf3.tar.xz |
new file, from gnulib
-rw-r--r-- | m4/long-options.m4 | 13 |
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. + : +]) |