build tweaks - use automake's foreign mode, avoid creating empty files to satisfy gnu mode - run autoreconf -f to ensure that everything matches

This commit is contained in:
Nalin Dahyabhai
2010-11-24 17:39:46 -05:00
committed by Rob Crittenden
parent 5bfb1a004a
commit b683c7261b
6 changed files with 5 additions and 20 deletions

View File

@@ -6,7 +6,7 @@ AC_INIT([ipa-server],
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE
AM_INIT_AUTOMAKE([foreign])
AM_MAINTAINER_MODE
AC_PROG_CC