]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Thu Mar 5 08:22:19 CST 2009 Pekka Pessi <first.last@nokia.com>
authorMichael Jerris <mike@jerris.com>
Tue, 10 Mar 2009 19:56:27 +0000 (19:56 +0000)
committerMichael Jerris <mike@jerris.com>
Tue, 10 Mar 2009 19:56:27 +0000 (19:56 +0000)
  * configure.ac: added AC_CONFIG_MACRO_DIR([m4])

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12555 d0543943-73ff-0310-b7d9-9358b9ac24b2

libs/sofia-sip/.update
libs/sofia-sip/configure.ac

index da01d9f6d63756a681e235b9150c13c0a5e27cbb..35b466fb4f02d9044f72fcc446c523749be69c8c 100644 (file)
@@ -1 +1 @@
-Tue Mar 10 14:53:54 CDT 2009
+Tue Mar 10 14:55:35 CDT 2009
index a57728bcfb908eaba8f3e1028deb0756a5a3b317..d534905c6a6137e94822e5e50a715513081bd0db 100644 (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')