diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-12-10 15:48:25 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-12-10 15:48:25 +0000 |
commit | 1e20e744e86ae7d49270e2be55bb01a3f40dde33 (patch) | |
tree | 7fe2053444c3a22ec28a9a6e5c0185a7c1c4c940 /Build/source/utils/psutils/configure.ac | |
parent | 0a1e75ee98dd6caa88dd7566007ab4c6c8511544 (diff) |
utils/psutils build: use orig source from ctan + patches
git-svn-id: svn://tug.org/texlive/trunk@20708 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/psutils/configure.ac')
-rw-r--r-- | Build/source/utils/psutils/configure.ac | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/Build/source/utils/psutils/configure.ac b/Build/source/utils/psutils/configure.ac index 99cc24e4140..b3641ee0fc3 100644 --- a/Build/source/utils/psutils/configure.ac +++ b/Build/source/utils/psutils/configure.ac @@ -1,14 +1,15 @@ dnl Process this file with autoconf to produce a configure script. dnl -dnl Copyright (C) 2009 Peter Breitenlohner <tex-live@tug.org> +dnl Copyright (C) 2009, 2010 Peter Breitenlohner <tex-live@tug.org> 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 -AC_INIT([psutils for TeX Live], [1.17], [tex-k@tug.org]) +m4_define([psutils_version], [1.17])[]dnl using unmodified psutils source tree +AC_INIT([psutils for TeX Live], psutils_version, [tex-k@tug.org]) AC_PREREQ([2.65]) -AC_CONFIG_SRCDIR([psutil.c]) +AC_CONFIG_SRCDIR([psutils-]psutils_version[/psutil.c]) AC_CONFIG_AUX_DIR([../../build-aux]) AC_CONFIG_MACRO_DIR([../../m4]) @@ -19,6 +20,10 @@ AC_PROG_CC KPSE_COMPILER_WARNINGS -AC_CONFIG_FILES([Makefile patchlev.h]) +PSUTILS_TREE=psutils-[]psutils_version +AC_SUBST([PSUTILS_TREE]) + +AC_CONFIG_FILES([Makefile + patchlev.h:psutils-]psutils_version[/patchlev.h.in]) AC_OUTPUT |