build: use proper automake initialization

Signed-off-by: Karsten Keil <keil@b1-systems.de>
This commit is contained in:
Jan Engelhardt 2011-04-25 04:38:16 +02:00 committed by Karsten Keil
parent 3cbafc4816
commit 5cb432cfb1
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ AC_CONFIG_SRCDIR([tools/])
AC_CONFIG_HEADERS([include/config.h])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE(mISDNuser,2.0.2)
AM_INIT_AUTOMAKE([-Wall foreign subdir-objects])
# Checks for programs.
AC_PROG_CXX