autoconf
[Top][All Lists]
Advanced

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

RE: AC_UNIQUIFY_FIRST AC_UNIQUIFY_LAST AC_OUTPUT_SUBDIRS


From: Men Muheim
Subject: RE: AC_UNIQUIFY_FIRST AC_UNIQUIFY_LAST AC_OUTPUT_SUBDIRS
Date: Thu, 15 Nov 2001 13:44:01 +0100

> > Unfortunately I cannot find a newer version on the web (I have found
> > autoconf-2.14.tar.gz and autoconf-2.52.tar.gz) but "autoconf
> --version" is
> > still 2.13.
>
> 2.52 is newer than 2.13.  If "autoconf --version" says 2.13, you
> haven't installed the newer version properly.  Please unpack
> autoconf-2.52.tar.gz and read the INSTALL file for further
> instructions.

indeed I have had a Problem with my installation

$ `which autoconf` --version
was not equal to
$ autoconf --version

the version problem should be solved now. but I still get the following
error message (with either autoconf-2.14 or autoconf-2.52):

$ autoconf
configure.in:131: error: possibly undefined macro: AC_UNIQUIFY_FIRST
configure.in:133: error: possibly undefined macro: AC_UNIQUIFY_LAST
configure:6916: error: possibly undefined macro: AC_OUTPUT_SUBDIRS

$ more configure.in
...
  CFLAGS="$CFLAGS $ART_CFLAGS $GTKMMEXT_CFLAGS $ARDOUR_CFLAGS"
  CXXFLAGS="$CXXFLAGS $ART_CFLAGS $GTKMMEXT_CFLAGS $ARDOUR_CFLAGS"
  LIBS="$LIBS $LTLIBS $ART_LIBS -lgtk-canvas $GTKMMEXT_LIBS $ARDOUR_LIBS
$MALLOC_LIBS"

  dnl clean up those argument lists a bit ...

  AC_UNIQUIFY_FIRST([$CXXFLAGS],[CXXFLAGS])
  AC_UNIQUIFY_FIRST([$CFLAGS],[CFLAGS])
  AC_UNIQUIFY_LAST([$LIBS],[LIBS])

  AC_SUBST(SUBDIRS)
...

$ more configure
...
export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:libart_lgpl

  for dir in libart_lgpl gtk-canvas ; do
     AC_OUTPUT_SUBDIRS($dir)
  done
...

$ ./configure
...
./configure: line 1204: syntax error near unexpected token
`AC_OUTPUT_SUBDIRS($dir)'
./configure: line 1204: `     AC_OUTPUT_SUBDIRS($dir)'


Do you have any idea?

thanx in advance!

Regards, Men




reply via email to

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