diff options
Diffstat (limited to 'getopt-ul')
| -rw-r--r-- | getopt-ul/README | 12 | 
1 files changed, 9 insertions, 3 deletions
| diff --git a/getopt-ul/README b/getopt-ul/README index 02ce32d..2bcde34 100644 --- a/getopt-ul/README +++ b/getopt-ul/README @@ -1,6 +1,12 @@  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. +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 | 
