head 1.7; access; symbols start:1.1.1.1 keithp:1.1.1; locks; strict; comment @# @; 1.7 date 2003.10.29.20.50.02; author cworth; state Exp; branches; next 1.6; 1.6 date 2003.09.10.00.35.42; author cworth; state Exp; branches; next 1.5; 1.5 date 2003.07.30.17.36.50; author cworth; state Exp; branches; next 1.4; 1.4 date 2003.07.30.17.06.34; author rth; state Exp; branches; next 1.3; 1.3 date 2003.04.25.20.21.42; author cworth; state Exp; branches; next 1.2; 1.2 date 2003.04.22.23.38.45; author cworth; state Exp; branches; next 1.1; 1.1 date 2003.02.25.16.05.26; author cworth; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2003.02.25.16.05.26; author cworth; state Exp; branches; next ; desc @@ 1.7 log @Drop AC_CONFIG_AUX_DIR(config) as it was confusing "make distcheck" @ text @# Process this file with autoconf to produce a configure script. AC_INIT(src/pixregion.h) dnl =========================================================================== # Package version number, (as distinct from shared library version) # This must be manually synchronized with the version in src/ic.h LIBPIXREGION_VERSION=0.1.0 # libtool shared library version # Increment if the interface has additions, changes, removals. LT_CURRENT=1 # Increment any time the source changes; set to # 0 if you increment CURRENT LT_REVISION=0 # Increment if any interfaces have been added; set to 0 # if any interfaces have been removed. removal has # precedence over adding, so set to 0 if both happened. LT_AGE=0 VERSION_INFO="$LT_CURRENT:$LT_REVISION:$LT_AGE" AC_SUBST(VERSION_INFO) dnl =========================================================================== AM_INIT_AUTOMAKE(libpixregion, $LIBPIXREGION_VERSION) AM_CONFIG_HEADER(config.h) AM_MAINTAINER_MODE AC_PROG_CC AM_PROG_LIBTOOL dnl =========================================================================== SLIM_REQUIRED=0.2.0 PKG_CHECK_MODULES(LIBPIXREGION, slim >= $SLIM_REQUIRED) AC_SUBST(LIBPIXREGION_CFLAGS) AC_SUBST(LIBPIXREGION_LIBS) dnl =========================================================================== AC_OUTPUT([ libpixregion.pc Makefile src/Makefile ]) @ 1.6 log @Updated calls to slim_hidden_def to track cahnges in slim 0.2.0 @ text @a29 2 AC_CONFIG_AUX_DIR(config) @ 1.5 log @Removed false dependency on X. @ text @d42 1 a42 1 SLIM_REQUIRED=0.1.0 @ 1.4 log @ * configure.in: Run PKG_CHECK_MODULES on slim. * libpixregion.pc.in: Require slim. * src/pixregion.c (PixRegionCreateSimple): Mark hidden. (PixRegionCopy, PixRegionUnion): Mark hidden. * src/pixregion.h: Include and use X11/Xfuncproto.h. Include slim_{export,import}.h as appropriate. Mark all functions with __external_linkage. * src/pixregionint.h: Rename include protect to _PIXREGIONINT_H_. @ text @a41 4 AC_PATH_XTRA dnl =========================================================================== @ 1.3 log @Fixed libtool versioning @ text @d46 3 @ 1.2 log @Fixed typo (Owen Taylor) @ text @d7 3 a9 6 LIBPIXREGION_MAJOR_VERSION=0 LIBPIXREGION_MINOR_VERSION=1 LIBPIXREGION_MICRO_VERSION=0 AC_SUBST(LIBPIXREGION_MAJOR_VERSION) AC_SUBST(LIBPIXREGION_MINOR_VERSION) AC_SUBST(LIBPIXREGION_MICRO_VERSION) d11 1 a11 1 LIBPIXREGION_VERSION=$LIBPIXREGION_MAJOR_VERSION.$LIBPIXREGION_MINOR_VERSION.$LIBPIXREGION_MICRO_VERSION d13 13 a25 1 VERSION_INFO=`expr $LIBPIXREGION_MAJOR_VERSION + $LIBPIXREGION_MINOR_VERSION`:$LIBPIXREGION_MICRO_VERSION:$LIBPIXREGION_MINOR_VERSION @ 1.1 log @Initial revision @ text @d7 1 a7 1 LIBIC_MAJOR_VERSION=0 @ 1.1.1.1 log @Initial import of libpixregion @ text @@