* socket.c (scm_fill_sockaddr): zero the address structure before
[bpt/guile.git] / autogen.sh
CommitLineData
5d94b2fe
JB
1#!/bin/sh
2
0b49b6ae
JB
3[ -f GUILE-VERSION ] || {
4 echo "autogen.sh: run this command only at the top of a Guile source tree."
5 exit 1
6}
7
8aclocal -I .
ee31ced2 9autoheader
0b49b6ae
JB
10autoconf
11automake
12
13( cd guile-readline; ./autogen.sh )