Change TZ_SYS_HOME: /opt/home -> /opt/usr/home
[platform/core/system/tizen-platform-config.git] / configure.ac
index 7eef55a..4acc6fc 100644 (file)
@@ -1,22 +1,21 @@
+#                                               -*- Autoconf -*-
+# Process this file with autoconf to produce a configure script.
+
 AC_INIT([libtzplatform-config], [1.0])
 AC_PREREQ([2.59])
 AM_INIT_AUTOMAKE([1.10 -Wall no-define])
 
+# Checks for programs.
 AC_CONFIG_HEADERS([config.h ])
 AC_PROG_CC
 AM_PROG_AR
 LT_INIT([disable-static])
 
-AC_SUBST([LIBTZPLATFORM_CONFIG_SO_VERSION], [1:0:0])
-AC_SUBST([LIBTZPLATFORM_CONFIG_VERSION], [1.0])
+AC_SUBST([LIBTZPLATFORM_CONFIG_SO_VERSION], [2:0:0])
+AC_SUBST([LIBTZPLATFORM_CONFIG_VERSION], [2.0])
 
 AC_CONFIG_FILES([
 Makefile
 src/Makefile
 libtzplatform-config.pc:libtzplatform-config.pc.in])
 AC_OUTPUT
-