modernize automake config init

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9147 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2008-07-23 21:46:31 +00:00
parent 41e3e7a81c
commit d011d38b07
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ AC_INIT([libsndfile],[1.0.17],[erikd@mega-nerd.com])
AC_CONFIG_SRCDIR([src/sndfile.c])
AC_CANONICAL_TARGET([])
AM_INIT_AUTOMAKE(libsndfile,1.0)
AM_INIT_AUTOMAKE
AC_CONFIG_HEADERS([src/config.h])
AC_LANG([C])