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

@@ -3,7 +3,7 @@ AC_INIT([ipa-client],
[0.99.0],
[http://www.freeipa.org/])
AM_INIT_AUTOMAKE
AM_INIT_AUTOMAKE([foreign])
AC_SUBST(VERSION)