Better automake files

git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@128 7dcaeef0-15fb-0310-b436-a5af3365683c
This commit is contained in:
Laurent Bigonville
2007-07-31 17:54:25 +00:00
parent 961ef240ec
commit 93af231d14
5 changed files with 36 additions and 7 deletions

View File

@@ -3,10 +3,12 @@
AC_PREREQ(2.57)
AC_INIT([libssh], 0.2, [aris@0xbadc0de.be])
AM_INIT_AUTOMAKE
AM_INIT_AUTOMAKE(1.9)
AC_CONFIG_SRCDIR([sample.c])
AC_CONFIG_HEADER([config.h])
AM_MAINTAINER_MODE
# LT Version numbers, remember to change them just *before* a release.
# (Interfaces removed: CURRENT++, AGE=0, REVISION=0)
# (Interfaces added: CURRENT++, AGE++, REVISION=0)
@@ -65,6 +67,9 @@ AC_PROG_MAKE_SET
AC_PROG_LIBTOOL
AC_C_BIGENDIAN
AC_CHECK_PROG([DOXYGEN], [doxygen], [yes], [no])
AM_CONDITIONAL([HAS_DOXYGEN], [test x"$DOXYGEN" = xyes])
# Checks for libraries.
with_gcrypt=${with_gcrypt:-"no"}
AC_ARG_WITH([libgcrypt],