[monkey-bubble: 690/753] Set this to the full pathname of the monikers/ subdirectory and AC_SUBST



commit 86ba7e695a964f9fcada239354cbe17172778a04
Author: Martin Baulig <baulig suse de>
Date:   Tue Aug 28 10:42:39 2001 +0000

    Set this to the full pathname of the monikers/ subdirectory and AC_SUBST
    
    2001-08-28  Martin Baulig  <baulig suse de>
    
    	* configure.in (MONIKER_SRCDIR): Set this to the full pathname of the
    	monikers/ subdirectory and AC_SUBST it.

 ChangeLog    |    3 +++
 configure.in |    3 +++
 2 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 2bf59d7..ba9bea4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2001-08-28  Martin Baulig  <baulig suse de>
 
+	* configure.in (MONIKER_SRCDIR): Set this to the full pathname of the
+	monikers/ subdirectory and AC_SUBST it.
+
 	* configure.in (MONIKER_LIBS): Added this back, but don't compile the
 	monikers/ directory for the moment.
 
diff --git a/configure.in b/configure.in
index 5592a29..614c739 100644
--- a/configure.in
+++ b/configure.in
@@ -76,6 +76,9 @@ PKG_CHECK_MODULES(MONIKER, glib-2.0 >= 1.3.7 gmodule-2.0 >= 1.3.7 gnome-vfs-2.0
 AC_SUBST(MONIKER_CFLAGS)
 AC_SUBST(MONIKER_LIBS)
 
+MONIKER_SRCDIR=`cd $srcdir/monikers; pwd`
+AC_SUBST(MONIKER_SRCDIR)
+
 GNOME_VFS_VERSION=`$PKG_CONFIG --modversion gnome-vfs-2.0`
 AC_SUBST(GNOME_VFS_VERSION)
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]