Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Ethereal-dev: [Ethereal-dev] Autogen.sh failure - autom4te

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: "Sushil Selvaraj (LN/EAB)" <sushil.selvaraj@xxxxxxxxxxxx>
Date: Wed, 7 Jul 2004 11:06:00 +0200
Hi,

I am having problems running the autogen.sh script. Autom4te finds the macro AC_PROG_LIBTOOL in libtool.m4 but m4 still compains that it cant find the file (see screen dump below). If you have any hints (or solutions) please help me. I would be most grateful. Thanks!

I am running Solaris 8 (Sparc) and
automake V.1.8.5
autoconf V.2.59
autom4teV.2.59
m4 V.1.4.1
libtool V.1.5.6

Best regards
Sushil Selvaraj
Ericsson AB


whiff:/export/home/coreUser/esussel/ethsrc/ethereal-0.10.4> autogen.sh
Checking for python.
autogen.sh: glibtool: not found
libtoolize --copy --force
You should update your `aclocal.m4' by running aclocal.
processing .
aclocal -I ./aclocal-fallback -I /opt/sfw/share/aclocal
/opt/sfw/share/aclocal/xmms.m4:17: warning: underquoted definition of XMMS_TEST_VERSION
  run info '(automake)Extending aclocal'
  or see http://sources.redhat.com/automake/automake.html#Extending%20aclocal
/opt/sfw/share/aclocal/xmms.m4:62: warning: underquoted definition of AM_PATH_XMMS
/opt/sfw/share/aclocal/sdl.m4:11: warning: underquoted definition of AM_PATH_SDL
/opt/sfw/share/aclocal/progtest.m4:13: warning: underquoted definition of AM_PATH_PROG_WITH_TEST
/opt/sfw/share/aclocal/lcmessage.m4:11: warning: underquoted definition of AM_LC_MESSAGES
/opt/sfw/share/aclocal/imlib.m4:9: warning: underquoted definition of AM_PATH_IMLIB
/opt/sfw/share/aclocal/imlib.m4:167: warning: underquoted definition of AM_PATH_GDK_IMLIB
/opt/sfw/share/aclocal/gtk.m4:7: warning: underquoted definition of AM_PATH_GTK
/opt/sfw/share/aclocal/glib.m4:8: warning: underquoted definition of AM_PATH_GLIB
/opt/sfw/share/aclocal/gimp.m4:8: warning: underquoted definition of AM_PATH_GIMP
/opt/sfw/share/aclocal/gettext.m4:11: warning: underquoted definition of AM_WITH_NLS
/opt/sfw/share/aclocal/gettext.m4:196: warning: underquoted definition of AM_GNU_GETTEXT
/opt/sfw/share/aclocal/esd.m4:10: warning: underquoted definition of AM_PATH_ESD
/opt/sfw/share/aclocal/ac_find_motif.m4:20: warning: underquoted definition of AC_FIND_MOTIF
/usr/local/share/aclocal/pkg.m4:5: warning: underquoted definition of PKG_CHECK_MODULES
configure.in:21: /usr/local/bin/m4: ERROR: Reading inserted file: No such file or directory
autom4te: /usr/local/bin/m4 failed with exit status: 1


Running autom4te manually in a simplified manner with less arguments yield the same error. 
Line 21 in configure.in reads: AC_PROG_LIBTOOL  This macro is found in the libtool.m4 file but it seems as m4.


whiff:/export/home/coreUser/esussel/ethsrc/ethereal-0.10.4> autom4te --language Autoconf-without-aclocal-m4 /bin/libtool.m4 configure.in --verbose

autom4te: the trace request object is:
autom4te: $VAR1 = bless( [
autom4te:                  3,
autom4te:                  '0',
autom4te:                  [
autom4te:                    '/usr/local/share/autoconf'
autom4te:                  ],
autom4te:                  [
autom4te:                    '/usr/local/share/autoconf/autoconf/autoconf.m4f',
autom4te:                    '/bin/libtool.m4',
autom4te:                    'configure.in'
autom4te:                  ],
autom4te:                  {
autom4te:                    'AM_CONDITIONAL' => 1,
autom4te:                    'AC_PROG_GCC_TRADITIONAL' => 1,
autom4te:                    'AC_FUNC_STRERROR_R' => 1,
autom4te:                    'AC_CONFIG_AUX_DIR' => 1,
autom4te:                    'AC_PROG_LN_S' => 1,
autom4te:                    'AC_PATH_X' => 1,
autom4te:                    'AC_CANONICAL_HOST' => 1,
autom4te:                    'AC_LIBSOURCE' => 1,
autom4te:                    'AC_CHECK_MEMBERS' => 1,
.....
autom4te:                    'AC_PROG_LIBTOOL' => 1,
autom4te:                    'AC_FUNC_REALLOC' => 1,
autom4te:                    'AC_PROG_INSTALL' => 1,
autom4te:                    'AC_FUNC_ERROR_AT_LINE' => 1,
autom4te:                    'AC_FUNC_SETPGRP' => 1,
autom4te:                    'AC_FUNC_MKTIME' => 1,
autom4te:                    'AC_CHECK_TYPES' => 1,
autom4te:                    'AC_FUNC_WAIT3' => 1,
autom4te:                    'm4_sinclude' => 1,
autom4te:                    'AM_INIT_AUTOMAKE' => 1,
autom4te:                    'AC_FUNC_VPRINTF' => 1,
autom4te:                    'AC_CONFIG_LINKS' => 1,
autom4te:                    'AC_PROG_YACC' => 1,
autom4te:                    'AC_CHECK_HEADERS' => 1
autom4te:                  }
autom4te:                ], 'Autom4te::Request' );
autom4te: running: /usr/local/bin/m4 --nesting-limit=1024 --include=/usr/local/share/autoconf --debug=aflq --fatal-warning --error-output=autom4te.cache/traces.3t --trace=AC_CANONICAL_HOST --trace=AC_CANONICAL_SYSTEM --trace=AC_CHECK_FUNCS --trace=AC_CHECK_HEADERS --trace=AC_CHECK_LIB --trace=AC_CHECK_MEMBERS --trace=AC_CHECK_TYPES --trace=AC_CONFIG_AUX_DIR --trace=AC_CONFIG_FILES --trace=AC_CONFIG_HEADERS --trace=AC_CONFIG_LIBOBJ_DIR --trace=AC_CONFIG_LINKS --trace=AC_CONFIG_SUBDIRS --trace=AC_C_CONST --trace=AC_C_INLINE --trace=AC_C_VOLATILE --trace=AC_DECL_SYS_SIGLIST --trace=AC_DEFINE_TRACE_LITERAL --trace=AC_FUNC_ALLOCA --trace=AC_FUNC_CHOWN --trace=AC_FUNC_CLOSEDIR_VOID --trace=AC_FUNC_ERROR_AT_LINE --trace=AC_FUNC_FORK --trace=AC_FUNC_FSEEKO --trace=AC_FUNC_GETGROUPS --trace=AC_FUNC_GETLOADAVG --trace=AC_FUNC_GETMNTENT --trace=AC_FUNC_GETPGRP --trace=AC_FUNC_LSTAT --trace=AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK --trace=AC_FUNC_MALLOC --trace=AC_FUNC_MBRTOWC --trace=AC_F!
 UNC_MEMCMP --trace=AC_FUNC_MKTIME --trace=AC_FUNC_MMAP --trace=AC_FUNC_OBSTACK --trace=AC_FUNC_REALLOC --trace=AC_FUNC_SELECT_ARGTYPES --trace=AC_FUNC_SETPGRP --trace=AC_FUNC_SETVBUF_REVERSED --trace=AC_FUNC_STAT --trace=AC_FUNC_STRCOLL --trace=AC_FUNC_STRERROR_R --trace=AC_FUNC_STRFTIME --trace=AC_FUNC_STRNLEN --trace=AC_FUNC_STRTOD --trace=AC_FUNC_UTIME_NULL --trace=AC_FUNC_VPRINTF --trace=AC_FUNC_WAIT3 --trace=AC_HEADER_DIRENT --trace=AC_HEADER_MAJOR --trace=AC_HEADER_STAT --trace=AC_HEADER_STDC --trace=AC_HEADER_SYS_WAIT --trace=AC_HEADER_TIME --trace=AC_INIT --trace=AC_LIBSOURCE --trace=AC_PATH_X --trace=AC_PROG_AWK --trace=AC_PROG_CC --trace=AC_PROG_CPP --trace=AC_PROG_CXX --trace=AC_PROG_GCC_TRADITIONAL --trace=AC_PROG_INSTALL --trace=AC_PROG_LEX --trace=AC_PROG_LIBTOOL --trace=AC_PROG_LN_S --trace=AC_PROG_MAKE_SET --trace=AC_PROG_RANLIB --trace=AC_PROG_YACC --trace=AC_REPLACE_FNMATCH --trace=AC_STRUCT_ST_BLOCKS --trace=AC_STRUCT_TIMEZONE --trace=AC_STRUCT_TM --trace!
 =AC_SUBST --trace=AC_TYPE_MODE_T --trace=AC_TYPE_OFF_T --trace=AC_TYPE
_PID_T --trace=AC_TYPE_SIGNAL --trace=AC_TYPE_SIZE_T --trace=AC_TYPE_UID_T --trace=AH_OUTPUT --trace=AM_AUTOMAKE_VERSION --trace=AM_CONDITIONAL --trace=AM_GNU_GETTEXT --trace=AM_INIT_AUTOMAKE --trace=AM_MAINTAINER_MODE --trace=AM_PROG_CC_C_O --trace=_m4_warn --trace=include --trace=m4_include --trace=m4_pattern_allow --trace=m4_pattern_forbid --trace=m4_sinclude --trace=sinclude --reload-state=/usr/local/share/autoconf/autoconf/autoconf.m4f /bin/libtool.m4 configure.in </dev/null >autom4te.cache/output.3t
configure.in:21: /usr/local/bin/m4: ERROR: Reading inserted file: No such file or directory
autom4te: /usr/local/bin/m4 failed with exit status: 1







_______________________________________________
M4-discuss mailing list
M4-discuss@xxxxxxx
http://lists.gnu.org/mailman/listinfo/m4-discuss