removed traces of autoconf
This commit is contained in:
parent
21fa863832
commit
c9437cd605
20
FILES
20
FILES
|
|
@ -7,21 +7,8 @@ Complete content of the FSP package:
|
|||
INSTALL Installation instructions for FSP
|
||||
PROTOCOL FSP protocol definition
|
||||
MACHINES Where FSP compiles out of box
|
||||
Makefile.in input file for building makefile from configure script.
|
||||
Makefile.am file for generating Makefile.in
|
||||
aclocal.m4 Automake macros
|
||||
install-sh A shell script for installation.
|
||||
setup.csh CSH script for initializing FSP (Unix).
|
||||
setup.sh SH script for initializing FSP (Unix).
|
||||
config.status GNU autoconf that will be regenerated every time configure
|
||||
is run. It is used to regenerate the same configuration as
|
||||
before.
|
||||
config.guess Guess your operation system for configuration
|
||||
configure SH script generated by GNU autoconf from configure.in used
|
||||
to test certain parameters of the operating system in order
|
||||
to enable compilation with the minimum of human
|
||||
intervention.
|
||||
configure.ac Input script to autoconf used to generate configure.
|
||||
fspd.conf An example fspd.conf file suitable for copying and editing.
|
||||
|
||||
doc/ Aditional FSP documentation
|
||||
|
|
@ -33,7 +20,6 @@ Complete content of the FSP package:
|
|||
bsd_src/ Directory containing additional sources derived from
|
||||
those in public archive on uunet.uu.net. Most sources
|
||||
are modified to deal with FSP or some architectures.
|
||||
Makefile.in input file for building makefile from configure script.
|
||||
cmp.c BSD compare routines.
|
||||
find.c Source for BSD find.
|
||||
fnmatch.c filename matching functions for BSD find.
|
||||
|
|
@ -47,13 +33,11 @@ Complete content of the FSP package:
|
|||
util.c additional util routines for ls.
|
||||
|
||||
client/ Code common to all clients
|
||||
Makefile.in input file for building makefile from configure script.
|
||||
lib.c Core routines of the client library.
|
||||
lock.c Simple file locking code to do client multi-plexing.
|
||||
util.c Supplementry routines of the client library.
|
||||
|
||||
clients/ Code for the standalone and merged client versions
|
||||
Makefile.in input file for building makefile from configure script.
|
||||
fcatcmd.c These compiles into individual client utilities.
|
||||
fcdcmd.c Those with a "cmd" in their name will require
|
||||
fducmd.c shell alias wrappers either because they do their own
|
||||
|
|
@ -82,7 +66,6 @@ Complete content of the FSP package:
|
|||
be achieved on some machines.
|
||||
|
||||
common/ Directory containing code used in both server and clients
|
||||
Makefile.in input file for building makefile from configure script.
|
||||
strdup.c Unix strdup function.
|
||||
random.c Unix random function.
|
||||
getsl.c gets with length limit
|
||||
|
|
@ -111,8 +94,6 @@ Complete content of the FSP package:
|
|||
version.h header file containing FSP version information.
|
||||
|
||||
man/ Manual pages for the FSP clients/server.
|
||||
Makefile Unix makefile for installing the man pages in the proper
|
||||
place.
|
||||
Man pages
|
||||
fcat.1
|
||||
fcatcmd.1
|
||||
|
|
@ -144,7 +125,6 @@ Complete content of the FSP package:
|
|||
fsp_env.7
|
||||
|
||||
server/ Files needed to compile the FSPD server
|
||||
Makefile Unix Makefile for compiling the server.
|
||||
acl.c ACL loading, saving, testing
|
||||
conf.c fspd configuration file reading routines.
|
||||
fifocache.c Simple FIFO - style cache
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user