Update of /cvsroot/monetdb/sql
In directory sfp-cvsdas-4.v30.ch3.sourceforge.com:/tmp/cvs-serv878
Modified Files:
configure.ag
Log Message:
Autoconf hacking to get the monetdb manpage to list the real location to
the monetdb5.conf file, instead of a hardcoded ideal location one.
Since we don't want to see "${prefix}/etc/monetdb5.conf" in the manpage,
we need to make sure it's expanded first (esysconfdir).
Add the manpage monetdb.1.in to the list of sources for the monetdb
program. This is just a hack to make autogen add monetdb.1 to
AC_OUTPUT, as there is no other way around this, and it felt non-trivial
to hack something in there to do it.
Index: configure.ag
===================================================================
RCS file: /cvsroot/monetdb/sql/configure.ag,v
retrieving revision 1.164
retrieving revision 1.165
diff -u -d -r1.164 -r1.165
--- configure.ag 11 Apr 2010 05:51:06 -0000 1.164
+++ configure.ag 13 Apr 2010 16:30:52 -0000 1.165
@@ -123,6 +123,9 @@
AC_CHECK_HEADERS([fcntl.h stropts.h sys/ioctl.h sys/un.h termios.h])
AC_CHECK_HEADERS([uuid/uuid.h])
AC_SEARCH_LIBS([uuid_generate], [uuid])
+dnl the expanded version without any variable references any more
+esysconfdir="`eval echo \"$sysconfdir\"`"
+AC_SUBST([esysconfdir])
dnl CFLAGS for our code are stricter than what autoconf can cope with.
CFLAGS="$CFLAGS \$(X_CFLAGS)"
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins