Bruno Haible <[EMAIL PROTECTED]> 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:

[EMAIL PROTECTED]:~/src/gnutls$ gnulib-tool --import --macro-prefix=gl 
--source-base=gl --m4-base=gl/m4 --lib=libgl getline error getpass minmax 
snprintf memmove readline
...
[EMAIL PROTECTED]:~/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:

[EMAIL PROTECTED]:~/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.'
[EMAIL PROTECTED]:~/src/gnutls$

Thanks,
Simon


_______________________________________________
bug-gnulib mailing list
bug-gnulib@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnulib

Reply via email to