dia-list  

./autogen.sh problems

Karim A Nassar
Thu, 26 Apr 2001 11:14:17 -0700

I am getting funny errors when I try to configure dia for compilation. I
grabbed the cvs today, ran ./autogen and got the following:

I am going to run ./configure with no arguments - if you wish 
to pass any to it, please specify them on the ./autogen.sh command line.
Running gettextize...  Ignore non-fatal messages.
sed: can't read aclocal.m4: No such file or directory
You should update your own `aclocal.m4' by adding the necessary
macro packages gettext.m4, lcmessage.m4 and progtest.m4 from
the directory `/usr/share/aclocal'

I have no dir /usr/shar/aclocal and have no idea what this is refering
to. I assume that this is what causes the rest of the errors (the
balnace of this message). Any suggestions?

-- Karim Nassar

-------------------------
Running libtoolize
You should add the contents of `/usr/share/aclocal/libtool.m4' to
`aclocal.m4'.
aclocal: configure.in: 163: macro `AM_PATH_GDK_PIXBUF' not found in
library
automake: configure.in: installing `./install-sh'
automake: configure.in: installing `./mkinstalldirs'
automake: configure.in: installing `./missing'
automake: Makefile.am: installing `./COPYING'
lib/Makefile.am:12: library used but `RANLIB' not defined in
`configure.in'
objects/standard/Makefile.am:3: library used but `LIBTOOL' not defined in
`configure.in'
app/Makefile.am:143: variable `GTK_LIBS' not defined
app/Makefile.am:143: variable `INTLLIBS' not defined
app/Makefile.am:143: variable `LIBART_LIBS' not defined
app/Makefile.am:143: variable `GDK_PIXBUF_LIBS' not defined
app/Makefile.am:156: variable `LIBART_LIBS' not defined
app/Makefile.am:156: variable `GDK_PIXBUF_LIBS' not defined
app/Makefile.am:156: variable `INTLLIBS' not defined
autoconf: Undefined macros:
configure.in:127:    AC_DEFINE(HAVE_UNICODE,, Unicode support library
available)configure.in:13:AC_DISABLE_STATIC
configure.in:146:AC_CHECK_LIB(popt, poptSetOtherOptionHelp,
[AC_DEFINE(HAVE_LIBPOPT)
configure.in:14:AC_PROG_LIBTOOL
configure.in:156:  AC_DEFINE(HAVE_LIBART)],
configure.in:181:    AC_DEFINE(HAVE_LIBPNG)
configure.in:34:  AC_DEFINE(USE_XIM)
configure.in:62:  AC_DEFINE(GNOME)
configure.in:67:    AC_DEFINE(GNOME_PRINT)
creating cache ./config.cache
./configure: line 537: syntax error near unexpected token
`AM_INIT_AUTOMAKE(dia,'
./configure: line 537: `AM_INIT_AUTOMAKE(dia, 0.86)'

Now type 'make' to compile dia.