http://bugs.cinelerra.org/show_bug.cgi?id=432
Summary: Running 'autoreconf -i --force' fails with complaints
about undefined macros
Product: Cinelerra
Version: 2.1
Platform: PC
OS/Version: Linux
Status: NEW
Severity: major
Priority: Medium
Component: Building
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
autoreconf -i --force fails with undefined macros, and recommendation to use
m4_pattern_allow.
I have autoconf version 2.61-3
I placed the following at the start of configure.in
m4_pattern_allow(AC_ENABLE_SHARED)
m4_pattern_allow(AC_DISABLE_STATIC)
m4_pattern_allow(AC_PROG_LIBTOOL)
And the result was a problem with RANLIB.
Added 'AC_PROG_RANLIB' at start of configure.in and failed with undefined macro
_m4_divert_diversion.
I am lost!
Worik
Reproducible: Always
Steps to Reproduce:
1. svn checkout svn://svn.skolelinux.org/cinelerra/trunk/hvirtual
2. cd hvirtual
3. autoreconf -i --force
Actual Results:
[EMAIL PROTECTED]:/media/sda1/home/worik/Desktop/source/cinelerra/hvirtual$
autoreconf
-i --force
configure.in:25: error: possibly undefined macro: AC_ENABLE_SHARED
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.in:26: error: possibly undefined macro: AC_DISABLE_STATIC
configure.in:27: error: possibly undefined macro: AC_PROG_LIBTOOL
autoreconf: /usr/bin/autoconf failed with exit status: 1
I have autoconf version 2.61-3
I placed the fiollowing at the start of configure.in
m4_pattern_allow(AC_ENABLE_SHARED)
m4_pattern_allow(AC_DISABLE_STATIC)
m4_pattern_allow(AC_PROG_LIBTOOL)
And the result was...
cinelerra/data/Makefile.am:1: The usual way to define `RANLIB' is to add
`AC_PROG_RANLIB'
cinelerra/data/Makefile.am:1: to `configure.in' and run `autoconf' again.
plugins/bluedottheme/data/Makefile.am:1: library used but `RANLIB' is undefined
plugins/bluedottheme/data/Makefile.am:1:
plugins/bluedottheme/data/Makefile.am:1: The usual way to define `RANLIB' is to
add `AC_PROG_RANLIB'
And a whole lot of similar errors.
Added 'AC_PROG_RANLIB' at start of configure.in and result was...
[EMAIL PROTECTED]:/media/sda1/home/worik/Desktop/source/cinelerra/hvirtual$
autoreconf
-i --force
configure.in:5: error: m4_defn: undefined macro: _m4_divert_diversion
configure.in:5: the top level
autom4te: /usr/bin/m4 failed with exit status: 1
autoreconf: configure.in: AM_GNU_GETTEXT_VERSION is used, but not
AM_GNU_GETTEXT
configure.in:5: error: m4_defn: undefined macro: _m4_divert_diversion
configure.in:5: the top level
autom4te: /usr/bin/m4 failed with exit status: 1
autoreconf: /usr/bin/autoconf failed with exit status: 1
uname -a
Linux kupe 2.6.20-16-generic #2 SMP Thu Jun 7 20:19:32 UTC 2007 i686 GNU/Linux
Ubuntu 7.04 Feisty Fawn
--
Configure bugmail: http://bugs.cinelerra.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
_______________________________________________
Cinelerra mailing list
[email protected]
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra