1
0
mirror of https://git.familie-radermacher.ch/linux/ptouch-print.git synced 2025-05-13 23:32:59 +00:00

removed configure from rcs, modified configure.ac to reflect current git version (but not yet in my preferred format)

This commit is contained in:
Dominic Radermacher 2018-08-26 10:03:14 +02:00
parent 915c9c95a0
commit d093ba96e7
2 changed files with 1 additions and 8376 deletions

8375
configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -20,7 +20,7 @@
# Process this file with autoconf to produce a configure script. # Process this file with autoconf to produce a configure script.
AC_PREREQ([2.69]) AC_PREREQ([2.69])
AC_INIT([ptouch], [1.3.4], [blip@mockmoon-cybernetics.ch]) AC_INIT([ptouch], [m4_esyscmd_s([git describe --tags])], [blip@mockmoon-cybernetics.ch])
AC_CONFIG_SRCDIR([src/libptouch.c]) AC_CONFIG_SRCDIR([src/libptouch.c])
AC_CONFIG_HEADERS([config.h]) AC_CONFIG_HEADERS([config.h])