gddd compile

Greg Czajkowski <[email protected]> Sun, 15 Mar 2015 09:02:55 +0000 (UTC)
Newsgroups gmane.comp.debugging.ddd.general
Message-ID <[email protected]>
Hello.
Tried going to through the compile flow for gddd with autotools 2.69 using

> libtoolize --force && aclocal && autoheader && automake --force-missing --add-missing && autoconf
 
But ran into the same error as Fred

configure.ac:59: error: possibly undefined macro: AM_INIT_AUTOMAKE
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.

Added the suggestion to configure.acc
AC_INIT([ddd],[3.3.12],[[email protected]])
NICKNAME="Dale Head"
AC_SUBST(NICKNAME)
AC_CONFIG_MACRO_DIR([m4])

Next round mentioned
libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.

Adding the suggestion to Makefile.am. Next round
configure.ac:1188: required file `ddd/Ddd.in' not found
but there is no such file. 
Any help is much appreciated. ThanksGreg