rearranged for ctan, version 1.1

This commit is contained in:
Marc Wäckerlin
2018-08-14 23:10:09 +02:00
parent 4aa98a0d86
commit 2368ea2ca6
34 changed files with 227 additions and 234 deletions

26
configure.ac Normal file
View File

@@ -0,0 +1,26 @@
#AC_PREREQ([2.69])
AC_INIT([businesscard-qrcode], [1.1], [marc@waeckerlin.org])
AM_INIT_AUTOMAKE([1.9 tar-pax])
AC_ARG_WITH([latexdir],
[AS_HELP_STRING([--with-latexdir=DIR], [latex template files])],
[latexdir=$withval],
[latexdir='${datadir}/texlive/texmf-dist/tex/latex/@PACKAGE_NAME@'])
AC_SUBST([latexdir], [$latexdir])
# Checks for programs.
AC_CHECK_PROG([pandoc])
AC_CHECK_PROG([convert])
AC_CHECK_PROG([xelatex])
EXAMPLES="example john-doe-hongkong \
peter-muster-example-company-zuerich special-papersize \
texstudio_d30266"
AC_SUBST(EXAMPLES)
AC_CONFIG_FILES([examples/makefile
makefile
screenshots/makefile])
AC_OUTPUT