Skip to content

Commit 30e43ef

Browse files
committed
Fxied version string in automake files
1 parent 6cdee68 commit 30e43ef

File tree

4 files changed

+1493
-1194
lines changed

4 files changed

+1493
-1194
lines changed

Makefile.in

+1
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,7 @@ psdir = @psdir@
398398
pyexecdir = @pyexecdir@
399399
pythondir = @pythondir@
400400
root_catalog = @root_catalog@
401+
runstatedir = @runstatedir@
401402
sbindir = @sbindir@
402403
sharedstatedir = @sharedstatedir@
403404
srcdir = @srcdir@

aclocal.m4

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])])
1515
m4_ifndef([AC_AUTOCONF_VERSION],
1616
[m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
17-
m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],,
18-
[m4_warning([this file was generated for autoconf 2.69.
17+
m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.71],,
18+
[m4_warning([this file was generated for autoconf 2.71.
1919
You have another version of autoconf. It may work, but is not guaranteed to.
2020
If you have problems, you may need to regenerate the build system entirely.
2121
To do so, use the procedure documented by the package, typically 'autoreconf'.])])

0 commit comments

Comments
 (0)