diff options
Diffstat (limited to 'getopt-ul/README')
-rw-r--r-- | getopt-ul/README | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/getopt-ul/README b/getopt-ul/README deleted file mode 100644 index 2bcde34..0000000 --- a/getopt-ul/README +++ /dev/null @@ -1,12 +0,0 @@ -getopt from util-linux ----------------------- - -This is the standalone getopt build from util-linux. This is used in cpt -seperately so that the program doesn't depend on any outside source. See COPYING -for copyright information. The config.h was generated by running the following -command on the original source directory. - - - ./configure \ - --disable-all-programs \ - --enable-getopt |