Remove additional generated files.

Prepare for glade generation.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2848 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Dave Peticolas 2000-09-14 00:56:55 +00:00
parent ede4906273
commit af3bfb4e97
8 changed files with 39 additions and 9445 deletions

View File

@ -3,9 +3,13 @@ Makefile.in
aclocal.m4
configure
config.cache
config.guess
config.sub
config.log
config.status
config.h
ltconfig
ltmain.sh
*.tar.gz
*.log
*.patch

1121
config.guess vendored

File diff suppressed because it is too large Load Diff

1232
config.sub vendored

File diff suppressed because it is too large Load Diff

View File

@ -142,11 +142,32 @@ AC_ARG_WITH( help-prefix,
AC_SUBST(GNC_HELPDIR)
### --------------------------------------------------------------------------
### Check for glade
# Check for glade
AC_ARG_WITH(glade,
[ --with-glade=FILE which glade executable to use ],
GLADE="${with_glade}")
# If the user didn't specify a glade, then go fetch.
if test x"$GLADE" = x;
then
AC_PATH_PROG(GLADE, glade)
fi
# Make sure glade was found
#if test x"$GLADE" = x; then
# AC_MSG_ERROR([Cannot find Glade.])
#fi
AC_SUBST(GLADE)
### --------------------------------------------------------------------------
### Check for perl
# Check for perl, force version 5
# AC_CHECK_PROGS(PERL,perl5 perl) # Sets @PERL@
AC_ARG_WITH(perl,
[ --with-perl=FILE which perl executable to use ],
PERL="${with_perl}")

3078
ltconfig

File diff suppressed because it is too large Load Diff

4012
ltmain.sh

File diff suppressed because it is too large Load Diff

View File

@ -4,4 +4,8 @@ Makefile.in
*.diff
backup.glade
glade-cb-gnc-dialogs.c
#glade-gnc-dialogs.c
glade-support-gnc-dialogs.c
#glade-cb-gnc-dialogs.h
#glade-gnc-dialogs.h
#glade-support-gnc-dialogs.h

View File

@ -74,6 +74,15 @@ noinst_HEADERS = \
window-register.h \
window-report.h
GLADE_FILES = \
glade-gnc-dialogs.c \
glade-cb-gnc-dialogs.h \
glade-gnc-dialogs.h \
glade-support-gnc-dialogs.h
#${GLADE_FILES}: gnc-dialogs.glade
# ${GLADE} --write-source ${srcdir}/gnc-dialogs.glade
EXTRA_DIST = \
.cvsignore \
gnc-dialogs.glade \
@ -91,4 +100,3 @@ INCLUDES = \
-I${top_srcdir}/src/register/gnome \
${GNOME_INCLUDEDIR} \
${GUILE_INCS}