ivmai / cudd

CUDD: CU Decision Diagram package - unofficial git mirror of https://web.archive.org/web/20180127051756/http://vlsi.colorado.edu/~fabio/CUDD/html/index.html (intro: https://web.archive.org/web/20150215010018/http://vlsi.colorado.edu/~fabio/CUDD/cuddIntro.html)
BSD 3-Clause "New" or "Revised" License
114 stars 64 forks source link

'aclocal-1.14' is missing on your system. #2

Closed numairmansur closed 4 years ago

numairmansur commented 4 years ago

During installation, at make, i get

CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /home/numair/Pictures/cudd/build-aux/missing aclocal-1.14 -I m4
/home/numair/Pictures/cudd/build-aux/missing: line 81: aclocal-1.14: command not found
WARNING: 'aclocal-1.14' is missing on your system.
         You should only need it if you modified 'acinclude.m4' or
         'configure.ac' or m4 files included by 'configure.ac'.
         The 'aclocal' program is part of the GNU Automake package:
         <http://www.gnu.org/software/automake>
         It also requires GNU Autoconf, GNU m4 and Perl in order to run:
         <http://www.gnu.org/software/autoconf>
         <http://www.gnu.org/software/m4/>
         <http://www.perl.org/>
Makefile:983: recipe for target 'aclocal.m4' failed
make: *** [aclocal.m4] Error 127

$ aclocal --version

aclocal (GNU automake) 1.15
Copyright (C) 2014 Free Software Foundation, Inc.
License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl-2.0.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by Tom Tromey <tromey@redhat.com>
       and Alexandre Duret-Lutz <adl@gnu.org>.
Terminus-IMRC commented 4 years ago

Run autoreconf and again ./configure.

numairmansur commented 4 years ago

Thanks :)