Subject: mng and automake on OS X
To: None <tech-pkg@netbsd.org>
From: Louis Guillaume <lguillaume@berklee.edu>
List: tech-pkg
Date: 08/04/2004 09:07:55
Hi Everyone,

I'm having this problem building mng on OS X. This is from pkgsrc-2004Q2...

===> Configuring for mng-1.0.7
cd /Volumes/Huevos/pkgsrc/graphics/mng/work/libmng-1.0.7; 
                  /bin/ln -sf makefiles/configure.in .;       /bin/ln 
-sf makefiles/Makefile.am .;    /Volumes/Huevos/pkg/bin/aclocal-1.8; 
                             /Volumes/Huevos/pkg/bin/libtoolize 
--automake;  /Volumes/Huevos/pkg/bin/automake-1.8 -a --foreign -i; 
          /Volumes/Huevos/pkg/bin/autoconf
/Volumes/Huevos/pkg/share/aclocal/pkg.m4:5: warning: underquoted 
definition of PKG_CHECK_MODULES
   run info '(automake)Extending aclocal'
   or see 
http://sources.redhat.com/automake/automake.html#Extending%20aclocal
/Volumes/Huevos/pkg/share/aclocal/libtasn1.m4:12: warning: underquoted 
definition of AM_PATH_LIBTASN1
/Volumes/Huevos/pkg/share/aclocal/libgnutls.m4:12: warning: underquoted 
definition of AM_PATH_LIBGNUTLS
/Volumes/Huevos/pkg/share/aclocal/libgnutls-extra.m4:12: warning: 
underquoted definition of AM_PATH_LIBGNUTLS_EXTRA
/Volumes/Huevos/pkg/share/aclocal/libgcrypt.m4:23: warning: underquoted 
definition of AM_PATH_LIBGCRYPT
/Volumes/Huevos/pkg/share/aclocal/gpg-error.m4:7: warning: underquoted 
definition of AM_PATH_GPG_ERROR
autom4te: unknown language: Autoconf-without-aclocal-m4
aclocal-1.8: autom4te failed with exit status: 1
*** Error code 1

Stop.

Any help would be great. Thanks,

Louis