Thu Mar 5 08:22:19 CST 2009 Pekka Pessi <first.last@nokia.com>

* configure.ac: added AC_CONFIG_MACRO_DIR([m4])



git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12555 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2009-03-10 19:56:27 +00:00
parent 2a0b960efb
commit 90d44abb5d
2 changed files with 2 additions and 1 deletions

View File

@ -1 +1 @@
Tue Mar 10 14:53:54 CDT 2009
Tue Mar 10 14:55:35 CDT 2009

View File

@ -13,6 +13,7 @@ dnl ---------------------------
dnl update both the version for AC_INIT and the LIBSOFIA_SIP_UA_MAJOR_MINOR
AC_INIT([sofia-sip], [1.12.10devel])
AC_CONFIG_SRCDIR([libsofia-sip-ua/sip/sofia-sip/sip.h])
AC_CONFIG_MACRO_DIR([m4])
AC_SUBST(VER_LIBSOFIA_SIP_UA_MAJOR_MINOR, [1.12])
dnl Includedir specific to this sofia version
AC_SUBST(include_sofiadir, '${includedir}/sofia-sip-1.12')