[vhffs-dev] [1125] It appears that prefix wasn't handled as nicely as I thought |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
Revision: 1125
Author: beuss
Date: 2008-01-10 14:27:43 +0000 (Thu, 10 Jan 2008)
Log Message:
-----------
It appears that prefix wasn't handled as nicely as I thought
Modified Paths:
--------------
trunk/configure.ac
Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac 2008-01-10 13:26:27 UTC (rev 1124)
+++ trunk/configure.ac 2008-01-10 14:27:43 UTC (rev 1125)
@@ -7,6 +7,9 @@
AC_PROG_SED
AC_PREFIX_DEFAULT([/])
+# Ugly but will remain until we do some cleanup in directories handling
+test "x$prefix" = "xNONE" && prefix=
+
AC_PATH_PROG([PERL], [perl], [not found])
if test "$PERL" = 'not found'; then
AC_MSG_ERROR([perl is needed to run $PACKAGE_NAME])