Compare commits

..

No commits in common. "master" and "v1.3.3d" have entirely different histories.

2 changed files with 2 additions and 4 deletions

View File

@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script. dnl Process this file with autoconf to produce a configure script.
AC_INIT([libsexpr],[m4_esyscmd(tr -d '\n' < VERSION)]) AC_INIT(libsexpr, m4_esyscmd([tr -d '\n' < VERSION]))
AC_CONFIG_HEADERS([config.h]) AC_CONFIG_HEADERS([config.h])
@ -30,9 +30,8 @@ AS_IF([test "x$enable_faststack_alloc" = "xyes"], [
AC_DEFINE([USE_FASTSTACK_ALLOC], 1, [using faststack allocation within parser]) AC_DEFINE([USE_FASTSTACK_ALLOC], 1, [using faststack allocation within parser])
]) ])
AC_CONFIG_FILES([ AC_OUTPUT([
Makefile Makefile
lib/libsexpr.pc lib/libsexpr.pc
lib/Makefile lib/Makefile
include/Makefile]) include/Makefile])
AC_OUTPUT

1
debian/.gitignore vendored
View File

@ -1 +0,0 @@
.debhelper