ayazhassan/hydrazine

difficutly with instalation

GoogleCodeExporter opened this issue · 1 comments

Hi!

i am sorry to use issues but i need serious with instalation.

autoconf returns this:

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

and automake returns this:

"

Makefile.am:16: library used but `RANLIB' is undefined
Makefile.am:16:   The usual way to define `RANLIB' is to add `AC_PROG_RANLIB'
Makefile.am:16:   to `configure.ac' and run `autoconf' again.
/usr/share/automake-1.11/am/depend2.am: am__fastdepCXX does not appear in 
AM_CONDITIONAL
/usr/share/automake-1.11/am/depend2.am:   The usual way to define 
`am__fastdepCXX' is to add `AC_PROG_CXX'
/usr/share/automake-1.11/am/depend2.am:   to `configure.ac' and run `aclocal' 
and `autoconf' again.
/usr/share/automake-1.11/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
/usr/share/automake-1.11/am/depend2.am:   The usual way to define `AMDEP' is to 
add one of the compiler tests
/usr/share/automake-1.11/am/depend2.am:     AC_PROG_CC, AC_PROG_CXX, 
AC_PROG_CXX, AC_PROG_OBJC,
/usr/share/automake-1.11/am/depend2.am:     AM_PROG_AS, AM_PROG_GCJ, AM_PROG_UPC
/usr/share/automake-1.11/am/depend2.am:   to `configure.ac' and run `aclocal' 
and `autoconf' again.
"

theres no INSTALL instruction included

i have download it through subverion:

svn checkout http://hydrazine.googlecode.com/svn/trunk/ hydrazine-read-only

Original issue reported on code.google.com by pravod on 23 Sep 2012 at 5:38

#try this
libtoolize
aclocal
autoconf
automake --add-missing
./configure
sudo make install

Original comment by Luka.Ra...@gmail.com on 18 Dec 2013 at 8:47