Files
gnucash/autogen.sh
Derek Atkins 343f8181a6 here is another patch from Jan Petersen.
Changes:
      * Cleanup build system.
      * Port register to GNOME 2.
      * Rename GNCTreeModel to GncTreeModel.
      * Port commodities, tax-dialog, fincalc dialogs to GNOME 2.
      * Add window type to the ui plugin system and update plugins.
      * Add icon to the about dialog.
      * Fix window type of splash screen.
      * Add support for startup-notification.

See ChangeLog for details.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/branches/gnucash-gnome2-dev@8609 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-06-14 19:31:34 +00:00

19 lines
376 B
Bash
Executable File

#!/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
}
USE_GNOME2_MACROS=1
. $srcdir/macros/autogen.sh