# we dont use the version here (and below), but AC_INIT is a mandatory macro for autoconf… # so we set a fake value which we dont have to constantly increment AC_INIT(Debian Edu Artwork, 0.20161102-1, http://bugs.debian.org/debian-edu-artwork) AC_PREREQ(2.52) MAJOR_VERSION=0 MINOR_VERSION=20161102 MICRO_VERSION=0 VERSION=$MAJOR_VERSION.$MINOR_VERSION-$MICRO_VERSION AM_INIT_AUTOMAKE(debian-edu-artwork, $VERSION) AC_SUBST(MAJOR_VERSION) AC_SUBST(MINOR_VERSION) AC_SUBST(MICRO_VERSION) AC_DEFINE_UNQUOTED(MAJOR_VERSION, $MAJOR_VERSION, [Major Version Number]) AC_DEFINE_UNQUOTED(MINOR_VERSION, $MINOR_VERSION, [Minor Version Number]) AC_DEFINE_UNQUOTED(MICRO_VERSION, $MICRO_VERSION, [Micro Version Number]) AM_MAINTAINER_MODE AC_PROG_CC AC_PROG_INSTALL AC_PROG_SED AC_OUTPUT([ Makefile art-common/Makefile art-common/gdm-theme/Makefile art-common/arctica-greeter/Makefile art-softwaves/Makefile art-softwaves/g-i/Makefile art-softwaves/gnome-shell/Makefile art-softwaves/desktop-base/Makefile art-softwaves/plymouth/Makefile art-buster/Makefile art-buster/g-i/Makefile art-buster/gnome-shell/Makefile art-buster/desktop-base/Makefile art-buster/plymouth/Makefile art-homeworld/Makefile art-homeworld/g-i/Makefile art-homeworld/gnome-shell/Makefile art-homeworld/desktop-base/Makefile art-homeworld/plymouth/Makefile art-emerald/Makefile art-emerald/g-i/Makefile art-emerald/gnome-shell/Makefile art-emerald/desktop-base/Makefile art-emerald/plymouth/Makefile ]) echo " Configuration: Source: ${srcdir} Prefix: ${prefix} "