Automaked pazpar2. Bug #799. Preprocessor defines are put in cconfig.h and
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 8 Jan 2007 12:43:41 +0000 (12:43 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 8 Jan 2007 12:43:41 +0000 (12:43 +0000)
commit41b3d6e76417912fda803543325e1edba21896ba
tree2d0641e04da9dde1820546887cee93dd33bdb930
parent015261c103f2b4f8e4d06220605a2053e52a1249
Automaked pazpar2. Bug #799. Preprocessor defines are put in cconfig.h and
included in every C source. cconfig.h is the "configure" defines. The usualy
filename convention is config.h but that is already defined. For now all
contents of www and test is copied verbatim to the tar-dist. The contents is
not installed during 'make install'. That should be done, but since the
configuration is still in progress we don't bother yet. Similarly with
www: part of tar-dist but not yet installed. The only application
installed at this installed is pazpar2 - in PREFIX/bin.
16 files changed:
.cvsignore
Makefile.am [new file with mode: 0644]
buildconf.sh [new file with mode: 0755]
configure.ac [new file with mode: 0644]
src/.cvsignore
src/Makefile.am [new file with mode: 0644]
src/Makefile.dist [deleted file]
src/config.c
src/eventl.c
src/http.c
src/http_command.c
src/pazpar2.c
src/reclists.c
src/relevance.c
src/termlists.c
src/util.c