"Fossies" - the Fresh Open Source Software Archive

Member "which-2.21/tilde/README" (16 Jan 2008, 906 Bytes) of package /linux/privat/which-2.21.tar.gz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 This directory was copied from bash-3.2.
    2 
    3 The header file bashansi.h has been added, copied from bash-3.2 as well.
    4 The headers ansi_stdlib.h and xmalloc.h are from the readline lib of bash-3.2.
    5 
    6 These files need the following autoconf macros,
    7 
    8 AC_CONFIG_HEADERS(config.h)			For HAVE_CONFIG_H
    9 AC_CHECK_FUNCS(getpwent getpwnam getpwuid)	For HAVE_GETPWENT, HAVE_GETPWNAM and HAVE_GETPWUID.
   10 AC_CHECK_HEADERS(unistd.h stdlib.h string.h memory.h pwd.h strings.h)
   11 BASH_CHECK_GETPW_FUNCS				For HAVE_GETPW_DECLS
   12 
   13 I then added the files Makefile.am and generated Makefile.in from it.
   14 
   15 The original README reads:
   16 
   17 -------------------------------------------------------------------------
   18 If you're building this separately from bash or the readline library, add
   19 $(srcdir)/shell.c to the CSOURCES variable and shell.o to the OBJECTS
   20 variable in Makefile.in.  (Not that this is very useful without readline
   21 or bash.)
   22