mirror of
https://github.com/Llewellynvdm/Tomb.git
synced 2024-11-22 12:35:13 +00:00
fixed installation
This commit is contained in:
parent
660ed8447b
commit
fe0e1dfabd
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,6 +1,7 @@
|
|||||||
\#*
|
\#*
|
||||||
.\#*
|
.\#*
|
||||||
*~
|
*~
|
||||||
|
.deps
|
||||||
!autogen.sh
|
!autogen.sh
|
||||||
aclocal.m4
|
aclocal.m4
|
||||||
autom4te.cache
|
autom4te.cache
|
||||||
|
13
configure.ac
13
configure.ac
@ -63,6 +63,7 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
|
|||||||
AC_CONFIG_SRCDIR([src/tomb])
|
AC_CONFIG_SRCDIR([src/tomb])
|
||||||
|
|
||||||
dnl Checks for reguired programs.
|
dnl Checks for reguired programs.
|
||||||
|
AC_PROG_CC
|
||||||
AC_PROG_INSTALL
|
AC_PROG_INSTALL
|
||||||
|
|
||||||
AC_CHECK_PROG(have_zsh,zsh,yes,no)
|
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
|
dnl alphabetic order on dir/subdir, but Makefile sorts before everything
|
||||||
AC_CONFIG_FILES([
|
AC_CONFIG_FILES([
|
||||||
Makefile
|
Makefile
|
||||||
|
@ -1 +1,2 @@
|
|||||||
|
|
||||||
|
bin_SCRIPTS = tomb
|
||||||
|
Loading…
Reference in New Issue
Block a user