configure.in   configure.ac 
skipping to change at line 29 skipping to change at line 29
dnl Lesser General Public License for more details. dnl Lesser General Public License for more details.
dnl dnl
dnl You should have received a copy of the GNU Lesser General Public dnl You should have received a copy of the GNU Lesser General Public
dnl License along with this library; if not, write to the Free Software dnl License along with this library; if not, write to the Free Software
dnl Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 U SA dnl Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 U SA
dnl dnl
dnl ####################################################################### ## dnl ####################################################################### ##
AC_INIT(smtp-api.c) AC_INIT(smtp-api.c)
AM_CONFIG_HEADER(config.h) AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE([libesmtp],[1.0.4]) AM_INIT_AUTOMAKE([libesmtp],[1.0.6])
AC_CANONICAL_HOST AC_CANONICAL_HOST
AC_CONFIG_MACRO_DIR([m4])
dnl ####################################################################### ## dnl ####################################################################### ##
dnl Library versioning dnl Library versioning
dnl ####################################################################### ## dnl ####################################################################### ##
LIB_CURRENT=6 LIB_CURRENT=7
LIB_REVISION=5 LIB_REVISION=6
LIB_AGE=1 LIB_AGE=1
AC_SUBST(LIB_CURRENT) AC_SUBST(LIB_CURRENT)
AC_SUBST(LIB_REVISION) AC_SUBST(LIB_REVISION)
AC_SUBST(LIB_AGE) AC_SUBST(LIB_AGE)
LIBESMTP_VERSION="$LIB_CURRENT:$LIB_REVISION:$LIB_AGE" LIBESMTP_VERSION="$LIB_CURRENT:$LIB_REVISION:$LIB_AGE"
AC_SUBST(LIBESMTP_VERSION) AC_SUBST(LIBESMTP_VERSION)
subdirs= subdirs=
dnl ####################################################################### ## dnl ####################################################################### ##
 End of changes. 3 change blocks. 
3 lines changed or deleted 4 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/