Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
787611dbd4 | |||
a5fdc8e119 |
@ -1,6 +1,6 @@
|
||||
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])
|
||||
|
||||
@ -30,8 +30,9 @@ AS_IF([test "x$enable_faststack_alloc" = "xyes"], [
|
||||
AC_DEFINE([USE_FASTSTACK_ALLOC], 1, [using faststack allocation within parser])
|
||||
])
|
||||
|
||||
AC_OUTPUT([
|
||||
AC_CONFIG_FILES([
|
||||
Makefile
|
||||
lib/libsexpr.pc
|
||||
lib/Makefile
|
||||
include/Makefile])
|
||||
AC_OUTPUT
|
||||
|
1
debian/.gitignore
vendored
Normal file
1
debian/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.debhelper
|
Loading…
x
Reference in New Issue
Block a user