removed configure from rcs, modified configure.ac to reflect current git version (but not yet in my preferred format)
This commit is contained in:
parent
915c9c95a0
commit
d093ba96e7
|
|
@ -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])
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue