commit 06e6cac401edb9254f80bfbc8e8c466580eb927b Author: Kuang He Date: Thu Oct 2 21:27:37 2008 -0400 Suppress the warnings when running autoreconf. diff --git a/configure.in b/configure.in index d4e699f..bbb715e 100644 --- a/configure.in +++ b/configure.in @@ -12,6 +12,10 @@ AC_PREFIX_DEFAULT(/usr/local/sac) # Determine the System Type AC_CANONICAL_SYSTEM +# The foreign option tells Automake that this package will not follow the GNU +# Standards. +AM_INIT_AUTOMAKE([foreign]) + # Header Values AC_CONFIG_HEADER(inc/config.h)