[Ocfs2-commits] manish commits r1880 - trunk

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Tue Feb 1 19:12:15 CST 2005


Author: manish
Date: 2005-02-01 19:12:13 -0600 (Tue, 01 Feb 2005)
New Revision: 1880

Modified:
   trunk/configure.in
Log:
Use OUR_TOPDIR for KAPI_COMPAT_HEADERS


Modified: trunk/configure.in
===================================================================
--- trunk/configure.in	2005-02-02 01:08:38 UTC (rev 1879)
+++ trunk/configure.in	2005-02-02 01:12:13 UTC (rev 1880)
@@ -306,7 +306,7 @@
 #  the source doesn't need to know to include compat headers
 #  the compat header file names don't go through the search path
 for h in $KAPI_COMPAT_HEADERS; do
-	KAPI_COMPAT_CFLAGS="$KAPI_COMPAT_CFLAGS -include \$(TOPDIR)/kapi-compat/include/$h"
+	KAPI_COMPAT_CFLAGS="$KAPI_COMPAT_CFLAGS -include \$(OUR_TOPDIR)/kapi-compat/include/$h"
 done
 AC_SUBST(KAPI_COMPAT_CFLAGS)
 



More information about the Ocfs2-commits mailing list