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

@@ -30,7 +30,6 @@ PKG_PROG_PKG_CONFIG
AC_PATH_PROG(HELP2MAN, help2man, false // No help2man //)
AC_PATH_PROG(GENGETOPT, gengetopt, false // No gengetopt //)
AC_PATH_PROG(GENGETOPT, doxygen, false // No gengetopt //)
AC_PROG_RANLIB
# If you need to see the details, just run make V=1.
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])