dnl Process this file with autoconf to produce a configure script. dnl dnl Copyright (C) 2013 Peter Breitenlohner dnl dnl This file is free software; the copyright holder dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl m4_include([version.ac])[] dnl define paper_version AC_INIT([paper (TeX Live)], paper_version, [tex-k@tug.org]) AC_PREREQ([2.65]) AC_CONFIG_SRCDIR([libpaper-]paper_version[/lib/paper.h]) AC_CONFIG_AUX_DIR([../../build-aux]) AC_CONFIG_MACRO_DIRS([../../m4]) KPSE_BASIC([paper]) AC_USE_SYSTEM_EXTENSIONS AC_PROG_CC AC_PROG_RANLIB AC_PROG_LN_S # So we can use reasonable awk in the Makefile. AC_PROG_AWK AC_CONFIG_HEADERS([config.h]) AM_CONDITIONAL([build], [test "x$enable_build" != xno]) if test "x$enable_build" != xno || test -f config.force; then echo timestamp >config.force fi AC_SUBST([PAPERSIZE], [a4]) AC_DEFINE_UNQUOTED([PAPERSIZE], ["$PAPERSIZE"], [Default paper size]) AC_SUBST([PAPERSIZEVAR], [PAPERSIZE]) AC_DEFINE_UNQUOTED([PAPERSIZEVAR], ["$PAPERSIZEVAR"], [Environment variable that overrides the default paper size]) AC_SUBST([PAPER_TREE], [libpaper-]paper_version) AC_CONFIG_FILES([Makefile include/Makefile libpaper-]paper_version[/man/paperconf.1]) AC_OUTPUT