X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=xpr%2Fconfigure.ac;fp=ico%2Fconfigure.ac;h=c040ffbd44969bb39171de5245da92fee156c710;hb=HEAD;hp=e8a433f5835acb36a8aa5568c4e4e7aa4809d2d4;hpb=3f10512752298193f13580e13281d2899c50bea8;p=framework%2Fuifw%2Fxorg%2Fapp%2Fx11-apps.git diff --git a/ico/configure.ac b/xpr/configure.ac similarity index 78% rename from ico/configure.ac rename to xpr/configure.ac index e8a433f..c040ffb 100644 --- a/ico/configure.ac +++ b/xpr/configure.ac @@ -22,23 +22,25 @@ dnl dnl Process this file with autoconf to create configure. AC_PREREQ([2.57]) -AC_INIT(ico,[1.0.2], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],ico) +AC_INIT(xpr,[1.0.3], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],xpr) AM_INIT_AUTOMAKE([dist-bzip2]) AM_MAINTAINER_MODE +# Require xorg-macros 1.3 or later: XORG_DEFAULT_OPTIONS +m4_ifndef([XORG_MACROS_VERSION], + [m4_fatal([must install xorg-macros 1.3 or later before running autoconf/autogen])]) +XORG_MACROS_VERSION(1.3) + AM_CONFIG_HEADER(config.h) AC_PROG_CC AC_PROG_INSTALL +XORG_DEFAULT_OPTIONS + # Checks for pkg-config packages -PKG_CHECK_MODULES(ICO, x11 >= 0.99.1) -AC_SUBST(ICO_CFLAGS) -AC_SUBST(ICO_LIBS) -XTHREADLIB=`$PKG_CONFIG --variable=xthreadlib x11` -AC_SUBST(XTHREADLIB) - -XORG_MANPAGE_SECTIONS -XORG_RELEASE_VERSION +PKG_CHECK_MODULES(XPR, xmuu x11) +AC_SUBST(XPR_CFLAGS) +AC_SUBST(XPR_LIBS) AC_OUTPUT([Makefile])