tfixed installation - tomb - the crypto undertaker
 (HTM) git clone git://parazyd.org/tomb.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit fe0e1dfabdaf4fb59d939a3fbdc8fb9336bb6072
 (DIR) parent 660ed8447bfbf02692563a283091a6d5761c055f
 (HTM) Author: Jaromil <jaromil@dyne.org>
       Date:   Sun, 22 Aug 2010 19:08:24 +0200
       
       fixed installation
       
       Diffstat:
         M .gitignore                          |       1 +
         M configure.ac                        |      13 +------------
         M src/Makefile.am                     |       1 +
       
       3 files changed, 3 insertions(+), 12 deletions(-)
       ---
 (DIR) diff --git a/.gitignore b/.gitignore
       t@@ -1,6 +1,7 @@
        \#*
        .\#*
        *~
       +.deps
        !autogen.sh
        aclocal.m4
        autom4te.cache
 (DIR) diff --git a/configure.ac b/configure.ac
       t@@ -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)
       t@@ -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
 (DIR) diff --git a/src/Makefile.am b/src/Makefile.am
       t@@ -1 +1,2 @@
        
       +bin_SCRIPTS = tomb