Skip to content

Commit 6c3c1fe

Browse files
committed
Update configure.ac and missing to fix compatibility with new autotools
1 parent 965ea6a commit 6c3c1fe

File tree

2 files changed

+160
-305
lines changed

2 files changed

+160
-305
lines changed

configure.ac

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
dnl Process this file with autoconf to produce a configure script.
2-
AC_INIT
2+
AC_INIT([docbook-utils], [0.6.14])
33
AC_CONFIG_SRCDIR([Makefile.am])
44

5-
AC_DEFUN(AC_FIND_PROGRAM,
5+
AC_DEFUN([AC_FIND_PROGRAM],
66
[
77
$3=""
88
for i in $2; do
@@ -15,7 +15,7 @@ for i in $2; do
1515
done
1616
])
1717

18-
AM_INIT_AUTOMAKE(docbook-utils, 0.6.14)
18+
AM_INIT_AUTOMAKE
1919

2020
docdir='$(prefix)/doc'
2121
AC_SUBST(docdir)

0 commit comments

Comments
 (0)