From: Tom D. <td...@us...> - 2001-10-19 22:35:30
|
CVSROOT: /cvsroot/pilot-db Module name: db Changes by: tdyas 01/10/19 15:35:29 Added files: . : autogen.sh Removed files: . : configure Log message: configure is dynmically-built from configure.in. Remove it from CVS since developers will build it right before a compile. New shell script "autogen.sh" for developers who use CVS. All steps needed to prepare source code before configure is run are here. Right now, it makes sure autoconf is installed and then runs it. I use the same technique for palm-db-tools with its dependencies on autoconf, automake, aclocal, autoheader, and libtool. |