Remove Makefile.in's from CVS repository.

Add and use gnome autoconf macros.
Fix lots of new compiler warnings.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2842 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Dave Peticolas
2000-09-13 22:33:15 +00:00
parent 089258da27
commit 2b3a4ff53f
174 changed files with 3299 additions and 19815 deletions

17
autogen.sh Executable file
View File

@@ -0,0 +1,17 @@
#!/bin/sh
# Run this to generate all the initial makefiles, etc.
srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.
PKG_NAME="gnucash"
(test -f $srcdir/configure.in \
## put other tests here
) || {
echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
echo " top-level $PKG_NAME directory"
exit 1
}
. $srcdir/macros/autogen.sh