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

[vidalia-svn] r2028: Stupid hack to fix manpage installation on 'make install'. O (trunk)



Author: edmanm
Date: 2007-10-13 20:34:28 -0400 (Sat, 13 Oct 2007)
New Revision: 2028

Modified:
   trunk/
   trunk/configure.in
Log:
 r2118@lysithea:  edmanm | 2007-10-13 20:30:50 -0400
 Stupid hack to fix manpage installation on 'make install'. Once all you
 autotools experts have stopped laughing at me and calling me names, you
 can tell me what the right fix is.



Property changes on: trunk
___________________________________________________________________
 svk:merge ticket from /local/vidalia/trunk [r2118] on dc66be73-d13e-47ba-a267-8dc7cda68c65

Modified: trunk/configure.in
===================================================================
--- trunk/configure.in	2007-10-14 00:27:10 UTC (rev 2027)
+++ trunk/configure.in	2007-10-14 00:34:28 UTC (rev 2028)
@@ -204,7 +204,7 @@
 
 # Make sure ${prefix} (which can be contained in $mandir) is evaluted 
 # before passing it to qmake
-MANPAGEDIR=`eval echo $mandir`
+MANPAGEDIR=`eval eval echo $mandir`
 QFLAGS="$QFLAGS MANDIR=$MANPAGEDIR"
 
 # Run qmake to generate the Makefile