Dear Ralf,
thanks for the reply,
it was actually me who added that nasty "dnl" :-(
I did as you told and got the next or prior problem
which was the reason why I added that nasty "dnl"
karl@wks39:/vobs/old_cvs_stuff7> vi configure.in
karl@wks39:/vobs/old_cvs_stuff7> aclocal
configure.in:618: error: `src/plandisp/Makefile' is already registered
with AC_CONFIG_FILES.
/usr/src/packages/BUILD/autoconf-2.59/tests/../lib/autoconf/status.m4:848:
AC_CONFIG_FILES is expanded from...
configure.in:618: the top level
autom4te: /usr/bin/m4 failed with exit status: 1
aclocal: autom4te failed with exit status: 1
karl@wks39:/vobs/old_cvs_stuff7> autoconf
configure.in:618: error: `src/plandisp/Makefile' is already registered
with AC_CONFIG_FILES.
/usr/src/packages/BUILD/autoconf-2.59/tests/../lib/autoconf/status.m4:848:
AC_CONFIG_FILES is expanded from...
configure.in:618: the top level
autom4te: /usr/bin/m4 failed with exit status: 1
I considered to upgrade to autoconf 2.60;
however, I feer the dependencies:
-rw-r--r-- 1 karl vdp 1366620 2006-09-14 14:54 autoconf-2.60.tar.gz
-rw-r--r-- 1 karl vdp 905261 2006-09-14 15:02 automake-1.9.tar.gz
-rw-r--r-- 1 karl vdp 635800 2006-09-14 15:07 m4-1.4.6.tar.gz
Karl
Ralf Wildenhues wrote:
* Karl Schmitt wrote on Thu, Sep 14, 2006 at 03:58:30PM CEST:
AC_OUTPUT([
Makefile
[...]
dnl src/plandisp/Makefile
[...]
Please remove the line within the first AC_OUTPUT argument that is
commented out with dnl. Then autoconf should succeed. If it moans
about macros such as AM_INIT_AUTOMAKE that it could not find, then
you forgot to run aclocal before running automake.
Hope that helps.
You may want to upgrade to Autoconf-2.60, and heed the comments that
autoconf -Wall
gives you then. But it isn't crucial.
Cheers,
Ralf
_______________________________________________
Autoconf mailing list
Autoconf@xxxxxxx
http://lists.gnu.org/mailman/listinfo/autoconf
_______________________________________________
Autoconf mailing list
Autoconf@xxxxxxx
http://lists.gnu.org/mailman/listinfo/autoconf