mirror of
git://git.savannah.nongnu.org/eliot.git
synced 2024-12-25 21:59:30 +01:00
Rename configure.in as configure.ac.
This fixes deprecation warnings when running the bootstrap script.
This commit is contained in:
parent
d0cfebe929
commit
851e923998
2 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
dnl -*-m4-*-
|
||||
dnl Process this file with autoconf to produce a configure script.
|
||||
dnl --------------------------------------------------------------
|
||||
dnl configure.in for Eliot
|
||||
dnl configure.ac for Eliot
|
||||
dnl --------------------------------------------------------------
|
||||
AC_INIT([eliot],[2.2-git])
|
||||
AC_CONFIG_SRCDIR(qt/main.cpp)
|
|
@ -1,9 +1,9 @@
|
|||
# Force support of large files, to avoid the following link error:
|
||||
# /home/ipkiss/dev/eliot/contribs/extras/contrib-win32/inst/lib/libapr-2.a(apr_strings.o): In function `apr_strtoff@16':
|
||||
# /home/ipkiss/dev/eliot/contribs/extras/contrib-win32/apr/strings/apr_strings.c:240: undefined reference to `_strtoi'
|
||||
diff -ur ./configure.in.orig ./configure.in
|
||||
--- ./configure.in.orig 2012-04-28 14:51:17.772384679 +0200
|
||||
+++ ./configure.in 2012-04-28 14:55:05.636390009 +0200
|
||||
diff -ur ./configure.ac.orig ./configure.ac
|
||||
--- ./configure.ac.orig 2012-04-28 14:51:17.772384679 +0200
|
||||
+++ ./configure.ac 2012-04-28 14:55:05.636390009 +0200
|
||||
@@ -1698,7 +1698,7 @@
|
||||
# off_t can legitimately be smaller than size_t
|
||||
aprlfs=1
|
||||
|
|
Loading…
Reference in a new issue