You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by am...@apache.org on 2008/01/04 18:20:33 UTC

svn commit: r608927 - /xerces/c/trunk/configure.ac

Author: amassari
Date: Fri Jan  4 09:20:29 2008
New Revision: 608927

URL: http://svn.apache.org/viewvc?rev=608927&view=rev
Log:
Add declaration for abs_top_builddir and abs_top_srcdir, as only automake 1.10 defines them

Modified:
    xerces/c/trunk/configure.ac

Modified: xerces/c/trunk/configure.ac
URL: http://svn.apache.org/viewvc/xerces/c/trunk/configure.ac?rev=608927&r1=608926&r2=608927&view=diff
==============================================================================
--- xerces/c/trunk/configure.ac (original)
+++ xerces/c/trunk/configure.ac Fri Jan  4 09:20:29 2008
@@ -131,6 +131,10 @@
 #
 AC_REPLACE_FUNCS([stricmp strnicmp towlower towupper])
 
+abs_top_srcdir=`cd $srcdir; pwd`
+AC_SUBST(abs_top_srcdir)
+abs_top_builddir=`pwd`
+AC_SUBST(abs_top_builddir)
 
 ######################################################
 # Look for availability of available packages



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xerces.apache.org
For additional commands, e-mail: commits-help@xerces.apache.org