bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-gnulib] getopt module causes autoreconf error


From: Simon Josefsson
Subject: [Bug-gnulib] getopt module causes autoreconf error
Date: Fri, 11 Jul 2003 09:33:36 +0200
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)

[I found another message I sent to address@hidden

I'm trying to merge gnulib's argp with a real project to test
portability, but since my real project uses autoreconf, I discovered
the problem below.  I don't know what the proper solution would be,
but I think gnulib should support autoreconf.

[FWIW, since I wrote this I have integrated gnulib functions into
gsasl, gss, and shishi which all use each other in some way, and
everything works.  those projects already use versioned gettext, so
I didn't run into this problem in practice.]

address@hidden:~/src/gnulib$ ./gnulib-tool --create-testdir --dir=/tmp/testdir 
getoptModule list with included dependencies:
  getopt
  gettext
File list:
  config/config.rpath
  lib/getopt1.c
  lib/getopt.c
  lib/getopt.h
  lib/gettext.h
  m4/codeset.m4
  m4/getopt.m4
  m4/gettext.m4
  m4/glibc21.m4
  m4/iconv.m4
  m4/intdiv0.m4
  m4/inttypes_h.m4
  m4/inttypes.m4
  m4/inttypes-pri.m4
  m4/isc-posix.m4
  m4/lcmessage.m4
  m4/lib-ld.m4
  m4/lib-link.m4
  m4/lib-prefix.m4
  m4/nls.m4
  m4/onceonly_2_57.m4
  m4/po.m4
  m4/progtest.m4
  m4/stdint_h.m4
  m4/uintmax_t.m4
  m4/ulonglong.m4
executing aclocal-1.7 -I m4
executing autoheader
executing autoconf
executing automake-1.7 --add-missing --copy
configure.ac: installing `./install-sh'
configure.ac: installing `./mkinstalldirs'
configure.ac: installing `./missing'
configure.ac:14: installing `./config.guess'
configure.ac:14: installing `./config.sub'
address@hidden:~/src/gnulib$ cd /tmp/testdir/
address@hidden:/tmp/testdir$ autoreconf --verbose
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal -I m4 --output=aclocal.m4t
autoreconf: `aclocal.m4' is unchanged
autoreconf: configure.ac: tracing
autoreconf: configure.ac: AM_GNU_GETTEXT is used, but not AM_GNU_GETTEXT_VERSION
address@hidden:/tmp/testdir$





reply via email to

[Prev in Thread] Current Thread [Next in Thread]