octave-maintainers
[Top][All Lists]
Advanced

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

error: possibly undefined macro: gl_SOCKETS


From: David Grundberg
Subject: error: possibly undefined macro: gl_SOCKETS
Date: Thu, 04 Feb 2010 10:49:48 +0100
User-agent: Thunderbird 2.0.0.23 (X11/20090812)

changeset:   10262:2b05f4aff27c

$ ./autogen.sh
... snip ...
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
./bootstrap: aclocal --force -I m4 ...
configure.ac:264: warning: gl_SOCKETS is m4_require'd but not m4_defun'd
m4/select.m4:7: gl_FUNC_SELECT is expanded from...
m4/nanosleep.m4:14: gl_FUNC_NANOSLEEP is expanded from...
m4/gnulib-comp.m4:35: gl_INIT is expanded from...
configure.ac:264: the top level
./bootstrap: autoconf --force ...
configure.ac:264: warning: gl_SOCKETS is m4_require'd but not m4_defun'd
m4/select.m4:7: gl_FUNC_SELECT is expanded from...
m4/nanosleep.m4:14: gl_FUNC_NANOSLEEP is expanded from...
m4/gnulib-comp.m4:35: gl_INIT is expanded from...
configure.ac:264: the top level
configure:13120: error: possibly undefined macro: gl_SOCKETS
     If this token and others are legitimate, please use m4_pattern_allow.
     See the Autoconf documentation.
$

Naively, I tried to put a gl_SOCKETS line before gl_INIT in configure.ac, it didn't do any difference.

David


reply via email to

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