X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=configure.ac;h=3e4ad62332dd196662e4093e8f0b61c696608d88;hb=a9dd2a16b8b5677b0ad4ea19fb2689fbb5ef88a4;hp=4acb89ca8148fcd7142dd9319b82ecb27572ae35;hpb=846a95f687048775d8572b62ffc839d0fcc009f4;p=platform%2Fcore%2Fsystem%2Ftizen-platform-wrapper.git diff --git a/configure.ac b/configure.ac index 4acb89c..3e4ad62 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) -AC_INIT([tizen-platform-wrapper], [1.0]) +AC_INIT([tizen-platform-wrapper], [2.0]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) AC_CONFIG_SRCDIR([src/parser.h]) AC_CONFIG_HEADERS([src/config.h]) @@ -30,6 +30,8 @@ AC_FUNC_MALLOC AC_FUNC_MMAP AC_CHECK_FUNCS([dup2 endpwent munmap strndup]) -AC_CONFIG_FILES([Makefile - src/Makefile]) +AC_CONFIG_FILES([ +Makefile +src/Makefile +tizen-platform-wrapper.pc:tizen-platform-wrapper.pc.in]) AC_OUTPUT