[Gnucash-changes] r11993 - gnucash/branches/goffice-update - Fix unnecessary subdirectory handling of config headers

Neil Williams codehelp at cvs.gnucash.org
Sun Nov 20 15:33:27 EST 2005


Author: codehelp
Date: 2005-11-20 15:33:25 -0500 (Sun, 20 Nov 2005)
New Revision: 11993
Trac: http://svn.gnucash.org/trac/changeset/11993

Added:
   gnucash/branches/goffice-update/goffice-config.h.in
   gnucash/branches/goffice-update/goffice-features.h.in
   gnucash/branches/goffice-update/gsf-config.h.in
Removed:
   gnucash/branches/goffice-update/lib/goffice-0.0.4/goffice/goffice-config.h.in
   gnucash/branches/goffice-update/lib/goffice-0.0.4/goffice/goffice-features.h.in
   gnucash/branches/goffice-update/lib/libgsf-1.12.3/gsf-config.h.in
Modified:
   gnucash/branches/goffice-update/
   gnucash/branches/goffice-update/ChangeLog
   gnucash/branches/goffice-update/configure.in
   gnucash/branches/goffice-update/lib/goffice-0.0.4/goffice-plugins.mk
   gnucash/branches/goffice-update/lib/goffice-0.0.4/goffice.mk
   gnucash/branches/goffice-update/lib/goffice-0.0.4/goffice/cut-n-paste/foocanvas/Makefile.am
   gnucash/branches/goffice-update/lib/goffice-0.0.4/tests/Makefile.am
Log:
Fix unnecessary subdirectory handling of config headers


Property changes on: gnucash/branches/goffice-update
___________________________________________________________________
Name: svn:ignore
   - .deps
.libs
ABOUT-NLS
COPYING
INSTALL
Makefile
Makefile.in
TAGS
TAGS.stamp
aclocal.m4
autom4te.cache
autom4te-2.53.cache
configure
config.cache
config.guess
config.sub
config.log
config.status
config.h
config.h.in
config.rpath
cscope.out
cscope.files
depcomp
etags.files
gnucash-config
install-sh
intltool-modules
intl
libtool
ltconfig
make-gnucash-patch
make-gnucash-potfiles
missing
mkinstalldirs
stamp-h
stamp-h1
stamp-h.in
install-stamp
tags
intltool-extract
intltool-extract.in
intltool-merge
intltool-merge.in
intltool-update
intltool-update.in
tags
*.tar.gz
*.log
*.patch
*.diff
*.diffs
*.xac.*.xac
autom4te.cache
ltmain.sh
mkinstalldirs
.DS_Store
*.prj
*.pws
.tm_project.cache
compile


   + .deps
.libs
ABOUT-NLS
COPYING
INSTALL
Makefile
Makefile.in
TAGS
TAGS.stamp
aclocal.m4
autom4te.cache
autom4te-2.53.cache
configure
config.cache
config.guess
config.sub
config.log
config.status
config.h
config.h.in
config.rpath
cscope.out
cscope.files
depcomp
etags.files
gnucash-config
install-sh
intltool-modules
intl
libtool
ltconfig
make-gnucash-patch
make-gnucash-potfiles
missing
mkinstalldirs
stamp-h
stamp-h1
stamp-h.in
install-stamp
tags
intltool-extract
intltool-extract.in
intltool-merge
intltool-merge.in
intltool-update
intltool-update.in
tags
*.tar.gz
*.log
*.patch
*.diff
*.diffs
*.xac.*.xac
autom4te.cache
ltmain.sh
mkinstalldirs
.DS_Store
*.prj
*.pws
.tm_project.cache
compile
gsf-config.h
goffice-config.h
stamp-h2
stamp-h3
stamp-h4
goffice-features.h



Modified: gnucash/branches/goffice-update/ChangeLog
===================================================================
--- gnucash/branches/goffice-update/ChangeLog	2005-11-20 19:03:18 UTC (rev 11992)
+++ gnucash/branches/goffice-update/ChangeLog	2005-11-20 20:33:25 UTC (rev 11993)
@@ -1,5 +1,22 @@
 2005-11-20  Neil Williams  <linux at codehelp.co.uk>
 
+	* goffice-config.h.in : svn moved from 
+		lib/goffice-0.0.4/goffice to prevent unnecessary
+		subdirectory inclusion in make outside lib.
+	* goffice-features.h.in : svn moved from
+		lib/goffice-0.0.4/goffice.
+	* gsf-config.h.in : svn moved from lib/libsf-1.12.3
+	* configure.in : Create AC_CONFIG_HEADERS only in
+		$(top_srcdir) and stop using LDFLAGS = -no-undeclared
+	* lib/goffice-0.0.4/goffice-plugins.mk : handle new config
+		header location.
+	* lib/goffice-0.0.4/tests/Makefile.am : Don't overwrite AM_LDFLAGS
+	* lib/goffice-0.0.4/goffice/cut-n-paste/foocanvas/Makefile.am :
+		handle new config header location.
+  * lib/goffice-0.0.4/goffice.mk : Handle new config header location.
+
+2005-11-20  Neil Williams  <linux at codehelp.co.uk>
+
 	* lib/goffice-0.0.4/plugins/plot_radar/gog-radar.c :
 		Mac OSX fix: comment out #warning
 	* lib/goffice-0.0.4/plugins/plot_xy/gog-bubble-prefs.c :

Modified: gnucash/branches/goffice-update/configure.in
===================================================================
--- gnucash/branches/goffice-update/configure.in	2005-11-20 19:03:18 UTC (rev 11992)
+++ gnucash/branches/goffice-update/configure.in	2005-11-20 20:33:25 UTC (rev 11993)
@@ -525,7 +525,7 @@
 
 dnl 2005-11-19,jsled, this doesn't seem to work... :(
 dnl ifelse(x$HAVE_LIBGSF, xyes,,
-  AC_CONFIG_HEADERS(lib/libgsf-1.12.3/gsf-config.h)
+  AC_CONFIG_HEADERS(gsf-config.h)
 dnl)
 
 AC_FUNC_FSEEKO
@@ -811,7 +811,7 @@
 fi
 AM_CONDITIONAL(WITH_GCONF, test "x$GCONFTOOL" != "xno")
 
-LDFLAGS="-no-undefined $LDFLAGS"
+dnl # LDFLAGS="-no-undefined $LDFLAGS"
 
 # turn off unneeded python support
 AM_CONDITIONAL(WITH_PYTHON, false)
@@ -849,11 +849,11 @@
 :goffice_version_minor:goffice_version_major)
 
 dnl This one is created by autoheader, ...
-AC_CONFIG_HEADERS(lib/goffice-0.0.4/goffice/goffice-config.h)
+AC_CONFIG_HEADERS(goffice-config.h)
 
 dnl ... and this one is a small subset, maintained manually,
 dnl which will be installed.
-AC_CONFIG_HEADERS(lib/goffice-0.0.4/goffice/goffice-features.h)
+AC_CONFIG_HEADERS(goffice-features.h)
 dnl
 dnl Make sure these two won't clash.  Put the following to goffice-config.h:
 AH_BOTTOM([/* Don't include goffice-features.h, it's a subset of goffice-config.h. */

Copied: gnucash/branches/goffice-update/goffice-config.h.in (from rev 11986, gnucash/branches/goffice-update/lib/goffice-0.0.4/goffice/goffice-config.h.in)

Copied: gnucash/branches/goffice-update/goffice-features.h.in (from rev 11986, gnucash/branches/goffice-update/lib/goffice-0.0.4/goffice/goffice-features.h.in)

Copied: gnucash/branches/goffice-update/gsf-config.h.in (from rev 11986, gnucash/branches/goffice-update/lib/libgsf-1.12.3/gsf-config.h.in)

Modified: gnucash/branches/goffice-update/lib/goffice-0.0.4/goffice/cut-n-paste/foocanvas/Makefile.am
===================================================================
--- gnucash/branches/goffice-update/lib/goffice-0.0.4/goffice/cut-n-paste/foocanvas/Makefile.am	2005-11-20 19:03:18 UTC (rev 11992)
+++ gnucash/branches/goffice-update/lib/goffice-0.0.4/goffice/cut-n-paste/foocanvas/Makefile.am	2005-11-20 20:33:25 UTC (rev 11993)
@@ -1,4 +1,5 @@
 AM_CPPFLAGS = \
+	-I$(top_srcdir)/lib/libgsf-1.12.3 				\
 	-I$(top_srcdir)/lib/goffice-0.0.4 				\
 	-I$(top_builddir)/lib/goffice-0.0.4				\
 	$(WARN_CFLAGS) 					\

Deleted: gnucash/branches/goffice-update/lib/goffice-0.0.4/goffice/goffice-config.h.in
===================================================================
--- gnucash/branches/goffice-update/lib/goffice-0.0.4/goffice/goffice-config.h.in	2005-11-20 19:03:18 UTC (rev 11992)
+++ gnucash/branches/goffice-update/lib/goffice-0.0.4/goffice/goffice-config.h.in	2005-11-20 20:33:25 UTC (rev 11993)
@@ -1,220 +0,0 @@
-/* goffice/goffice-config.h.in.  Generated from configure.in by autoheader.  */
-
-/* Conditionally include >2.4 pieces we use. */
-#undef HAVE_GLIB26
-#undef HAVE_GTK26
-
-/* Conditionally work around exposed-in-1.8-functionality. */
-#undef HAVE_PANGO18
-
-/* always defined to indicate that i18n is enabled */
-#undef ENABLE_NLS
-
-/* The package name, for gettext */
-#undef GETTEXT_PACKAGE
-
-/* Define if G Office supplies acosh. */
-#undef GOFFICE_SUPPLIED_ACOSH
-
-/* Define if G Office supplies asinh. */
-#undef GOFFICE_SUPPLIED_ASINH
-
-/* Define if G Office supplies atanh. */
-#undef GOFFICE_SUPPLIED_ATANH
-
-/* Define if G Office supplies expm1. */
-#undef GOFFICE_SUPPLIED_EXPM1
-
-/* Define if G Office supplies frexpl. */
-#undef GOFFICE_SUPPLIED_FREXPL
-
-/* Define if G Office supplies ldexpl. */
-#undef GOFFICE_SUPPLIED_LDEXPL
-
-/* Define if G Office supplies log1p. */
-#undef GOFFICE_SUPPLIED_LOG1P
-
-/* Define if G Office supplies modfl. */
-#undef GOFFICE_SUPPLIED_MODFL
-
-/* Define if G Office supplies strtold. */
-#undef GOFFICE_SUPPLIED_STRTOLD
-
-/* The version number of this release, possibly with additional suffix */
-#undef GOFFICE_VERSION
-
-/* Define if G Office supports long double. */
-#undef GOFFICE_WITH_LONG_DOUBLE
-
-/* The Epoch of this release */
-#undef GO_VERSION_EPOCH
-
-/* Extra, possibly empty tag for this release */
-#undef GO_VERSION_EXTRA
-
-/* The Major version number of this release */
-#undef GO_VERSION_MAJOR
-
-/* The Minor version number of this release */
-#undef GO_VERSION_MINOR
-
-/* Define to 1 if you have the `bind_textdomain_codeset' function. */
-#undef HAVE_BIND_TEXTDOMAIN_CODESET
-
-/* Define to 1 if you have the `dcgettext' function. */
-#undef HAVE_DCGETTEXT
-
-/* Define to 1 if you have the `decimal_to_quadruple' function. */
-#undef HAVE_DECIMAL_TO_QUADRUPLE
-
-/* Define to 1 if you have the <dlfcn.h> header file. */
-#undef HAVE_DLFCN_H
-
-/* Define to 1 if you have the `drand48' function. */
-#undef HAVE_DRAND48
-
-/* Define if the finite function is available */
-#undef HAVE_FINITE
-
-/* Define to 1 if you have the <floatingpoint.h> header file. */
-#undef HAVE_FLOATINGPOINT_H
-
-/* Define if the GNU gettext() function is already present or preinstalled. */
-#undef HAVE_GETTEXT
-
-/* Define if the gettimeofday function is available */
-#undef HAVE_GETTIMEOFDAY
-
-/* Define to 1 if you have the <ieee754.h> header file. */
-#undef HAVE_IEEE754_H
-
-/* Define to 1 if you have the <ieeefp.h> header file. */
-#undef HAVE_IEEEFP_H
-
-/* Define to 1 if you have the <inttypes.h> header file. */
-#undef HAVE_INTTYPES_H
-
-/* Define if the isfinite() macro is available */
-#undef HAVE_ISFINITE
-
-/* Define to 1 if you have the <langinfo.h> header file. */
-#undef HAVE_LANGINFO_H
-
-/* Define if your <locale.h> file defines LC_MESSAGES. */
-#undef HAVE_LC_MESSAGES
-
-/* Define to 1 if you have the `intl' library (-lintl). */
-#undef HAVE_LIBINTL
-
-/* Define to 1 if you have the `m' library (-lm). */
-#undef HAVE_LIBM
-
-/* Define to 1 if you have the <locale.h> header file. */
-#undef HAVE_LOCALE_H
-
-/* Define if the log function is available */
-#undef HAVE_LOG
-
-/* Define to 1 if long double works and has more range or precision than
-   double. */
-#undef HAVE_LONG_DOUBLE
-
-/* Define to 1 if you have the `memmove' function. */
-#undef HAVE_MEMMOVE
-
-/* Define to 1 if you have the <memory.h> header file. */
-#undef HAVE_MEMORY_H
-
-/* Define to 1 if you have the `mkdtemp' function. */
-#undef HAVE_MKDTEMP
-
-/* Define to 1 if you have the `random' function. */
-#undef HAVE_RANDOM
-
-/* Define if libXrender is available. */
-#undef HAVE_RENDER
-
-/* Define to 1 if you have the <stdint.h> header file. */
-#undef HAVE_STDINT_H
-
-/* Define to 1 if you have the <stdlib.h> header file. */
-#undef HAVE_STDLIB_H
-
-/* Define to 1 if you have the <strings.h> header file. */
-#undef HAVE_STRINGS_H
-
-/* Define to 1 if you have the <string.h> header file. */
-#undef HAVE_STRING_H
-
-/* Define to 1 if you have the `string_to_decimal' function. */
-#undef HAVE_STRING_TO_DECIMAL
-
-/* Define to 1 if you have the `strtold' function. */
-#undef HAVE_STRTOLD
-
-/* Define to 1 if you have the <sunmath.h> header file. */
-#undef HAVE_SUNMATH_H
-
-/* Define to 1 if you have the `sysconf' function. */
-#undef HAVE_SYSCONF
-
-/* Define to 1 if you have the <sys/stat.h> header file. */
-#undef HAVE_SYS_STAT_H
-
-/* Define to 1 if you have the <sys/types.h> header file. */
-#undef HAVE_SYS_TYPES_H
-
-/* Define to 1 if you have the `times' function. */
-#undef HAVE_TIMES
-
-/* Define to 1 if you have the `uname' function. */
-#undef HAVE_UNAME
-
-/* Define to 1 if you have the <unistd.h> header file. */
-#undef HAVE_UNISTD_H
-
-/* Name of package */
-#undef PACKAGE
-
-/* Define to the address where bug reports for this package should be sent. */
-#undef PACKAGE_BUGREPORT
-
-/* Define to the full name of this package. */
-#undef PACKAGE_NAME
-
-/* Define to the full name and version of this package. */
-#undef PACKAGE_STRING
-
-/* Define to the one symbol short name of this package. */
-#undef PACKAGE_TARNAME
-
-/* Define to the version of this package. */
-#undef PACKAGE_VERSION
-
-/* Define to 1 if you have the ANSI C header files. */
-#undef STDC_HEADERS
-
-/* Version number of package */
-#undef VERSION
-
-/* Define if goffice is build with cairo */
-#undef WITH_CAIRO
-
-/* Define if GNOME extensions are available */
-#undef WITH_GNOME
-
-/* Define if UI is built */
-#undef WITH_GTK
-
-/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
-   `char[]'. */
-#undef YYTEXT_POINTER
-
-/* Number of bits in a file offset, on hosts where this is settable. */
-#undef _FILE_OFFSET_BITS
-
-/* Define for large files, on AIX-style hosts. */
-#undef _LARGE_FILES
-
-/* Don't include goffice-features.h, it's a subset of goffice-config.h. */
-#define GOFFICE_FEATURES_H

Deleted: gnucash/branches/goffice-update/lib/goffice-0.0.4/goffice/goffice-features.h.in
===================================================================
--- gnucash/branches/goffice-update/lib/goffice-0.0.4/goffice/goffice-features.h.in	2005-11-20 19:03:18 UTC (rev 11992)
+++ gnucash/branches/goffice-update/lib/goffice-0.0.4/goffice/goffice-features.h.in	2005-11-20 20:33:25 UTC (rev 11993)
@@ -1,51 +0,0 @@
-/*
- * goffice-features.h.in: 
- *
- * Copyright (C) 2005 Morten Welinder (terra at gnome.org)
- */
-#ifndef GOFFICE_FEATURES_H
-#define GOFFICE_FEATURES_H
-
-/* Define if G Office supports long double. */
-#undef GOFFICE_WITH_LONG_DOUBLE
-
-/* Define if G Office supplies acosh. */
-#undef GOFFICE_SUPPLIED_ACOSH
-
-/* Define if G Office supplies asinh. */
-#undef GOFFICE_SUPPLIED_ASINH
-
-/* Define if G Office supplies atanh. */
-#undef GOFFICE_SUPPLIED_ATANH
-
-/* Define if G Office supplies expm1. */
-#undef GOFFICE_SUPPLIED_EXPM1
-
-/* Define if G Office supplies frexpl. */
-#undef GOFFICE_SUPPLIED_FREXPL
-
-/* Define if G Office supplies ldexpl. */
-#undef GOFFICE_SUPPLIED_LDEXPL
-
-/* Define if G Office supplies modfl. */
-#undef GOFFICE_SUPPLIED_MODFL
-
-/* Define if G Office supplies strtold. */
-#undef GOFFICE_SUPPLIED_STRTOLD
-
-/* The version number of this release, possibly with additional suffix */
-#undef GOFFICE_VERSION
-
-/* The Epoch of this release */
-#undef GO_VERSION_EPOCH
-
-/* The Major version number of this release */
-#undef GO_VERSION_MAJOR
-
-/* The Minor version number of this release */
-#undef GO_VERSION_MINOR
-
-/* Extra, possibly empty tag for this release */
-#undef GO_VERSION_EXTRA
-
-#endif /* GOFFICE_FEATURES_H */

Modified: gnucash/branches/goffice-update/lib/goffice-0.0.4/goffice-plugins.mk
===================================================================
--- gnucash/branches/goffice-update/lib/goffice-0.0.4/goffice-plugins.mk	2005-11-20 19:03:18 UTC (rev 11992)
+++ gnucash/branches/goffice-update/lib/goffice-0.0.4/goffice-plugins.mk	2005-11-20 20:33:25 UTC (rev 11993)
@@ -1,5 +1,6 @@
 AM_CPPFLAGS = \
-    -I$(top_srcdir)/lib/goffice-0.0.4		\
+    -I$(top_srcdir)/lib/libgsf-1.12.3	    \
+    -I$(top_srcdir)/lib/goffice-0.0.4 		\
     -I$(top_builddir)/lib/goffice-0.0.4		\
     $(GOFFICE_DEPS_CFLAGS)
 

Modified: gnucash/branches/goffice-update/lib/goffice-0.0.4/goffice.mk
===================================================================
--- gnucash/branches/goffice-update/lib/goffice-0.0.4/goffice.mk	2005-11-20 19:03:18 UTC (rev 11992)
+++ gnucash/branches/goffice-update/lib/goffice-0.0.4/goffice.mk	2005-11-20 20:33:25 UTC (rev 11993)
@@ -1,4 +1,5 @@
 AM_CPPFLAGS = \
+  -I$(top_srcdir)/lib/libgsf-1.12.3 \
 	-I$(top_builddir)/lib/goffice-0.0.4		\
 	-I$(top_srcdir)/lib/goffice-0.0.4		\
 	$(GOFFICE_DEPS_CFLAGS)

Modified: gnucash/branches/goffice-update/lib/goffice-0.0.4/tests/Makefile.am
===================================================================
--- gnucash/branches/goffice-update/lib/goffice-0.0.4/tests/Makefile.am	2005-11-20 19:03:18 UTC (rev 11992)
+++ gnucash/branches/goffice-update/lib/goffice-0.0.4/tests/Makefile.am	2005-11-20 20:33:25 UTC (rev 11993)
@@ -3,5 +3,5 @@
 include $(top_srcdir)/lib/goffice-0.0.4/goffice.mk
 
 AM_CFLAGS = $(GOFFICE_DEPS_CFLAGS)
-AM_LDFLAGS = $(GOFFICE_DEPS_LIBS) ../goffice/libgoffice-1.la
+AM_LDFLAGS += $(GOFFICE_DEPS_LIBS) ../goffice/libgoffice-1.la
 pie_demo_SOURCES = pie-demo.c

Deleted: gnucash/branches/goffice-update/lib/libgsf-1.12.3/gsf-config.h.in
===================================================================
--- gnucash/branches/goffice-update/lib/libgsf-1.12.3/gsf-config.h.in	2005-11-20 19:03:18 UTC (rev 11992)
+++ gnucash/branches/goffice-update/lib/libgsf-1.12.3/gsf-config.h.in	2005-11-20 20:33:25 UTC (rev 11993)
@@ -1,124 +0,0 @@
-/* gsf-config.h.in.  Generated from configure.in by autoheader.  */
-
-/* always defined to indicate that i18n is enabled */
-#undef ENABLE_NLS
-
-/* Gettext package. */
-#undef GETTEXT_PACKAGE
-
-/* Define to 1 if you have the `bind_textdomain_codeset' function. */
-#undef HAVE_BIND_TEXTDOMAIN_CODESET
-
-/* Conditionally include glib-2.0 > 2.4 functionality. */
-#undef HAVE_GLIB26
-
-/* Is bzip2 available and enabled */
-#undef HAVE_BZ2
-
-/* Define to 1 if you have the `chown' function. */
-#undef HAVE_CHOWN
-
-/* Define to 1 if you have the `dcgettext' function. */
-#undef HAVE_DCGETTEXT
-
-/* Define to 1 if you have the <dlfcn.h> header file. */
-#undef HAVE_DLFCN_H
-
-/* Define to 1 if you have the <fcntl.h> header file. */
-#undef HAVE_FCNTL_H
-
-/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
-#undef HAVE_FSEEKO
-
-/* Define to 1 if you have the `getpagesize' function. */
-#undef HAVE_GETPAGESIZE
-
-/* Define if the GNU gettext() function is already present or preinstalled. */
-#undef HAVE_GETTEXT
-
-/* Define if g_access is available as macro or function */
-#undef HAVE_G_ACCESS
-
-/* Define if g_chmod is available as macro or function */
-#undef HAVE_G_CHMOD
-
-/* Define to 1 if you have the <inttypes.h> header file. */
-#undef HAVE_INTTYPES_H
-
-/* Define to 1 if you have the <io.h> header file. */
-#undef HAVE_IO_H
-
-/* Define if your <locale.h> file defines LC_MESSAGES. */
-#undef HAVE_LC_MESSAGES
-
-/* Define to 1 if you have the <locale.h> header file. */
-#undef HAVE_LOCALE_H
-
-/* Define to 1 if you have the <malloc.h> header file. */
-#undef HAVE_MALLOC_H
-
-/* Define to 1 if you have the <memory.h> header file. */
-#undef HAVE_MEMORY_H
-
-/* Define to 1 if you have a working `mmap' system call. */
-#undef HAVE_MMAP
-
-/* Define to 1 if you have the <stdint.h> header file. */
-#undef HAVE_STDINT_H
-
-/* Define to 1 if you have the <stdlib.h> header file. */
-#undef HAVE_STDLIB_H
-
-/* Define to 1 if you have the <strings.h> header file. */
-#undef HAVE_STRINGS_H
-
-/* Define to 1 if you have the <string.h> header file. */
-#undef HAVE_STRING_H
-
-/* Define to 1 if you have the <sys/stat.h> header file. */
-#undef HAVE_SYS_STAT_H
-
-/* Define to 1 if you have the <sys/types.h> header file. */
-#undef HAVE_SYS_TYPES_H
-
-/* Define to 1 if you have the <unistd.h> header file. */
-#undef HAVE_UNISTD_H
-
-/* Name of package */
-#undef PACKAGE
-
-/* Define to the address where bug reports for this package should be sent. */
-#undef PACKAGE_BUGREPORT
-
-/* Define to the full name of this package. */
-#undef PACKAGE_NAME
-
-/* Define to the full name and version of this package. */
-#undef PACKAGE_STRING
-
-/* Define to the one symbol short name of this package. */
-#undef PACKAGE_TARNAME
-
-/* Define to the version of this package. */
-#undef PACKAGE_VERSION
-
-/* Define to 1 if you have the ANSI C header files. */
-#undef STDC_HEADERS
-
-/* Define S_ISREG if stat.h doesn't */
-#undef S_ISREG
-
-/* Version number of package */
-#undef VERSION
-
-/* Number of bits in a file offset, on hosts where this is settable. */
-#undef _FILE_OFFSET_BITS
-
-/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
-#undef _LARGEFILE_SOURCE
-
-/* Define for large files, on AIX-style hosts. */
-#undef _LARGE_FILES
-
-/* Define to `int' if <sys/types.h> does not define. */
-#undef mode_t



More information about the gnucash-changes mailing list