[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Autoconf issues
From: |
stefan-husmann |
Subject: |
Autoconf issues |
Date: |
Sun, 23 Apr 2023 15:22:23 +0200 |
Hello,
ander Archlinux we get autoconf errors. The patch we apply is only this:
diff --git a/configure.ac b/configure.ac
index 0a35e4c..6c587a0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -84,7 +84,7 @@ AC_CHECK_DECLS([errno, getpwnam, getgrnam, getgrgid, strdup,
strerror, getenv, a
# Gettext.
AM_ICONV
AM_GNU_GETTEXT([external], [need-formatstring-macros])
-AM_GNU_GETTEXT_VERSION(0.19)
+AM_GNU_GETTEXT_VERSION(0.20)
LIBS="$LIBS $LIB_CLOCK_GETTIME"
==> Making package: cpio-git 2.13.r20.ga1b2f78-1 (Sun Apr 23 15:18:25 2023)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Updating cpio git repo...
-> Found gettext-version.patch
==> Validating source files with sha256sums...
cpio ... Skipped
gettext-version.patch ... Passed
==> Extracting sources...
-> Creating working copy of cpio git repo...
Reset branch 'makepkg'
==> Starting prepare()...
patching file configure.ac
==> Starting pkgver()...
==> Removing existing $pkgdir/ directory...
==> Starting build()...
./bootstrap: Creating m4/paxutils.m4
./bootstrap: ln -fs ../paxutils/lib/system.h lib/system.h
./bootstrap: Creating lib/sysdep.c
./bootstrap: Creating lib/sysdep.h
./bootstrap: Updating lib/system.h
./bootstrap: Creating am/sysdep.m4
./bootstrap: Bootstrapping from checked-out cpio sources...
./bootstrap: consider installing git-merge-changelog from gnulib
./bootstrap: getting gnulib files...
./bootstrap: getting translations into po/.reference for cpio...
receiving incremental file list
sent 30 bytes received 528 bytes 1,116.00 bytes/sec
total size is 1,305,663 speedup is 2,339.90
./bootstrap: autopoint --force
Copying file build-aux/config.rpath
./bootstrap: gnulib/gnulib-tool --import --no-changelog --aux-dir build-aux
--doc-base doc --lib libgnu --m4-base m4/ --source-base gnu/ --tests-base tests
--local-dir gl --import ...
Module list with included dependencies (indented):
absolute-header
alignasof
alignof
alloca
alloca-opt
argmatch
argp
argp-version-etc
assert-h
assure
at-internal
attribute
basename-lgpl
bison
bitrotate
btowc
builtin-expect
c-ctype
c-strcase
c-strcaseeq
c99
calloc-gnu
calloc-posix
chdir
chdir-long
chown
clock-time
cloexec
close
close-stream
closedir
closeout
configmake
ctype
d-ino
dirent
dirent-safer
dirfd
dirname
dirname-lgpl
double-slash-root
dup
dup2
environ
errno
error
error-h
exitfail
extensions
extern-inline
fchdir
fcntl
fcntl-h
fd-hook
fd-safer-flag
fdopendir
fileblocks
filename
filenamecat-lgpl
flexmember
float
fnmatch
fnmatch-gnu
fnmatch-h
fpending
free-posix
fseek
fseeko
fstat
fstatat
full-write
gen-header
getcwd
getcwd-lgpl
getdelim
getdtablesize
getline
getopt-gnu
getopt-posix
getprogname
gettext
gettext-h
gettime
gettimeofday
gitlog-to-changelog
hard-locale
hash
havelib
ialloc
idx
include_next
intprops
inttostr
inttypes
inttypes-incomplete
isblank
largefile
lchown
libc-config
limits-h
localcharset
locale
lseek
lstat
malloc-gnu
malloc-posix
malloca
mbrtowc
mbsinit
mbsrtowcs
mbtowc
memchr
mempcpy
memrchr
minmax
mktime
mktime-internal
msvc-inval
msvc-nothrow
multiarch
nocrash
nstrftime
obstack
open
openat
openat-die
openat-h
opendir
parse-datetime
pathmax
pipe-posix
progname
quote
quotearg
quotearg-simple
raise
rawmemchr
read
readdir
readlink
realloc-gnu
realloc-posix
reallocarray
rewinddir
safe-read
safe-write
save-cwd
savedir
setenv
setlocale-null
signal-h
sleep
snippet/_Noreturn
snippet/arg-nonnull
snippet/c++defs
snippet/warn-on-use
ssize_t
stat
stat-time
std-gnu11
stdarg
stdbool
stdckdint
stddef
stdint
stdio
stdlib
stpcpy
strcase
strchrnul
strdup-posix
streq
strerror
strerror-override
string
strings
strndup
strnlen
strnlen1
strtol
sys_stat
sys_time
sys_types
sysexits
time
time_r
time_rz
timegm
timespec
tzset
unistd
unistd-safer
unlocked-io
unlocked-io-internal
unsetenv
utime
utime-h
utimens
utimensat
vararrays
vasnprintf
verify
version-etc
version-etc-fsf
vsnprintf
wchar
wctype-h
wmemchr
wmempcpy
write
xalloc
xalloc-die
xalloc-oversized
xgetcwd
xsize
Notice from module gettext:
This module is obsolete. Use the module 'gettext-h' instead to make
your program capable of internationalization, when GNU gettext is also
used.
File list:
build-aux/config.rpath
build-aux/gitlog-to-changelog
doc/parse-datetime.texi
lib/_Noreturn.h
lib/alignof.h
lib/alloca.c
lib/alloca.in.h
lib/anytostr.c
lib/arg-nonnull.h
lib/argmatch.c
lib/argmatch.h
lib/argp-ba.c
lib/argp-eexst.c
lib/argp-fmtstream.c
lib/argp-fmtstream.h
lib/argp-fs-xinl.c
lib/argp-help.c
lib/argp-namefrob.h
lib/argp-parse.c
lib/argp-pin.c
lib/argp-pv.c
lib/argp-pvh.c
lib/argp-version-etc.c
lib/argp-version-etc.h
lib/argp-xinl.c
lib/argp.h
lib/asnprintf.c
lib/assert.in.h
lib/assure.h
lib/at-func.c
lib/attribute.h
lib/basename-lgpl.c
lib/basename-lgpl.h
lib/basename.c
lib/bitrotate.c
lib/bitrotate.h
lib/btowc.c
lib/c++defs.h
lib/c-ctype.c
lib/c-ctype.h
lib/c-strcase.h
lib/c-strcasecmp.c
lib/c-strcaseeq.h
lib/c-strncasecmp.c
lib/calloc.c
lib/cdefs.h
lib/chdir-long.c
lib/chdir-long.h
lib/chown.c
lib/cloexec.c
lib/cloexec.h
lib/close-stream.c
lib/close-stream.h
lib/close.c
lib/closedir.c
lib/closeout.c
lib/closeout.h
lib/ctype.in.h
lib/dirent--.h
lib/dirent-private.h
lib/dirent-safer.h
lib/dirent.in.h
lib/dirfd.c
lib/dirname-lgpl.c
lib/dirname.c
lib/dirname.h
lib/dup-safer-flag.c
lib/dup-safer.c
lib/dup.c
lib/dup2.c
lib/errno.in.h
lib/error.c
lib/error.in.h
lib/exitfail.c
lib/exitfail.h
lib/fchdir.c
lib/fchown-stub.c
lib/fcntl.c
lib/fcntl.in.h
lib/fd-hook.c
lib/fd-hook.h
lib/fd-safer-flag.c
lib/fd-safer.c
lib/fdopendir.c
lib/fileblocks.c
lib/filename.h
lib/filenamecat-lgpl.c
lib/filenamecat.h
lib/flexmember.h
lib/float+.h
lib/float.c
lib/float.in.h
lib/fnmatch.c
lib/fnmatch.in.h
lib/fnmatch_loop.c
lib/fpending.c
lib/fpending.h
lib/free.c
lib/fseek.c
lib/fseeko.c
lib/fstat.c
lib/fstatat.c
lib/full-write.c
lib/full-write.h
lib/getcwd-lgpl.c
lib/getcwd.c
lib/getdelim.c
lib/getdtablesize.c
lib/getline.c
lib/getopt-cdefs.in.h
lib/getopt-core.h
lib/getopt-ext.h
lib/getopt-pfx-core.h
lib/getopt-pfx-ext.h
lib/getopt.c
lib/getopt.in.h
lib/getopt1.c
lib/getopt_int.h
lib/getprogname.c
lib/getprogname.h
lib/gettext.h
lib/gettime.c
lib/gettimeofday.c
lib/hard-locale.c
lib/hard-locale.h
lib/hash.c
lib/hash.h
lib/ialloc.c
lib/ialloc.h
lib/idx.h
lib/imaxtostr.c
lib/intprops-internal.h
lib/intprops.h
lib/inttostr.c
lib/inttostr.h
lib/inttypes.in.h
lib/isblank.c
lib/itold.c
lib/lc-charset-dispatch.c
lib/lc-charset-dispatch.h
lib/lchown.c
lib/libc-config.h
lib/limits.in.h
lib/localcharset.c
lib/localcharset.h
lib/locale.in.h
lib/lseek.c
lib/lstat.c
lib/malloc.c
lib/malloca.c
lib/malloca.h
lib/mbrtowc-impl-utf8.h
lib/mbrtowc-impl.h
lib/mbrtowc.c
lib/mbsinit.c
lib/mbsrtowcs-impl.h
lib/mbsrtowcs-state.c
lib/mbsrtowcs.c
lib/mbtowc-impl.h
lib/mbtowc-lock.c
lib/mbtowc-lock.h
lib/mbtowc.c
lib/memchr.c
lib/memchr.valgrind
lib/mempcpy.c
lib/memrchr.c
lib/minmax.h
lib/mktime-internal.h
lib/mktime.c
lib/msvc-inval.c
lib/msvc-inval.h
lib/msvc-nothrow.c
lib/msvc-nothrow.h
lib/nstrftime.c
lib/obstack.c
lib/obstack.h
lib/offtostr.c
lib/open.c
lib/openat-die.c
lib/openat-priv.h
lib/openat-proc.c
lib/openat.c
lib/openat.h
lib/opendir-safer.c
lib/opendir.c
lib/parse-datetime.h
lib/parse-datetime.y
lib/pathmax.h
lib/pipe-safer.c
lib/pipe.c
lib/printf-args.c
lib/printf-args.h
lib/printf-parse.c
lib/printf-parse.h
lib/progname.c
lib/progname.h
lib/quote.h
lib/quotearg.c
lib/quotearg.h
lib/raise.c
lib/rawmemchr.c
lib/rawmemchr.valgrind
lib/read.c
lib/readdir.c
lib/readlink.c
lib/realloc.c
lib/reallocarray.c
lib/rewinddir.c
lib/safe-read.c
lib/safe-read.h
lib/safe-write.c
lib/safe-write.h
lib/save-cwd.c
lib/save-cwd.h
lib/savedir.c
lib/savedir.h
lib/setenv.c
lib/setlocale-lock.c
lib/setlocale_null.c
lib/setlocale_null.h
lib/signal.in.h
lib/sleep.c
lib/stat-time.c
lib/stat-time.h
lib/stat-w32.c
lib/stat-w32.h
lib/stat.c
lib/stdarg.in.h
lib/stdckdint.in.h
lib/stddef.in.h
lib/stdint.in.h
lib/stdio-impl.h
lib/stdio-read.c
lib/stdio-write.c
lib/stdio.in.h
lib/stdlib.in.h
lib/stpcpy.c
lib/strcasecmp.c
lib/strchrnul.c
lib/strchrnul.valgrind
lib/strdup.c
lib/streq.h
lib/strerror-override.c
lib/strerror-override.h
lib/strerror.c
lib/strftime.h
lib/string.in.h
lib/strings.in.h
lib/stripslash.c
lib/strncasecmp.c
lib/strndup.c
lib/strnlen.c
lib/strnlen1.c
lib/strnlen1.h
lib/strtol.c
lib/sys-limits.h
lib/sys_stat.in.h
lib/sys_time.in.h
lib/sys_types.in.h
lib/sysexits.in.h
lib/time-internal.h
lib/time.in.h
lib/time_r.c
lib/time_rz.c
lib/timegm.c
lib/timespec.c
lib/timespec.h
lib/tzset.c
lib/uinttostr.c
lib/umaxtostr.c
lib/unistd--.h
lib/unistd-safer.h
lib/unistd.c
lib/unistd.in.h
lib/unlocked-io.h
lib/unsetenv.c
lib/utime.c
lib/utime.in.h
lib/utimens.c
lib/utimens.h
lib/utimensat.c
lib/vasnprintf.c
lib/vasnprintf.h
lib/verify.h
lib/version-etc-fsf.c
lib/version-etc.c
lib/version-etc.h
lib/vsnprintf.c
lib/warn-on-use.h
lib/wchar.in.h
lib/wctype-h.c
lib/wctype.in.h
lib/windows-initguard.h
lib/wmemchr-impl.h
lib/wmemchr.c
lib/wmempcpy.c
lib/write.c
lib/xalloc-die.c
lib/xalloc-oversized.h
lib/xalloc.h
lib/xgetcwd.c
lib/xgetcwd.h
lib/xmalloc.c
lib/xsize.c
lib/xsize.h
m4/00gnulib.m4
m4/__inline.m4
m4/absolute-header.m4
m4/alloca.m4
m4/argp.m4
m4/assert_h.m4
m4/bison.m4
m4/btowc.m4
m4/builtin-expect.m4
m4/c-bool.m4
m4/calloc.m4
m4/chdir-long.m4
m4/chown.m4
m4/clock_time.m4
m4/close.m4
m4/closedir.m4
m4/codeset.m4
m4/configmake.m4
m4/ctype_h.m4
m4/d-ino.m4
m4/dirent-safer.m4
m4/dirent_h.m4
m4/dirfd.m4
m4/double-slash-root.m4
m4/dup.m4
m4/dup2.m4
m4/eealloc.m4
m4/environ.m4
m4/errno_h.m4
m4/error.m4
m4/error_h.m4
m4/exponentd.m4
m4/extensions.m4
m4/extern-inline.m4
m4/fchdir.m4
m4/fcntl-o.m4
m4/fcntl.m4
m4/fcntl_h.m4
m4/fdopendir.m4
m4/fileblocks.m4
m4/filenamecat.m4
m4/flexmember.m4
m4/float_h.m4
m4/fnmatch.m4
m4/fnmatch_h.m4
m4/fpending.m4
m4/free.m4
m4/fseek.m4
m4/fseeko.m4
m4/fstat.m4
m4/fstatat.m4
m4/getcwd-abort-bug.m4
m4/getcwd-path-max.m4
m4/getcwd.m4
m4/getdelim.m4
m4/getdtablesize.m4
m4/getline.m4
m4/getopt.m4
m4/getpagesize.m4
m4/getprogname.m4
m4/gettext.m4
m4/gettime.m4
m4/gettimeofday.m4
m4/gnulib-common.m4
m4/host-cpu-c-abi.m4
m4/iconv.m4
m4/include_next.m4
m4/intl-thread-locale.m4
m4/intlmacosx.m4
m4/intmax_t.m4
m4/inttostr.m4
m4/inttypes.m4
m4/inttypes_h.m4
m4/isblank.m4
m4/largefile.m4
m4/lchown.m4
m4/lib-ld.m4
m4/lib-link.m4
m4/lib-prefix.m4
m4/limits-h.m4
m4/localcharset.m4
m4/locale-fr.m4
m4/locale-ja.m4
m4/locale-zh.m4
m4/locale_h.m4
m4/lseek.m4
m4/lstat.m4
m4/malloc.m4
m4/malloca.m4
m4/math_h.m4
m4/mbrtowc.m4
m4/mbsinit.m4
m4/mbsrtowcs.m4
m4/mbstate_t.m4
m4/mbtowc.m4
m4/memchr.m4
m4/mempcpy.m4
m4/memrchr.m4
m4/minmax.m4
m4/mktime.m4
m4/mmap-anon.m4
m4/mode_t.m4
m4/msvc-inval.m4
m4/msvc-nothrow.m4
m4/multiarch.m4
m4/nls.m4
m4/nocrash.m4
m4/nstrftime.m4
m4/obstack.m4
m4/off_t.m4
m4/open-cloexec.m4
m4/open-slash.m4
m4/open.m4
m4/openat.m4
m4/opendir.m4
m4/parse-datetime.m4
m4/pathmax.m4
m4/pid_t.m4
m4/pipe.m4
m4/po.m4
m4/printf.m4
m4/progtest.m4
m4/quote.m4
m4/quotearg.m4
m4/raise.m4
m4/rawmemchr.m4
m4/read.m4
m4/readdir.m4
m4/readlink.m4
m4/realloc.m4
m4/reallocarray.m4
m4/rewinddir.m4
m4/safe-read.m4
m4/safe-write.m4
m4/save-cwd.m4
m4/savedir.m4
m4/setenv.m4
m4/setlocale_null.m4
m4/signal_h.m4
m4/sleep.m4
m4/ssize_t.m4
m4/stat-time.m4
m4/stat.m4
m4/std-gnu11.m4
m4/stdalign.m4
m4/stdarg.m4
m4/stddef_h.m4
m4/stdint.m4
m4/stdint_h.m4
m4/stdio_h.m4
m4/stdlib_h.m4
m4/stpcpy.m4
m4/strcase.m4
m4/strchrnul.m4
m4/strdup.m4
m4/strerror.m4
m4/string_h.m4
m4/strings_h.m4
m4/strndup.m4
m4/strnlen.m4
m4/strtol.m4
m4/sys_socket_h.m4
m4/sys_stat_h.m4
m4/sys_time_h.m4
m4/sys_types_h.m4
m4/sysexits.m4
m4/threadlib.m4
m4/time_h.m4
m4/time_r.m4
m4/time_rz.m4
m4/timegm.m4
m4/timespec.m4
m4/tm_gmtoff.m4
m4/tzset.m4
m4/unistd-safer.m4
m4/unistd_h.m4
m4/unlocked-io.m4
m4/utime.m4
m4/utime_h.m4
m4/utimens.m4
m4/utimensat.m4
m4/utimes.m4
m4/vararrays.m4
m4/vasnprintf.m4
m4/version-etc.m4
m4/visibility.m4
m4/vsnprintf.m4
m4/warn-on-use.m4
m4/wchar_h.m4
m4/wchar_t.m4
m4/wctype_h.m4
m4/wint_t.m4
m4/wmemchr.m4
m4/wmempcpy.m4
m4/write.m4
m4/xalloc.m4
m4/xgetcwd.m4
m4/xsize.m4
m4/zzgnulib.m4
Updating file build-aux/config.rpath (backup in build-aux/config.rpath~)
Finished.
You may need to add #include directives for the following .h files.
#include <alloca.h>
#include <fnmatch.h>
#include <getopt.h>
#include <inttypes.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/stat.h>
#include <unistd.h>
#include "argmatch.h"
#include "argp-version-etc.h"
#include "argp.h"
#include "closeout.h"
#include "configmake.h"
#include "dirname.h"
#include "error.h"
#include "full-write.h"
#include "gettext.h"
#include "hash.h"
#include "inttostr.h"
#include "obstack.h"
#include "parse-datetime.h"
#include "progname.h"
#include "quote.h"
#include "quotearg.h"
#include "safe-read.h"
#include "savedir.h"
#include "unlocked-io.h"
#include "utimens.h"
#include "xalloc.h"
#include "xgetcwd.h"
You may need to use the following Makefile variables when linking.
Use them in <program>_LDADD when linking a program, or
in <library>_a_LDFLAGS or <library>_la_LDFLAGS when linking a library.
$(CLOCK_TIME_LIB)
$(HARD_LOCALE_LIB)
$(LTLIBINTL) when linking with libtool, $(LIBINTL) otherwise
$(MBRTOWC_LIB)
$(SETLOCALE_NULL_LIB)
Don't forget to
- add "gnu/Makefile" to AC_CONFIG_FILES in ./configure.ac,
- mention "gnu" in SUBDIRS in Makefile.am,
- mention "-I m4" in ACLOCAL_AMFLAGS in Makefile.am
or add an AC_CONFIG_MACRO_DIRS([m4]) invocation in ./configure.ac,
- mention "m4/gnulib-cache.m4" in EXTRA_DIST in Makefile.am,
- invoke gl_EARLY in ./configure.ac, right after AC_PROG_CC,
- invoke gl_INIT in ./configure.ac.
running: AUTOPOINT=true LIBTOOLIZE=true autoreconf --verbose --install --force
-I m4 --no-recursive
autoreconf: export WARNINGS=
autoreconf: Entering directory '.'
autoreconf: running: true --force
autoreconf: running: aclocal -I m4 --force -I m4 -I am
autoreconf: configure.ac: tracing
autoreconf: configure.ac: not using Libtool
autoreconf: configure.ac: not using Intltool
autoreconf: configure.ac: not using Gtkdoc
autoreconf: running: /usr/bin/autoconf --include=m4 --force
configure.ac:41: warning: The macro `AC_TYPE_SIGNAL' is obsolete.
configure.ac:41: You should run autoupdate.
./lib/autoconf/types.m4:776: AC_TYPE_SIGNAL is expanded from...
configure.ac:41: the top level
configure.ac:46: warning: The macro `AC_HEADER_STDC' is obsolete.
configure.ac:46: You should run autoupdate.
./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from...
configure.ac:46: the top level
configure.ac:48: warning: The macro `AC_COMPILE_CHECK_RETTYPE' is obsolete.
configure.ac:48: You should run autoupdate.
am/ax_compile_check_rettype.m4:60: AC_COMPILE_CHECK_RETTYPE is expanded from...
configure.ac:48: the top level
configure.ac:49: warning: The macro `AC_COMPILE_CHECK_RETTYPE' is obsolete.
configure.ac:49: You should run autoupdate.
am/ax_compile_check_rettype.m4:60: AC_COMPILE_CHECK_RETTYPE is expanded from...
configure.ac:49: the top level
configure.ac:56: warning: gl_SIZE_MAX is m4_require'd but not m4_defun'd
m4/xsize.m4:7: gl_XSIZE is expanded from...
m4/gnulib-comp.m4:269: gl_INIT is expanded from...
configure.ac:56: the top level
configure.ac:58: warning: The macro `AC_TRY_CPP' is obsolete.
configure.ac:58: You should run autoupdate.
./lib/autoconf/general.m4:2762: AC_TRY_CPP is expanded from...
lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from...
lib/m4sugar/m4sh.m4:699: AS_IF is expanded from...
./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
m4/rmt.m4:2: PU_RMT is expanded from...
m4/paxutils.m4:3: cpio_PAXUTILS is expanded from...
configure.ac:58: the top level
configure.ac:58: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:58: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
m4/rmt.m4:2: PU_RMT is expanded from...
m4/paxutils.m4:3: cpio_PAXUTILS is expanded from...
configure.ac:58: the top level
configure.ac:58: warning: The macro `AC_HEADER_TIME' is obsolete.
configure.ac:58: You should run autoupdate.
./lib/autoconf/headers.m4:743: AC_HEADER_TIME is expanded from...
m4/system.m4:8: PU_SYSTEM is expanded from...
m4/paxutils.m4:3: cpio_PAXUTILS is expanded from...
configure.ac:58: the top level
configure.ac:58: warning: The macro `AC_STRUCT_ST_BLKSIZE' is obsolete.
configure.ac:58: You should run autoupdate.
./lib/autoconf/types.m4:1000: AC_STRUCT_ST_BLKSIZE is expanded from...
m4/system.m4:8: PU_SYSTEM is expanded from...
m4/paxutils.m4:3: cpio_PAXUTILS is expanded from...
configure.ac:58: the top level
configure.ac:61: warning: The macro `AC_TRY_COMPILE' is obsolete.
configure.ac:61: You should run autoupdate.
./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from...
lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from...
lib/m4sugar/m4sh.m4:699: AS_IF is expanded from...
./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
am/pack.m4:18: CPIO_PACKED_STRUCTS is expanded from...
configure.ac:61: the top level
configure.ac:61: warning: The macro `AC_TRY_RUN' is obsolete.
configure.ac:61: You should run autoupdate.
./lib/autoconf/general.m4:2997: AC_TRY_RUN is expanded from...
lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from...
lib/m4sugar/m4sh.m4:699: AS_IF is expanded from...
./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
am/pack.m4:18: CPIO_PACKED_STRUCTS is expanded from...
configure.ac:61: the top level
configure.ac:66: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:66: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:66: the top level
configure:21017: error: possibly undefined macro: gl_SIZE_MAX
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
autoreconf: error: /usr/bin/autoconf failed with exit status: 1
./bootstrap: autoreconf failed
==> ERROR: A failure occurred in build().
Aborting...
Process makepkg<1> exited abnormally with code 4
Best Regards
Stefan Husmann
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Autoconf issues,
stefan-husmann <=