summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJaromil <[email protected]>2010-08-22 17:08:24 (GMT)
committer Jaromil <[email protected]>2010-08-22 17:08:24 (GMT)
commitfe0e1dfabdaf4fb59d939a3fbdc8fb9336bb6072 (patch)
treeb32d06cce57d72d3082327addf74df423d27c20a /configure.ac
parent660ed8447bfbf02692563a283091a6d5761c055f (diff)
fixed installation
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac13
1 files changed, 1 insertions, 12 deletions
diff --git a/configure.ac b/configure.ac
index 85a3694..630158d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -63,6 +63,7 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AC_CONFIG_SRCDIR([src/tomb])
dnl Checks for reguired programs.
+AC_PROG_CC
AC_PROG_INSTALL
AC_CHECK_PROG(have_zsh,zsh,yes,no)
@@ -70,18 +71,6 @@ AC_CHECK_PROG(have_cryptsetup,cryptsetup,yes,no)
-dnl ###########################################################################
-dnl ###### now about compile time paths
-AC_MSG_CHECKING([which installation prefix to use])
-if test "x${prefix}" = "xNONE"; then
- prefix=`pwd`
-fi
-AC_MSG_RESULT([${prefix}])
-TOMB_PATH="${prefix}"
-AC_SUBST(TOMB_PATH)
-
-
-
dnl alphabetic order on dir/subdir, but Makefile sorts before everything
AC_CONFIG_FILES([
Makefile