autoconf



Hi!

I'm having the following error when trying to run autogen.sh on some CVS
modules. Using autoconf-2.52:

processing .
deletefiles is  macros/gnome-gettext.m4
Running xml-i18n-toolize... Ignore non-fatal messages.
no need for patching file `Makefile.in.in'
Running libtoolize...
You should update your `aclocal.m4' by running aclocal.
Putting files in AC_CONFIG_AUX_DIR, `..'.
Running aclocal  -I macros ...
Running autoheader...
Running automake --gnu  ...
Running autoconf ...
configure.in:676: error: m4_popdef: undefined macro: AC_Dest
acgeneral.m4:3399: AC_CONFIG_FILES is expanded from...
configure.in:676: the top level

configure.in does not have 676 lines, so I can't see where the error
comes from. In acgeneral.m4, this is what is at the line 3399:

AC_DEFUN([AC_CONFIG_FILES],
[m4_divert_push([KILL])
_AC_CONFIG_UNIQUE([$1])
_AC_CONFIG_DEPENDENCIES([$1])
m4_append([AC_LIST_FILES], [ $1])
dnl Register the commands.
m4_ifval([$2], [AC_FOREACH([AC_File], [$1],
[m4_append([AC_LIST_FILES_COMMANDS],
[    ]m4_patsubst(AC_File, [:.*])[ ) $2 ;;
])])])
_AC_CONFIG_COMMANDS_INIT([$3])
m4_divert_pop([KILL])dnl
ac_config_files="$ac_config_files m4_normalize([$1])"
])dnl

For some other modules (file-sel was the last one) it works. I've
compared the configure.in file in the modules that work with the ones
that don't work, and I can't see much difference.

Any idea?

cheers
-- 
Rodrigo Moya <rodrigo gnome-db org> - <rodrigo ximian com>
http://www.gnome-db.org/ - http://www.ximian.com/




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