fixed autoconf warnings

This commit is contained in:
Frank Morgner
2012-08-31 17:57:08 +02:00
parent 01c9f00a33
commit 244c3b0583
4 changed files with 1 additions and 3 deletions

View File

@@ -1,3 +1,4 @@
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = src doc
distcheck-hook:

View File

@@ -28,7 +28,6 @@ AC_PROG_LN_S
AC_PROG_SED
AM_PATH_PYTHON
AC_PROG_CXX
AC_PROG_RANLIB
AM_PROG_CC_C_O
PKG_PROG_PKG_CONFIG
AC_PATH_PROG(HELP2MAN, help2man, false // No help2man //)