Update of /cvsroot/naviserver/naviserver/include
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18251/include
Modified Files:
.cvsignore
Removed Files:
nsconfig.h.in
Log Message:
* Makefile:
* autogen.sh: New script to run the various autotools to generate
the build system.
* missing: Add this default automake helper script.
* configure.in: Initialise automake, even though we don't use it,
so that we can use aclocal to manage our m4 scripts.
* aclocal.m4:
* acinclude.m4: Contents of aclocal.m4 now moved to acinclude.m4.
aclocal.m4 is now autogenerated by the aclocal tool, called from
within autogen.
* configure:
* include/nsconfig.h.in: Remove autogenerated scripts from cvs.
New strategy is to call autogen.sh on first checkout to intialise
the build environment.
* tcl.m4:
* m4/tcl.m4: Move into m4 subdirectory. Upgrade to revision 1.74
from Tcl cvs. Fully quote macro names (needs to go upstream).
* .cvsignore:
* include/.cvsignore: Ignore some new autogenerated build scripts,
and some old ones we no longer keep in cvs.
Index: .cvsignore
===================================================================
RCS file: /cvsroot/naviserver/naviserver/include/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** .cvsignore 9 Oct 2005 04:39:29 -0000 1.2
--- .cvsignore 9 Oct 2005 23:43:57 -0000 1.3
***************
*** 2,3 ****
--- 2,4 ----
Makefile.module
nsconfig.h
+ stamp-h1
--- nsconfig.h.in DELETED ---
|