bug-gnulib
[Top][All Lists]
Advanced

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

Re: gnulib-tool changes


From: Simon Josefsson
Subject: Re: gnulib-tool changes
Date: Thu, 01 Sep 2005 13:52:40 +0200
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

Bruno Haible <address@hidden> writes:

> Simon Josefsson wrote:
>> Yup, I'm using two configure.ac's in gsasl, but I don't want to change
>> gnutls to use the same scheme for only this reason.  And with your
>> work, I don't have to.
>
> OK, can you try it? The essential changes are already in CVS.

I reverted all my old gnulib related settings, and invoked:

address@hidden:~/src/gnutls$ gnulib-tool --import --macro-prefix=gl 
--source-base=gl --m4-base=gl/m4 --lib=libgl getline error getpass minmax 
snprintf memmove readline
...
address@hidden:~/src/gnutls$ gnulib-tool --import --macro-prefix=lgl 
--source-base=lgl --m4-base=lgl/m4 --lib=liblgl --lgpl memmem

However, during autoreconf, I still get:

address@hidden:~/src/gnutls$ ./buildconf
+ gtkdocize
+ autoreconf --force --install
/usr/share/aclocal/xdelta.m4:7: warning: underquoted definition of 
AM_PATH_XDELTA
  run info '(automake)Extending aclocal'
  or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
/usr/share/aclocal/oaf.m4:4: warning: underquoted definition of AM_PATH_OAF
/usr/share/aclocal/libart.m4:11: warning: underquoted definition of 
AM_PATH_LIBART
/usr/share/aclocal/gtk.m4:7: warning: underquoted definition of AM_PATH_GTK
/usr/share/aclocal/glib.m4:8: warning: underquoted definition of AM_PATH_GLIB
/usr/share/aclocal/gconf-1.m4:4: warning: underquoted definition of 
AM_PATH_GCONF
/usr/share/aclocal/gconf-1.m4:71: warning: underquoted definition of 
AM_GCONF_SOURCE
/usr/share/aclocal/xdelta.m4:7: warning: underquoted definition of 
AM_PATH_XDELTA
  run info '(automake)Extending aclocal'
  or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
/usr/share/aclocal/oaf.m4:4: warning: underquoted definition of AM_PATH_OAF
/usr/share/aclocal/libart.m4:11: warning: underquoted definition of 
AM_PATH_LIBART
/usr/share/aclocal/gtk.m4:7: warning: underquoted definition of AM_PATH_GTK
/usr/share/aclocal/glib.m4:8: warning: underquoted definition of AM_PATH_GLIB
/usr/share/aclocal/gconf-1.m4:4: warning: underquoted definition of 
AM_PATH_GCONF
/usr/share/aclocal/gconf-1.m4:71: warning: underquoted definition of 
AM_GCONF_SOURCE
gl/Makefile.am:18: required file `gl/memmem.c' not found
lgl/Makefile.am:18: required file `lgl/readline.c' not found
lgl/Makefile.am:18: required file `lgl/memmove.c' not found
lgl/Makefile.am:18: required file `lgl/getdelim.c' not found
lgl/Makefile.am:18: required file `lgl/error.c' not found
lgl/Makefile.am:18: required file `lgl/error.h' not found
lgl/Makefile.am:18: required file `lgl/vasnprintf.c' not found
lgl/Makefile.am:18: required file `lgl/getdelim.h' not found
lgl/Makefile.am:18: required file `lgl/readline.h' not found
lgl/Makefile.am:18: required file `lgl/printf-args.c' not found
lgl/Makefile.am:18: required file `lgl/printf-parse.c' not found
lgl/Makefile.am:18: required file `lgl/asnprintf.c' not found
lgl/Makefile.am:18: required file `lgl/getpass.c' not found
lgl/Makefile.am:18: required file `lgl/getline.h' not found
lgl/Makefile.am:18: required file `lgl/getline.c' not found
lgl/Makefile.am:18: required file `lgl/getpass.h' not found
lgl/Makefile.am:18: required file `lgl/snprintf.c' not found
autoreconf: automake failed with exit status: 1
+ : 'Run "./configure --enable-developer-mode --enable-gtk-doc && make" now.'
address@hidden:~/src/gnutls$

Thanks,
Simon




reply via email to

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