Skip to content

Commit

Permalink
Add libtool autoconf macros. Don't create opening balance transactions.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2438 57a11ea4-9604-0410-9ed3-97b8803252fd
  • Loading branch information
jdavisp3 committed Jun 8, 2000
1 parent af654c3 commit a98bb2d
Show file tree
Hide file tree
Showing 5 changed files with 561 additions and 121 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
@@ -1,5 +1,8 @@
2000-06-07 Dave Peticolas <dave@krondo.com>

* src/gnome/dialog-add.c (gnc_ui_accWindow_create_account): don't
make an opening balance transaction.

* src/SplitLedger.c: use value, not share amount, for debit/credit
cells in equity registers.

Expand Down
8 changes: 4 additions & 4 deletions Makefile.in
Expand Up @@ -148,9 +148,9 @@ CONFIG_CLEAN_FILES =
DATA = $(doc_DATA) $(noinst_DATA)

DIST_COMMON = README ./stamp-h.in ABOUT-NLS AUTHORS COPYING ChangeLog \
INSTALL Makefile.am Makefile.in NEWS TODO acconfig.h aclocal.m4 \
config.guess config.h.in config.sub configure configure.in install-sh \
ltconfig ltmain.sh missing mkinstalldirs
INSTALL Makefile.am Makefile.in NEWS TODO acconfig.h acinclude.m4 \
aclocal.m4 config.guess config.h.in config.sub configure configure.in \
install-sh ltconfig ltmain.sh missing mkinstalldirs


DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
Expand All @@ -166,7 +166,7 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
cd $(top_builddir) \
&& CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status

$(ACLOCAL_M4): configure.in
$(ACLOCAL_M4): configure.in acinclude.m4
cd $(srcdir) && $(ACLOCAL)

config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
Expand Down

0 comments on commit a98bb2d

Please sign in to comment.