[Gnucash-changes] r11814 - gnucash/branches/cashutil - Adjusting makefiles for new library name

Neil Williams codehelp at cvs.gnucash.org
Thu Nov 3 11:11:41 EST 2005


Author: codehelp
Date: 2005-11-03 11:11:38 -0500 (Thu, 03 Nov 2005)
New Revision: 11814

Modified:
   gnucash/branches/cashutil/ChangeLog
   gnucash/branches/cashutil/Makefile.am
   gnucash/branches/cashutil/autogen.sh
   gnucash/branches/cashutil/configure.in
   gnucash/branches/cashutil/lib/guile-www/
   gnucash/branches/cashutil/ltmain.sh
   gnucash/branches/cashutil/macros/autogen.sh
   gnucash/branches/cashutil/src/app-utils/
   gnucash/branches/cashutil/src/backend/file/test/Makefile.am
   gnucash/branches/cashutil/src/business/business-core/
   gnucash/branches/cashutil/src/business/business-core/Makefile.am
   gnucash/branches/cashutil/src/business/business-core/test/Makefile.am
   gnucash/branches/cashutil/src/business/business-gnome/
   gnucash/branches/cashutil/src/business/business-utils/
   gnucash/branches/cashutil/src/business/dialog-tax-table/
   gnucash/branches/cashutil/src/core-utils/
   gnucash/branches/cashutil/src/engine/
   gnucash/branches/cashutil/src/engine/Makefile.am
   gnucash/branches/cashutil/src/engine/test/Makefile.am
   gnucash/branches/cashutil/src/gnc-module/
   gnucash/branches/cashutil/src/gnome-utils/
   gnucash/branches/cashutil/src/gnome-utils/test/Makefile.am
   gnucash/branches/cashutil/src/gnome/
   gnucash/branches/cashutil/src/import-export/
   gnucash/branches/cashutil/src/register/register-core/
   gnucash/branches/cashutil/src/report/report-gnome/
   gnucash/branches/cashutil/src/scm/
Log:
Adjusting makefiles for new library name

Modified: gnucash/branches/cashutil/ChangeLog
===================================================================
--- gnucash/branches/cashutil/ChangeLog	2005-11-03 16:10:08 UTC (rev 11813)
+++ gnucash/branches/cashutil/ChangeLog	2005-11-03 16:11:38 UTC (rev 11814)
@@ -1,3 +1,19 @@
+2005-11-03  Neil Williams  <linux at codehelp.co.uk>
+
+	* Cashutil branch :
+	New cashobjects	library
+	* src/backend/file/test/Makefile.am : 
+	* src/business/business-core/test/Makefile.am :
+	* src/business/business-core/Makefile.am :
+	* src/gnome-utils/test/Makefile.am :
+	* src/engine/Makefile.am :
+	* src/engine/test/Makefile.am :
+	
+	* macros/autogen.sh : Temporary - trying to chain
+	cashutil autogen onto this one.
+	* configure.in : Enable cashutil build.
+	* Makefile.am : conditional support.
+	
 2005-11-02  David Hampton  <hampton at employees.org>
 
 	* src/import-export/qif-import/qif.glade:

Modified: gnucash/branches/cashutil/Makefile.am
===================================================================
--- gnucash/branches/cashutil/Makefile.am	2005-11-03 16:10:08 UTC (rev 11813)
+++ gnucash/branches/cashutil/Makefile.am	2005-11-03 16:11:38 UTC (rev 11814)
@@ -1,7 +1,7 @@
 if BUILD_CASHUTIL
-cashutil_dir=cashutil
+cashutil_dir=
 else
-cashutil_dir=
+cashutil_dir= cashutil
 endif
 
 SUBDIRS = doc lib src intl-scm po rpm accounts ${cashutil_dir}

Modified: gnucash/branches/cashutil/autogen.sh
===================================================================
--- gnucash/branches/cashutil/autogen.sh	2005-11-03 16:10:08 UTC (rev 11813)
+++ gnucash/branches/cashutil/autogen.sh	2005-11-03 16:11:38 UTC (rev 11814)
@@ -16,3 +16,4 @@
 
 USE_GNOME2_MACROS=1
 . $srcdir/macros/autogen.sh
+

Modified: gnucash/branches/cashutil/configure.in
===================================================================
--- gnucash/branches/cashutil/configure.in	2005-11-03 16:10:08 UTC (rev 11813)
+++ gnucash/branches/cashutil/configure.in	2005-11-03 16:11:38 UTC (rev 11814)
@@ -177,16 +177,7 @@
 update to latest  darwin])
 		;;
 	darwin*)
-     dnl Use fink under MacOS X to find popt
-     AC_MSG_CHECKING(for fink support)
-     if test -d "/sw/lib" -a -d "/sw/include"; then
-        AM_CFLAGS="$AM_CFLAGS -I/sw/include"
-        LDFLAGS="$LDFLAGS -L/sw/lib"
-        AC_MSG_RESULT(yes)
-    else
-        AC_MSG_RESULT(no)
-    fi
-    AC_CHECK_HEADERS(popt.h)
+    	AC_CHECK_HEADERS(popt.h)
 		AC_MSG_RESULT([yes, patching libtool to always build dylibs])
 		mv libtool libtool.old
 		sed -e 's/^deplibs_check_method.*/deplibs_check_method=pass_all/g' \
@@ -403,21 +394,21 @@
 fi
 AC_MSG_CHECKING([for QOF, version >= $QOF_REQUIRED])
 if test "$withval" != "yes"; then
-        QOF=`$PKG_CONFIG --exists '$withval/lib/pkgconfig/qof-1.pc >= $QOF_REQUIRED'`
-        QOF_LIBS=`$PKG_CONFIG --libs $withval/lib/pkgconfig/qof-1.pc`
-        QOF_CFLAGS=`$PKG_CONFIG --cflags $withval/lib/pkgconfig/qof-1.pc`
-        QOF_VERSION=`$PKG_CONFIG --modversion $withval/lib/pkgconfig/qof-1.pc`
-        QOF_PREFIX=`$PKG_CONFIG --variable=prefix $withval/lib/pkgconfig/qof-1.pc`
-        QOF_LIB_DIR=`$PKG_CONFIG --variable=libdir $withval/lib/pkgconfig/qof-1.pc`
-        QOF_XML_DIR=`$PKG_CONFIG --variable=xmldir $withval/lib/pkgconfig/qof-1.pc`
+        QOF=`$PKG_CONFIG --silence-errors --exists '$withval/lib/pkgconfig/qof-1.pc >= $QOF_REQUIRED'`
+        QOF_LIBS=`$PKG_CONFIG --silence-errors --libs $withval/lib/pkgconfig/qof-1.pc`
+        QOF_CFLAGS=`$PKG_CONFIG --silence-errors --cflags $withval/lib/pkgconfig/qof-1.pc`
+        QOF_VERSION=`$PKG_CONFIG --silence-errors --modversion $withval/lib/pkgconfig/qof-1.pc`
+        QOF_PREFIX=`$PKG_CONFIG --silence-errors --variable=prefix $withval/lib/pkgconfig/qof-1.pc`
+        QOF_LIB_DIR=`$PKG_CONFIG --silence-errors --variable=libdir $withval/lib/pkgconfig/qof-1.pc`
+        QOF_XML_DIR=`$PKG_CONFIG --silence-errors --variable=xmldir $withval/lib/pkgconfig/qof-1.pc`
 else
-        QOF=`$PKG_CONFIG --exists 'qof-1 >= $QOF_REQUIRED'`
-        QOF_LIBS=`$PKG_CONFIG --libs qof-1`
-        QOF_CFLAGS=`$PKG_CONFIG --cflags qof-1`
-        QOF_VERSION=`$PKG_CONFIG --modversion qof-1`
-        QOF_PREFIX=`$PKG_CONFIG --variable=prefix qof-1`
-        QOF_LIB_DIR=`$PKG_CONFIG --variable=libdir qof-1`
-        QOF_XML_DIR=`$PKG_CONFIG --variable=xmldir qof-1`
+        QOF=`$PKG_CONFIG --silence-errors --exists 'qof-1 >= $QOF_REQUIRED'`
+        QOF_LIBS=`$PKG_CONFIG --silence-errors --libs qof-1`
+        QOF_CFLAGS=`$PKG_CONFIG --silence-errors --cflags qof-1`
+        QOF_VERSION=`$PKG_CONFIG --silence-errors --modversion qof-1`
+        QOF_PREFIX=`$PKG_CONFIG --silence-errors --variable=prefix qof-1`
+        QOF_LIB_DIR=`$PKG_CONFIG --silence-errors --variable=libdir qof-1`
+        QOF_XML_DIR=`$PKG_CONFIG --silence-errors --variable=xmldir qof-1`
 fi
 if test x$QOF_XML_DIR = x; then
         AC_MSG_RESULT([no, will use internal QOF code])
@@ -436,7 +427,7 @@
         AC_MSG_RESULT([yes])
 fi
 AM_CONDITIONAL(USE_LIBQOF, [test x$HAVE_LIBQOF != x])
-AM_CONDITIONAL(USE_LIBQOF, [test $HAVE_LIBQOF = "use_internal"])
+AM_CONDITIONAL(USE_LIBQOF, [test "$HAVE_LIBQOF" = "use_internal"])
 AC_SUBST(USE_LIBQOF)
 AC_SUBST(QOF_CFLAGS)
 AC_SUBST(QOF_LIBS)
@@ -1135,6 +1126,7 @@
                 AC_DEFINE(MAKE_CASHUTIL,,Skip cashutil))
 
 AM_CONDITIONAL(BUILD_CASHUTIL, test "$MAKE_CASHUTIL" = "yes")
+AM_CONDITIONAL(BUILD_XML, test "$MAKE_CASHUTIL" = "yes")
 
 ###-------------------------------------------------------------------------
 ### Stuff from Mac OS X Port
@@ -1290,6 +1282,12 @@
           accounts/pt_PT/Makefile
           accounts/sk/Makefile
           accounts/tr_TR/Makefile
+          cashutil/Makefile
+          cashutil/src/Makefile
+          cashutil/doc/Makefile
+          cashutil/doc/xml/Makefile
+          cashutil/doc/man/Makefile
+          cashutil/po/Makefile.in
           doc/Makefile
           doc/examples/Makefile
           intl-scm/Makefile
@@ -1335,12 +1333,6 @@
           src/core-utils/Makefile
           src/calculation/Makefile 
           src/calculation/test/Makefile 
-          cashutil/Makefile
-          cashutil/src/Makefile
-          cashutil/doc/Makefile
-          cashutil/doc/xml/Makefile
-          cashutil/doc/man/Makefile
-          cashutil/po/Makefile.in
           src/doc/Makefile
           src/doc/design/Makefile
           src/doc/xml/Makefile


Property changes on: gnucash/branches/cashutil/lib/guile-www
___________________________________________________________________
Name: svn:ignore
   - .scm-links
Makefile
Makefile.in
config.cache
config.log
config.status
   + .scm-links
Makefile
Makefile.in
config.cache
config.log
config.status
www



Modified: gnucash/branches/cashutil/ltmain.sh
===================================================================
--- gnucash/branches/cashutil/ltmain.sh	2005-11-03 16:10:08 UTC (rev 11813)
+++ gnucash/branches/cashutil/ltmain.sh	2005-11-03 16:11:38 UTC (rev 11814)
@@ -43,8 +43,8 @@
 
 PROGRAM=ltmain.sh
 PACKAGE=libtool
-VERSION=1.5.16
-TIMESTAMP=" (1.1220.2.235 2005/04/25 18:13:26)"
+VERSION="1.5.20 Debian 1.5.20-2"
+TIMESTAMP=" (1.1220.2.287 2005/08/31 18:54:15)"
 
 # See if we are running on zsh, and set the options which allow our
 # commands through without removal of \ escapes.
@@ -88,14 +88,15 @@
 Xsed="${SED}"' -e 1s/^X//'
 sed_quote_subst='s/\([\\`\\"$\\\\]\)/\\\1/g'
 # test EBCDIC or ASCII
-case `echo A|tr A '\301'` in
- A) # EBCDIC based system
-  SP2NL="tr '\100' '\n'"
-  NL2SP="tr '\r\n' '\100\100'"
+case `echo X|tr X '\101'` in
+ A) # ASCII based system
+    # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
+  SP2NL='tr \040 \012'
+  NL2SP='tr \015\012 \040\040'
   ;;
- *) # Assume ASCII based system
-  SP2NL="tr '\040' '\012'"
-  NL2SP="tr '\015\012' '\040\040'"
+ *) # EBCDIC based system
+  SP2NL='tr \100 \n'
+  NL2SP='tr \r\n \100\100'
   ;;
 esac
 
@@ -133,7 +134,6 @@
 execute_dlfiles=
 lo2o="s/\\.lo\$/.${objext}/"
 o2lo="s/\\.${objext}\$/.lo/"
-quote_scanset='[[~#^*{};<>?'"'"' 	]'
 
 #####################################
 # Shell function definitions:
@@ -192,7 +192,7 @@
       CC_quoted=
       for arg in $CC; do
 	case $arg in
-	  *$quote_scanset* | *]* | *\|* | *\&* | *\(* | *\)* | "")
+	  *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \	]*|*]*|"")
 	  arg="\"$arg\""
 	  ;;
 	esac
@@ -213,7 +213,7 @@
 	    for arg in $CC; do
 	    # Double-quote args containing other shell metacharacters.
 	    case $arg in
-	      *$quote_scanset* | *]* | *\|* | *\&* | *\(* | *\)* | "")
+	      *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \	]*|*]*|"")
 	      arg="\"$arg\""
 	      ;;
 	    esac
@@ -337,7 +337,7 @@
  	    func_extract_an_archive "$my_xdir" "$my_xabs"
 	  fi # $darwin_arches
 	fi # $run
-      ;;
+	;;
       *)
         func_extract_an_archive "$my_xdir" "$my_xabs"
         ;;
@@ -576,7 +576,7 @@
 
     for arg
     do
-      case "$arg_mode" in
+      case $arg_mode in
       arg  )
 	# do not "continue".  Instead, add this to base_compile
 	lastarg="$arg"
@@ -627,7 +627,7 @@
 	    # Many Bourne shells cannot handle close brackets correctly
 	    # in scan sets, so we specify it separately.
 	    case $arg in
-	      *$quote_scanset* | *]* | *\|* | *\&* | *\(* | *\)* | "")
+	      *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \	]*|*]*|"")
 	      arg="\"$arg\""
 	      ;;
 	    esac
@@ -662,7 +662,7 @@
       # in scan sets (worked around with variable expansion),
       # and furthermore cannot handle '|' '&' '(' ')' in scan sets 
       # at all, so we specify them separately.
-      *$quote_scanset* | *]* | *\|* | *\&* | *\(* | *\)* | "")
+      *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \	]*|*]*|"")
 	lastarg="\"$lastarg\""
 	;;
       esac
@@ -737,13 +737,12 @@
 
     qlibobj=`$echo "X$libobj" | $Xsed -e "$sed_quote_subst"`
     case $qlibobj in
-      *$quote_scanset* | *]* | *\|* | *\&* | *\(* | *\)* | "")
+      *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \	]*|*]*|"")
 	qlibobj="\"$qlibobj\"" ;;
     esac
-    if test "X$libobj" != "X$qlibobj"; then
-	$echo "$modename: libobj name \`$libobj' may not contain shell special characters."
-	exit $EXIT_FAILURE
-    fi
+    test "X$libobj" != "X$qlibobj" \
+	&& $echo "X$libobj" | grep '[]~#^*{};<>?"'"'"' 	&()|`$[]' \
+	&& $echo "$modename: libobj name \`$libobj' may not contain shell special characters."
     objname=`$echo "X$obj" | $Xsed -e 's%^.*/%%'`
     xdir=`$echo "X$obj" | $Xsed -e 's%/[^/]*$%%'`
     if test "X$xdir" = "X$obj"; then
@@ -824,7 +823,7 @@
     fi
     qsrcfile=`$echo "X$srcfile" | $Xsed -e "$sed_quote_subst"`
     case $qsrcfile in
-      *$quote_scanset* | *]* | *\|* | *\&* | *\(* | *\)* | "")
+      *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \	]*|*]*|"")
       qsrcfile="\"$qsrcfile\"" ;;
     esac
 
@@ -1111,7 +1110,7 @@
       arg="$1"
       shift
       case $arg in
-      *$quote_scanset* | *]* | *\|* | *\&* | *\(* | *\)* | "")
+      *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \	]*|*]*|"")
 	qarg=\"`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`\" ### testsuite: skip nested quoting test
 	;;
       *) qarg=$arg ;;
@@ -1357,6 +1356,8 @@
 	  ;;
         darwin_framework)
 	  compiler_flags="$compiler_flags $arg"
+	  compile_command="$compile_command $arg"
+	  finalize_command="$finalize_command $arg"
 	  prev=
 	  continue
 	  ;;
@@ -1418,9 +1419,11 @@
 	continue
 	;;
 
-      -framework)
+      -framework|-arch)
         prev=darwin_framework
         compiler_flags="$compiler_flags $arg"
+	compile_command="$compile_command $arg"
+	finalize_command="$finalize_command $arg"
         continue
         ;;
 
@@ -1539,7 +1542,7 @@
 	# to be aesthetically quoted because they are evaled later.
 	arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
 	case $arg in
-	*$quote_scanset* | *]* | *\|* | *\&* | *\(* | *\)* | "")
+	*[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \	]*|*]*|"")
 	  arg="\"$arg\""
 	  ;;
 	esac
@@ -1655,7 +1658,7 @@
 	for flag in $args; do
 	  IFS="$save_ifs"
 	  case $flag in
-	    *$quote_scanset* | *]* | *\|* | *\&* | *\(* | *\)* | "")
+	    *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \	]*|*]*|"")
 	    flag="\"$flag\""
 	    ;;
 	  esac
@@ -1673,7 +1676,7 @@
 	for flag in $args; do
 	  IFS="$save_ifs"
 	  case $flag in
-	    *$quote_scanset* | *]* | *\|* | *\&* | *\(* | *\)* | "")
+	    *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \	]*|*]*|"")
 	    flag="\"$flag\""
 	    ;;
 	  esac
@@ -1706,7 +1709,7 @@
 	# to be aesthetically quoted because they are evaled later.
 	arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
 	case $arg in
-	*$quote_scanset* | *]* | *\|* | *\&* | *\(* | *\)* | "")
+	*[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \	]*|*]*|"")
 	  arg="\"$arg\""
 	  ;;
 	esac
@@ -1840,7 +1843,7 @@
 	# to be aesthetically quoted because they are evaled later.
 	arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
 	case $arg in
-	*$quote_scanset* | *]* | *\|* | *\&* | *\(* | *\)* | "")
+	*[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \	]*|*]*|"")
 	  arg="\"$arg\""
 	  ;;
 	esac
@@ -1990,7 +1993,10 @@
 	case $pass in
 	dlopen) libs="$dlfiles" ;;
 	dlpreopen) libs="$dlprefiles" ;;
-	link) libs="$deplibs %DEPLIBS% $dependency_libs" ;;
+	link)
+	  libs="$deplibs %DEPLIBS%"
+	  test "X$link_all_deplibs" != Xno && libs="$libs $dependency_libs"
+	  ;;
 	esac
       fi
       if test "$pass" = dlopen; then
@@ -2405,7 +2411,7 @@
 	      case "$temp_rpath " in
 	      *" $dir "*) ;;
 	      *" $absdir "*) ;;
-	      *) temp_rpath="$temp_rpath $dir" ;;
+	      *) temp_rpath="$temp_rpath $absdir" ;;
 	      esac
 	    fi
 
@@ -2591,7 +2597,7 @@
 		add_dir="-L$dir"
 		# Try looking first in the location we're being installed to.
 		if test -n "$inst_prefix_dir"; then
-		  case "$libdir" in
+		  case $libdir in
 		    [\\/]*)
 		      add_dir="$add_dir -L$inst_prefix_dir$libdir"
 		      ;;
@@ -2664,7 +2670,7 @@
 	      add_dir="-L$libdir"
 	      # Try looking first in the location we're being installed to.
 	      if test -n "$inst_prefix_dir"; then
-		case "$libdir" in
+		case $libdir in
 		  [\\/]*)
 		    add_dir="$add_dir -L$inst_prefix_dir$libdir"
 		    ;;
@@ -2725,8 +2731,6 @@
 	      fi
 	    fi
 	  else
-	    convenience="$convenience $dir/$old_library"
-	    old_convenience="$old_convenience $dir/$old_library"
 	    deplibs="$dir/$old_library $deplibs"
 	    link_static=yes
 	  fi
@@ -3103,6 +3107,11 @@
 	    age="$number_minor"
 	    revision="$number_minor"
 	    ;;
+	  *)
+	    $echo "$modename: unknown library version type \`$version_type'" 1>&2
+	    $echo "Fatal configuration error.  See the $PACKAGE docs for more information." 1>&2
+	    exit $EXIT_FAILURE
+	    ;;
 	  esac
 	  ;;
 	no)
@@ -3416,7 +3425,7 @@
 	  if test "$?" -eq 0 ; then
 	    ldd_output=`ldd conftest`
 	    for i in $deplibs; do
-	      name="`expr $i : '-l\(.*\)'`"
+	      name=`expr $i : '-l\(.*\)'`
 	      # If $name is empty we are operating on a -L argument.
               if test "$name" != "" && test "$name" -ne "0"; then
 		if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
@@ -3453,7 +3462,7 @@
 	    # Error occurred in the first compile.  Let's try to salvage
 	    # the situation: Compile a separate program for each library.
 	    for i in $deplibs; do
-	      name="`expr $i : '-l\(.*\)'`"
+	      name=`expr $i : '-l\(.*\)'`
 	      # If $name is empty we are operating on a -L argument.
               if test "$name" != "" && test "$name" != "0"; then
 		$rm conftest
@@ -3505,7 +3514,7 @@
 	  set dummy $deplibs_check_method
 	  file_magic_regex=`expr "$deplibs_check_method" : "$2 \(.*\)"`
 	  for a_deplib in $deplibs; do
-	    name="`expr $a_deplib : '-l\(.*\)'`"
+	    name=`expr $a_deplib : '-l\(.*\)'`
 	    # If $name is empty we are operating on a -L argument.
             if test "$name" != "" && test  "$name" != "0"; then
 	      if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
@@ -3574,7 +3583,7 @@
 	  set dummy $deplibs_check_method
 	  match_pattern_regex=`expr "$deplibs_check_method" : "$2 \(.*\)"`
 	  for a_deplib in $deplibs; do
-	    name="`expr $a_deplib : '-l\(.*\)'`"
+	    name=`expr $a_deplib : '-l\(.*\)'`
 	    # If $name is empty we are operating on a -L argument.
 	    if test -n "$name" && test "$name" != "0"; then
 	      if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
@@ -3815,6 +3824,9 @@
 	        # The command line is too long to execute in one step.
 	        $show "using reloadable object file for export list..."
 	        skipped_export=:
+		# Break out early, otherwise skipped_export may be
+		# set to false by a later but shorter cmd.
+		break
 	      fi
 	    done
 	    IFS="$save_ifs"
@@ -3884,7 +3896,8 @@
 	  fi
 	fi
 
-	if test "X$skipped_export" != "X:" && len=`expr "X$test_cmds" : ".*"` &&
+	if test "X$skipped_export" != "X:" &&
+	   len=`expr "X$test_cmds" : ".*" 2>/dev/null` &&
 	   test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then
 	  :
 	else
@@ -3919,7 +3932,7 @@
 	  do
 	    eval test_cmds=\"$reload_cmds $objlist $last_robj\"
 	    if test "X$objlist" = X ||
-	       { len=`expr "X$test_cmds" : ".*"` &&
+	       { len=`expr "X$test_cmds" : ".*" 2>/dev/null` &&
 		 test "$len" -le "$max_cmd_len"; }; then
 	      objlist="$objlist $obj"
 	    else
@@ -4009,13 +4022,30 @@
 	  IFS="$save_ifs"
 	  eval cmd=\"$cmd\"
 	  $show "$cmd"
-	  $run eval "$cmd" || exit $?
+	  $run eval "$cmd" || {
+	    lt_exit=$?
+
+	    # Restore the uninstalled library and exit
+	    if test "$mode" = relink; then
+	      $run eval '(cd $output_objdir && $rm ${realname}T && $mv ${realname}U $realname)'
+	    fi
+
+	    exit $lt_exit
+	  }
 	done
 	IFS="$save_ifs"
 
 	# Restore the uninstalled library and exit
 	if test "$mode" = relink; then
 	  $run eval '(cd $output_objdir && $rm ${realname}T && $mv $realname ${realname}T && $mv "$realname"U $realname)' || exit $?
+
+	  if test -n "$convenience"; then
+	    if test -z "$whole_archive_flag_spec"; then
+	      $show "${rm}r $gentop"
+	      $run ${rm}r "$gentop"
+	    fi
+	  fi
+
 	  exit $EXIT_SUCCESS
 	fi
 
@@ -4360,7 +4390,7 @@
 	    if test -z "$export_symbols"; then
 	      export_symbols="$output_objdir/$outputname.exp"
 	      $run $rm $export_symbols
-	      $run eval "${SED} -n -e '/^: @PROGRAM@$/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbols"'
+	      $run eval "${SED} -n -e '/^: @PROGRAM@ $/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbols"'
 	    else
 	      $run eval "${SED} -e 's/\([ ][.*^$]\)/\\\1/g' -e 's/^/ /' -e 's/$/$/'"' < "$export_symbols" > "$output_objdir/$outputname.exp"'
 	      $run eval 'grep -f "$output_objdir/$outputname.exp" < "$nlist" > "$nlist"T'
@@ -4762,6 +4792,7 @@
 EOF
 
 	    cat >> $cwrappersource <<"EOF"
+  return 127;
 }
 
 void *
@@ -5025,13 +5056,13 @@
 	# Backslashes separate directories on plain windows
 	*-*-mingw | *-*-os2*)
 	  $echo >> $output "\
-      exec \$progdir\\\\\$program \${1+\"\$@\"}
+      exec \"\$progdir\\\\\$program\" \${1+\"\$@\"}
 "
 	  ;;
 
 	*)
 	  $echo >> $output "\
-      exec \$progdir/\$program \${1+\"\$@\"}
+      exec \"\$progdir/\$program\" \${1+\"\$@\"}
 "
 	  ;;
 	esac
@@ -5041,7 +5072,7 @@
     fi
   else
     # The program doesn't exist.
-    \$echo \"\$0: error: \$progdir/\$program does not exist\" 1>&2
+    \$echo \"\$0: error: \\\`\$progdir/\$program' does not exist\" 1>&2
     \$echo \"This script is just a wrapper for \$program.\" 1>&2
     $echo \"See the $PACKAGE documentation for more information.\" 1>&2
     exit $EXIT_FAILURE
@@ -5164,7 +5195,7 @@
 	    oldobjs="$objlist $obj"
 	    objlist="$objlist $obj"
 	    eval test_cmds=\"$old_archive_cmds\"
-	    if len=`expr "X$test_cmds" : ".*"` &&
+	    if len=`expr "X$test_cmds" : ".*" 2>/dev/null` &&
 	       test "$len" -le "$max_cmd_len"; then
 	      :
 	    else
@@ -5361,11 +5392,11 @@
     # install_prog (especially on Windows NT).
     if test "$nonopt" = "$SHELL" || test "$nonopt" = /bin/sh ||
        # Allow the use of GNU shtool's install command.
-       $echo "X$nonopt" | $Xsed | grep shtool > /dev/null; then
+       $echo "X$nonopt" | grep shtool > /dev/null; then
       # Aesthetically quote it.
       arg=`$echo "X$nonopt" | $Xsed -e "$sed_quote_subst"`
       case $arg in
-      *$quote_scanset* | *]* | *\|* | *\&* | *\(* | *\)* | "")
+      *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \	]*|*]*|"")
 	arg="\"$arg\""
 	;;
       esac
@@ -5374,14 +5405,14 @@
       shift
     else
       install_prog=
-      arg="$nonopt"
+      arg=$nonopt
     fi
 
     # The real first argument should be the name of the installation program.
     # Aesthetically quote it.
     arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
     case $arg in
-    *$quote_scanset* | *]* | *\|* | *\&* | *\(* | *\)* | "")
+    *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \	]*|*]*|"")
       arg="\"$arg\""
       ;;
     esac
@@ -5399,28 +5430,31 @@
     do
       if test -n "$dest"; then
 	files="$files $dest"
-	dest="$arg"
+	dest=$arg
 	continue
       fi
 
       case $arg in
       -d) isdir=yes ;;
-      -f) prev="-f" ;;
-      -g) prev="-g" ;;
-      -m) prev="-m" ;;
-      -o) prev="-o" ;;
+      -f) 
+      	case " $install_prog " in
+	*[\\\ /]cp\ *) ;;
+	*) prev=$arg ;;
+	esac
+	;;
+      -g | -m | -o) prev=$arg ;;
       -s)
 	stripme=" -s"
 	continue
 	;;
-      -*) ;;
-
+      -*)
+	;;
       *)
 	# If the previous option needed an argument, then skip it.
 	if test -n "$prev"; then
 	  prev=
 	else
-	  dest="$arg"
+	  dest=$arg
 	  continue
 	fi
 	;;
@@ -5429,7 +5463,7 @@
       # Aesthetically quote the argument.
       arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
       case $arg in
-      *$quote_scanset* | *]* | *\|* | *\&* | *\(* | *\)* | "")
+      *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \	]*|*]*|"")
 	arg="\"$arg\""
 	;;
       esac
@@ -5598,11 +5632,14 @@
 
 	  if test "$#" -gt 0; then
 	    # Delete the old symlinks, and create new ones.
+	    # Try `ln -sf' first, because the `ln' binary might depend on
+	    # the symlink we replace!  Solaris /bin/ln does not understand -f,
+	    # so we also need to try rm && ln -s.
 	    for linkname
 	    do
 	      if test "$linkname" != "$realname"; then
-		$show "(cd $destdir && $rm $linkname && $LN_S $realname $linkname)"
-		$run eval "(cd $destdir && $rm $linkname && $LN_S $realname $linkname)"
+                $show "(cd $destdir && { $LN_S -f $realname $linkname || { $rm $linkname && $LN_S $realname $linkname; }; })"
+                $run eval "(cd $destdir && { $LN_S -f $realname $linkname || { $rm $linkname && $LN_S $realname $linkname; }; })"
 	      fi
 	    done
 	  fi
@@ -5615,7 +5652,16 @@
 	    IFS="$save_ifs"
 	    eval cmd=\"$cmd\"
 	    $show "$cmd"
-	    $run eval "$cmd" || exit $?
+	    $run eval "$cmd" || {
+	      lt_exit=$?
+
+	      # Restore the uninstalled library and exit
+	      if test "$mode" = relink; then
+		$run eval '(cd $output_objdir && $rm ${realname}T && $mv ${realname}U $realname)'
+	      fi
+
+	      exit $lt_exit
+	    }
 	  done
 	  IFS="$save_ifs"
 	fi
@@ -5709,17 +5755,15 @@
 	  notinst_deplibs=
 	  relink_command=
 
-	  # To insure that "foo" is sourced, and not "foo.exe",
-	  # finese the cygwin/MSYS system by explicitly sourcing "foo."
-	  # which disallows the automatic-append-.exe behavior.
-	  case $build in
-	  *cygwin* | *mingw*) wrapperdot=${wrapper}. ;;
-	  *) wrapperdot=${wrapper} ;;
-	  esac
+	  # Note that it is not necessary on cygwin/mingw to append a dot to
+	  # foo even if both foo and FILE.exe exist: automatic-append-.exe
+	  # behavior happens only for exec(3), not for open(2)!  Also, sourcing
+	  # `FILE.' does not work on cygwin managed mounts.
+	  #
 	  # If there is no directory component, then add one.
-	  case $file in
-	  */* | *\\*) . ${wrapperdot} ;;
-	  *) . ./${wrapperdot} ;;
+	  case $wrapper in
+	  */* | *\\*) . ${wrapper} ;;
+	  *) . ./${wrapper} ;;
 	  esac
 
 	  # Check the variables that should have been set.
@@ -5747,17 +5791,15 @@
 	  done
 
 	  relink_command=
-	  # To insure that "foo" is sourced, and not "foo.exe",
-	  # finese the cygwin/MSYS system by explicitly sourcing "foo."
-	  # which disallows the automatic-append-.exe behavior.
-	  case $build in
-	  *cygwin* | *mingw*) wrapperdot=${wrapper}. ;;
-	  *) wrapperdot=${wrapper} ;;
-	  esac
+	  # Note that it is not necessary on cygwin/mingw to append a dot to
+	  # foo even if both foo and FILE.exe exist: automatic-append-.exe
+	  # behavior happens only for exec(3), not for open(2)!  Also, sourcing
+	  # `FILE.' does not work on cygwin managed mounts.
+	  #
 	  # If there is no directory component, then add one.
-	  case $file in
-	  */* | *\\*) . ${wrapperdot} ;;
-	  *) . ./${wrapperdot} ;;
+	  case $wrapper in
+	  */* | *\\*) . ${wrapper} ;;
+	  *) . ./${wrapper} ;;
 	  esac
 
 	  outputname=
@@ -5798,7 +5840,7 @@
 	fi
 
 	# remove .exe since cygwin /usr/bin/install will append another
-	# one anyways
+	# one anyway 
 	case $install_prog,$host in
 	*/usr/bin/install*,*cygwin*)
 	  case $file:$destfile in

Modified: gnucash/branches/cashutil/macros/autogen.sh
===================================================================
--- gnucash/branches/cashutil/macros/autogen.sh	2005-11-03 16:10:08 UTC (rev 11813)
+++ gnucash/branches/cashutil/macros/autogen.sh	2005-11-03 16:11:38 UTC (rev 11814)
@@ -287,6 +287,71 @@
   fi
 done
 
+for coin in `find $srcdir/cashutil -name configure.ac -print`
+do
+  dr=`dirname $coin`
+  if test -f $dr/NO-AUTO-GEN; then
+    echo skipping $dr -- flagged as no auto-gen
+  else
+    echo processing $dr
+    ( cd $dr
+      aclocalinclude="$ACLOCAL_FLAGS -I m4"
+
+      if grep "^AM_GLIB_GNU_GETTEXT" configure.ac >/dev/null; then
+        if grep "sed.*POTFILES" cashutil/configure.ac >/dev/null; then
+          : do nothing -- we still have an old unmodified configure.ac
+        else
+          echo "Creating $dr/aclocal.m4 ..."
+          test -r $dr/aclocal.m4 || touch $dr/aclocal.m4
+          echo "Running glib-gettextize...  Ignore non-fatal messages."
+          echo "no" | glib-gettextize --force --copy
+          echo "Making $dr/aclocal.m4 writable ..."
+          test -r $dr/aclocal.m4 && chmod u+w $dr/aclocal.m4
+        fi
+      fi
+      if grep "^AM_PROG_LIBTOOL" configure.ac >/dev/null; then
+        if test -z "$NO_LIBTOOLIZE" ; then
+            case "$OSTYPE" in
+                *darwin*)
+                    echo "Running glibtoolize... ($MACHTYPE)"
+                    glibtoolize --force --copy
+                ;;
+                    *)
+                    echo "Running libtoolize..."
+                    libtoolize --force --copy
+                ;;
+            esac
+        fi
+      fi
+     if grep "^AC_PROG_INTLTOOL" configure.ac >/dev/null; then
+        echo "Running intltoolize ..."
+        intltoolize --force --copy --automake
+      fi
+
+      echo "Running aclocal $aclocalinclude ..."
+      $ACLOCAL $aclocalinclude || {
+        echo
+        echo "**Error**: aclocal failed. This may mean that you have not"
+        echo "installed all of the packages you need, or you may need to"
+        echo "set ACLOCAL_FLAGS to include \"-I \$prefix/share/aclocal\""
+        echo "for the prefix where you installed the packages whose"
+        echo "macros were not found"
+        exit 1
+      }
+
+      if grep "^AM_CONFIG_HEADER" configure.ac >/dev/null; then
+        echo "Running autoheader..."
+        $AUTOHEADER || { echo "**Error**: autoheader failed."; exit 1; }
+      fi
+      echo "Running automake --gnu $am_opt ..."
+      $AUTOMAKE --add-missing --gnu $am_opt ||
+        { echo "**Error**: automake failed."; exit 1; }
+      echo "Running autoconf ..."
+      $AUTOCONF || { echo "**Error**: autoconf failed."; exit 1; }
+    ) || exit 1
+  fi
+done
+
 conf_flags="--enable-maintainer-mode --enable-error-on-warning --enable-compile-warnings" # --enable-iso-c
 
 if test x$NOCONFIGURE = x; then


Property changes on: gnucash/branches/cashutil/src/app-utils
___________________________________________________________________
Name: svn:ignore
   - *.la
*.lo
.deps
.libs
.scm-links
Makefile
Makefile.in
gw-app-utils.scm
gw-app-utils.c
gw-app-utils.h
gw-app-utils.html
i18n.h
   + *.la
*.lo
.deps
.libs
.scm-links
Makefile
Makefile.in
gw-app-utils.scm
gw-app-utils.c
gw-app-utils.h
gw-app-utils.html
i18n.h
g-wrapped
gnucash



Modified: gnucash/branches/cashutil/src/backend/file/test/Makefile.am
===================================================================
--- gnucash/branches/cashutil/src/backend/file/test/Makefile.am	2005-11-03 16:10:08 UTC (rev 11813)
+++ gnucash/branches/cashutil/src/backend/file/test/Makefile.am	2005-11-03 16:11:38 UTC (rev 11814)
@@ -214,6 +214,7 @@
 LDADD = ${top_builddir}/src/test-core/libgncmod-test.la \
         ${top_builddir}/src/gnc-module/libgncmodule.la \
         ${top_builddir}/src/engine/libgncmod-engine.la \
+        ${top_builddir}/src/engine/libcashobjects.la \
         ${top_builddir}/src/engine/libgw-engine.la \
         ${top_builddir}/src/engine/libgw-kvp.la \
         ${top_builddir}/src/engine/test-core/libgncmod-test-engine.la \


Property changes on: gnucash/branches/cashutil/src/business/business-core
___________________________________________________________________
Name: svn:ignore
   - *.lo
*.la
.deps
.libs
.scm-links
Makefile
Makefile.in
gw-business-core.c
gw-business-core.h
gw-business-core.html
gw-business-core.scm
.DS_Store
*.loT
   + *.lo
*.la
.deps
.libs
.scm-links
Makefile
Makefile.in
gw-business-core.c
gw-business-core.h
gw-business-core.html
gw-business-core.scm
.DS_Store
*.loT
g-wrapped
gnucash



Modified: gnucash/branches/cashutil/src/business/business-core/Makefile.am
===================================================================
--- gnucash/branches/cashutil/src/business/business-core/Makefile.am	2005-11-03 16:10:08 UTC (rev 11813)
+++ gnucash/branches/cashutil/src/business/business-core/Makefile.am	2005-11-03 16:11:38 UTC (rev 11814)
@@ -3,6 +3,21 @@
 
 pkglib_LTLIBRARIES = libgncmod-business-core.la libgw-business-core.la
 
+lib_LTLIBRARIES = libcashbusobjects.la
+
+libcashbusobjects_la_SOURCES = \
+  gncAddress.c  \
+  gncBillTerm.c \
+  gncCustomer.c \
+  gncEmployee.c \
+  gncEntry.c \
+  gncInvoice.c \
+  gncJob.c \
+  gncVendor.c \
+  gncTaxTable.c \
+  gncOrder.c \
+  gncOwner.c
+
 AM_CFLAGS = \
   -I${top_srcdir}/src \
   -I${top_srcdir}/src/engine \

Modified: gnucash/branches/cashutil/src/business/business-core/test/Makefile.am
===================================================================
--- gnucash/branches/cashutil/src/business/business-core/test/Makefile.am	2005-11-03 16:10:08 UTC (rev 11813)
+++ gnucash/branches/cashutil/src/business/business-core/test/Makefile.am	2005-11-03 16:11:38 UTC (rev 11814)
@@ -13,6 +13,7 @@
   ${top_builddir}/src/gnc-module/libgncmodule.la \
   ${top_builddir}/src/test-core/libgncmod-test.la \
   ${top_builddir}/src/engine/libgncmod-engine.la \
+  ${top_builddir}/src/engine/libcashobjects.la \
   ${top_builddir}/src/engine/libgw-engine.la \
   ../libgncmod-business-core.la \
   ../libgw-business-core.la \


Property changes on: gnucash/branches/cashutil/src/business/business-gnome
___________________________________________________________________
Name: svn:ignore
   - *.la
*.lo
.deps
.libs
.scm-links
Makefile
Makefile.in
gw-business-gnome.c
gw-business-gnome.h
gw-business-gnome.html
gw-business-gnome.scm
.DS_Store
   + *.la
*.lo
.deps
.libs
.scm-links
Makefile
Makefile.in
gw-business-gnome.c
gw-business-gnome.h
gw-business-gnome.html
gw-business-gnome.scm
.DS_Store
gnucash
g-wrapped




Property changes on: gnucash/branches/cashutil/src/business/business-utils
___________________________________________________________________
Name: svn:ignore
   - *.la
*.lo
.deps
.libs
.scm-links
Makefile
Makefile.in
.DS_Store
   + *.la
*.lo
.deps
.libs
.scm-links
Makefile
Makefile.in
.DS_Store
gnucash




Property changes on: gnucash/branches/cashutil/src/business/dialog-tax-table
___________________________________________________________________
Name: svn:ignore
   - *.gladep
*.la
*.lo
.deps
.libs
.scm-links
Makefile
Makefile.in
gw-dialog-tax-table.c
gw-dialog-tax-table.h
gw-dialog-tax-table.html
gw-dialog-tax-table.scm
   + *.gladep
*.la
*.lo
.deps
.libs
.scm-links
Makefile
Makefile.in
gw-dialog-tax-table.c
gw-dialog-tax-table.h
gw-dialog-tax-table.html
gw-dialog-tax-table.scm
gnucash
g-wrapped




Property changes on: gnucash/branches/cashutil/src/core-utils
___________________________________________________________________
Name: svn:ignore
   - *.la
*.lo
.deps
.libs
.scm-links
Makefile
Makefile.in
gw-core-utils.c
gw-core-utils.h
gw-core-utils.html
gw-core-utils.scm
   + *.la
*.lo
.deps
.libs
.scm-links
Makefile
Makefile.in
gw-core-utils.c
gw-core-utils.h
gw-core-utils.html
gw-core-utils.scm
g-wrapped
gnucash




Property changes on: gnucash/branches/cashutil/src/engine
___________________________________________________________________
Name: svn:ignore
   - *.lo
*.la
.deps
.libs
.scm-links
Makefile
Makefile.in
gw-engine.scm
gw-engine.c
gw-engine.h
gw-engine.html
gw-glib.scm
gw-glib.c
gw-glib.h
gw-glib.html
gw-kvp.scm
gw-kvp.c
gw-kvp.h
gw-kvp.html
iso-4217-currencies.c
test-link
.DS_Store
qofla-dir.h
gncla-dir.h
   + *.lo
*.la
.deps
.libs
.scm-links
Makefile
Makefile.in
gw-engine.scm
gw-engine.c
gw-engine.h
gw-engine.html
gw-glib.scm
gw-glib.c
gw-glib.h
gw-glib.html
gw-kvp.scm
gw-kvp.c
gw-kvp.h
gw-kvp.html
iso-4217-currencies.c
test-link
.DS_Store
qofla-dir.h
gncla-dir.h
gnucash
g-wrapped



Modified: gnucash/branches/cashutil/src/engine/Makefile.am
===================================================================
--- gnucash/branches/cashutil/src/engine/Makefile.am	2005-11-03 16:10:08 UTC (rev 11813)
+++ gnucash/branches/cashutil/src/engine/Makefile.am	2005-11-03 16:11:38 UTC (rev 11814)
@@ -1,7 +1,11 @@
 SUBDIRS = . test-core test 
 PWD := $(shell pwd)
 
-pkglib_LTLIBRARIES = libgw-engine.la libgw-kvp.la libgncmod-engine.la
+pkglib_LTLIBRARIES = \
+  libgw-engine.la \
+  libgw-kvp.la \
+  libcashobjects.la \
+  libgncmod-engine.la
 
 AM_CFLAGS = \
 	-I${top_srcdir}/lib/libc \
@@ -108,38 +112,46 @@
 
 endif
 
-libgncmod_engine_la_SOURCES = \
+libcashobjects_la_SOURCES =  \
   Account.c \
+  cap-gains.c \
+  cashobjects.c \
   FreqSpec.c \
-  Recurrence.c \
+  gnc-filepath-utils.c \
+  gnc-lot.c \
+  gnc-commodity.c \
+  gnc-pricedb.c \
   Group.c \
+  messages.c \
   Period.c \
+  policy.c \
   Query.c \
+  Recurrence.c \
   SchedXaction.c \
   SX-book.c \
   SX-ttinfo.c \
   Scrub.c \
   Scrub2.c \
   Scrub3.c \
-  TransLog.c \
   Transaction.c \
-  cap-gains.c \
-  cashobjects.c \
+  TransLog.c
+
+libgncmod_engine_la_SOURCES = \
   gnc-associate-account.c \
   gnc-budget.c \
-  gnc-commodity.c \
   gnc-engine.c \
-  gnc-filepath-utils.c \
   gnc-hooks.c \
   gnc-lot.c \
-  gnc-pricedb.c \
   gnc-session-scm.c \
-  gncmod-engine.c \
-  messages.c \
-  policy.c
+  gncmod-engine.c
 
-EXTRA_libgncmod_engine_la_SOURCES = iso-4217-currencies.c
+EXTRA_libcashobjects_la_SOURCES = iso-4217-currencies.c
 
+libcashobjects_la_LIBADD= \
+  ${GLIB_LIBS} \
+  ${GMODULE_LIBS} \
+  ${QOF_LIBS}
+
 gncincludedir = ${GNC_INCLUDE_DIR}
 gncinclude_HEADERS = \
   Account.h \

Modified: gnucash/branches/cashutil/src/engine/test/Makefile.am
===================================================================
--- gnucash/branches/cashutil/src/engine/test/Makefile.am	2005-11-03 16:10:08 UTC (rev 11813)
+++ gnucash/branches/cashutil/src/engine/test/Makefile.am	2005-11-03 16:11:38 UTC (rev 11814)
@@ -14,6 +14,7 @@
   ${top_builddir}/src/gnc-module/libgncmodule.la \
   ${top_builddir}/src/test-core/libgncmod-test.la \
   ../libgncmod-engine.la \
+  ../libcashobjects.la \
   ../libgw-engine.la \
   ../libgw-kvp.la \
   ../test-core/libgncmod-test-engine.la \
@@ -84,7 +85,7 @@
   test-transaction-voiding
 
 test_link_SOURCES = test-link.c
-test_link_LDADD = ../libgncmod-engine.la ${QOF_LIBS}
+test_link_LDADD = ../libcashobjects.la ../libgncmod-engine.la ${QOF_LIBS}
 
 EXTRA_DIST = \
   test-create-account \


Property changes on: gnucash/branches/cashutil/src/gnc-module
___________________________________________________________________
Name: svn:ignore
   - Makefile
gw-gnc-module.scm
gw-gnc-module.c
gw-gnc-module.h
gw-gnc-module.html
.scm-links
.deps
.libs
Makefile.in
*.lo
*.la
   + Makefile
gw-gnc-module.scm
gw-gnc-module.c
gw-gnc-module.h
gw-gnc-module.html
.scm-links
.deps
.libs
Makefile.in
*.lo
*.la
g-wrapped
gnucash




Property changes on: gnucash/branches/cashutil/src/gnome
___________________________________________________________________
Name: svn:ignore
   - *.diff
*.la
*.lo
.deps
.libs
.scm-links
Makefile
Makefile.in
gnc-dir.h
gnucash.desktop
gnucash.keys
gnucash.c
gw-gnc.scm
gw-gnc.h
gw-gnc.c
gw-gnc.html
i18n.h
gnc-version.h
.DS_Store
   + *.diff
*.la
*.lo
.deps
.libs
.scm-links
Makefile
Makefile.in
gnc-dir.h
gnucash.desktop
gnucash.keys
gnucash.c
gw-gnc.scm
gw-gnc.h
gw-gnc.c
gw-gnc.html
i18n.h
gnc-version.h
.DS_Store
gnucash
g-wrapped




Property changes on: gnucash/branches/cashutil/src/gnome-utils
___________________________________________________________________
Name: svn:ignore
   - Makefile
Makefile.in
*.gladep
*.lo
*.la
.deps
.libs
.scm-links
gnc-dir.h
gw-gnome-utils.html
gw-gnome-utils.h
gw-gnome-utils.scm
gw-gnome-utils.c
*gnc-version.h
   + Makefile
Makefile.in
*.gladep
*.lo
*.la
.deps
.libs
.scm-links
gnc-dir.h
gw-gnome-utils.html
gw-gnome-utils.h
gw-gnome-utils.scm
gw-gnome-utils.c
*gnc-version.h
gnucash
g-wrapped
gnc-svninfo.h



Modified: gnucash/branches/cashutil/src/gnome-utils/test/Makefile.am
===================================================================
--- gnucash/branches/cashutil/src/gnome-utils/test/Makefile.am	2005-11-03 16:10:08 UTC (rev 11813)
+++ gnucash/branches/cashutil/src/gnome-utils/test/Makefile.am	2005-11-03 16:11:38 UTC (rev 11814)
@@ -35,7 +35,7 @@
   -I${top_srcdir}/src/gnome-utils \
   -I${top_srcdir}/src/gnc-module \
   -I${top_srcdir}/src/app-utils \
-  ${GLIB_CFLAGS} ${GUILE_INCS} ${GNOME_CFLAGS} ${GLADE_CFLAGS}
+  ${GLIB_CFLAGS} ${GUILE_INCS} ${GNOME_CFLAGS} ${GLADE_CFLAGS} ${QOF_CFLAGS}
 
 test_gnc_recurrence_SOURCES=test-gnc-recurrence.c
 test_gnc_recurrence_LDADD = ${GNOME_LIBS} \


Property changes on: gnucash/branches/cashutil/src/import-export
___________________________________________________________________
Name: svn:ignore
   - *.gladep
*.la
*.lo
.deps
.libs
.scm-links
Makefile
Makefile.in
   + *.gladep
*.la
*.lo
.deps
.libs
.scm-links
Makefile
Makefile.in
generic-import
g-wrapped
import-export
gnucash




Property changes on: gnucash/branches/cashutil/src/register/register-core
___________________________________________________________________
Name: svn:ignore
   - Makefile
Makefile.in
.deps
.libs
.scm-links
*.lo
*.la
gw-register-core.c
gw-register-core.h
gw-register-core.html
gw-register-core.scm
   + Makefile
Makefile.in
.deps
.libs
.scm-links
*.lo
*.la
gw-register-core.c
gw-register-core.h
gw-register-core.html
gw-register-core.scm
register
g-wrapped
gnucash




Property changes on: gnucash/branches/cashutil/src/report/report-gnome
___________________________________________________________________
Name: svn:ignore
   - *.gladep
*.lo
*.la
.scm-links
.deps
.libs
Makefile
Makefile.in
gw-report-gnome.scm
gw-report-gnome.html
gw-report-gnome.h
gw-report-gnome.c
   + *.gladep
*.lo
*.la
.scm-links
.deps
.libs
Makefile
Makefile.in
gw-report-gnome.scm
gw-report-gnome.html
gw-report-gnome.h
gw-report-gnome.c
g-wrapped
gnucash
report




Property changes on: gnucash/branches/cashutil/src/scm
___________________________________________________________________
Name: svn:ignore
   - Makefile
Makefile.in
.scm-links
build-config.scm
   + Makefile
Makefile.in
.scm-links
build-config.scm
gnucash





More information about the gnucash-changes mailing list