waddou / libass

Automatically exported from code.google.com/p/libass
1 stars 0 forks source link

autogen.sh fails on Mac OS X 10.8.2 + XCode 4.5 #69

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1. Unpack the source
2. Run autogen.sh

What is the expected output? What do you see instead?

This is the output I see:

> ./autogen.sh 
Running autoreconf...
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I m4
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --copy --force
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
autoreconf: running: /usr/local/bin/autoconf --force
configure.ac:33: 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
Running configure...
configure: error: cannot find install-sh, install.sh, or shtool in "." "./.." 
"./../.."

What version of the product are you using? On what operating system?

I am trying to build libass version 0.10.0 on Mac OS X 10.8.2 (Mountain Lion) 
with XCode 4.5 (+ developer tools) installed.

Compiling libass used to work on Mac OS X 10.7 (Lion) with XCode 4.4 installed.

Original issue reported on code.google.com by Patrick....@gmail.com on 29 Sep 2012 at 5:33

GoogleCodeExporter commented 8 years ago
AC_DEFINE is a very basic autoconf macro. This looks like your autoconf 
installation is broken.

Original comment by g...@chown.ath.cx on 1 Oct 2012 at 2:47

GoogleCodeExporter commented 8 years ago
I'm closing this due to inactivity, and the error not being on libass' side. If 
you still have trouble with autotools, either use the latest release (which 
includes configure) or generate the configure script on another system.

Original comment by g...@chown.ath.cx on 14 Dec 2012 at 10:30