r15525 - gnucash/trunk - Fix the configure tests.. Need a comma instead of a period. Oops.

Derek Atkins warlord at cvs.gnucash.org
Thu Feb 8 11:25:54 EST 2007


Author: warlord
Date: 2007-02-08 11:25:54 -0500 (Thu, 08 Feb 2007)
New Revision: 15525
Trac: http://svn.gnucash.org/trac/changeset/15525

Modified:
   gnucash/trunk/
   gnucash/trunk/configure.in
Log:
Fix the configure tests..  Need a comma instead of a period.  Oops.



Property changes on: gnucash/trunk
___________________________________________________________________
Name: svk:merge
   - 3889ce50-311e-0410-a464-f059747ec5d1:/local/gnucash/branches/swig-redo:802
3889ce50-311e-0410-a464-f059747ec5d1:/local/gnucash/trunk:1037
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/trunk:14080
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/trunk2:13366
   + 3889ce50-311e-0410-a464-f059747ec5d1:/local/gnucash/branches/swig-redo:802
3889ce50-311e-0410-a464-f059747ec5d1:/local/gnucash/trunk:1037
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/trunk:14082
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/trunk2:13366

Modified: gnucash/trunk/configure.in
===================================================================
--- gnucash/trunk/configure.in	2007-02-08 16:03:24 UTC (rev 15524)
+++ gnucash/trunk/configure.in	2007-02-08 16:25:54 UTC (rev 15525)
@@ -166,7 +166,7 @@
 else
   BUILDING_FROM_SVN=no
   # Make sure we've got swig-runtime.h and gnc-svninfo.h
-  AC_CHECK_FILE(${srcdir}/src/swig-runtime.h. [],
+  AC_CHECK_FILE(${srcdir}/src/swig-runtime.h, [],
 	[AC_MSG_ERROR([
 
 It looks like you are NOT building from Subversion
@@ -176,7 +176,7 @@
 the tarball you downloaded is broken.
 
 	])])
-  AC_CHECK_FILE(${srcdir}/src/gnome-utils/gnc-svninfo.h. [],
+  AC_CHECK_FILE(${srcdir}/src/gnome-utils/gnc-svninfo.h, [],
 	[AC_MSG_ERROR([
 
 It looks like you are NOT building from Subversion



More information about the gnucash-changes mailing list