Hallo
I just updated my CVS version of the mjpegtools on my MAC. 

When I ran afterwards autogen.sh I got that output.
$ ./autogen.sh 
/usr/local/share/aclocal/lqt.m4:14: warning: underquoted definition of
AC_PATH_LQT
  run info '(automake)Extending aclocal'
  or see
http://sources.redhat.com/automake/automake.html#Extending%20aclocal
/usr/local/share/aclocal/gtk.m4:7: warning: underquoted definition of
AM_PATH_GTK
/usr/local/share/aclocal/glib.m4:8: warning: underquoted definition of
AM_PATH_GLIB
/usr/local/share/aclocal/lqt.m4:14: warning: underquoted definition of
AC_PATH_LQT
  run info '(automake)Extending aclocal'
  or see
http://sources.redhat.com/automake/automake.html#Extending%20aclocal
/usr/local/share/aclocal/gtk.m4:7: warning: underquoted definition of
AM_PATH_GTK
/usr/local/share/aclocal/glib.m4:8: warning: underquoted definition of
AM_PATH_GLIB
configure.ac:106: error: possibly undefined macro: AC_DEFINE
      If this token and others are legitimate, please use
m4_pattern_allow.
      See the Autoconf documentation.
autoreconf: /usr/local/bin/autoconf failed with exit status: 1

I have autoconf 2.59, automake 1.8.5 and libtool 1.5.6 installed. 

A configure.sh is generated but does not seem to work properly. 
....
> checking for LIBQUICKTIME LIBS... -L/usr/local/lib -lquicktime -ldl
> checking for LIBQUICKTIME VERSION... 0.9.3pre1
> checking for LIBQUICKTIME - any version... yes
> ./configure: line 24529: syntax error near unexpected token `LIBPNG,'
> ./configure: line 24529: `  PKG_CHECK_MODULES(LIBPNG, libpng, have_libpng=true, 
> have_libpng=false)'

Starting with line 24519 from configure:
# Restore saved variables if test fails
  LIBQUICKTIME_CFLAGS="$ac_save_LIBQUICKTIME_CFLAGS"
  LIBQUICKTIME_LIBS="$ac_save_LIBQUICKTIME_LIBS"
  LIBQUICKTIME_VERSION="$ac_save_LIBQUICKTIME_VERSION"
  :
fi






fi

have_libpng=false
if test x$with_libpng != xno ; then
  PKG_CHECK_MODULES(LIBPNG, libpng, have_libpng=true, have_libpng=false)
fi


if test x$have_libpng = xtrue; then
  HAVE_LIBPNG_TRUE=
  HAVE_LIBPNG_FALSE='#'
else
  HAVE_LIBPNG_TRUE='#'
  HAVE_LIBPNG_FALSE=
fi
----END----

There is a strang space just before the line 24519.
Adding --without-libpng does not help. 

Has anyone a usefull hint ?

auf hoffentlich bald,

Berni the Chaos of Woodquarter

Email: [EMAIL PROTECTED]
www: http://www.lysator.liu.se/~gz/bernhard


-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to