Hi Joel,
> When you check it out, you will have to do this:
> 
> ./bootstrap
> ./configure
Just to give you some feedback:

- apparently automake-1.10 is needed, on my debian system and the default 
automake-1.8,
it says:

$ ./bootstrap
/usr/share/aclocal/smpeg.m4:13: warning: underquoted definition of AM_PATH_SMPEG
  run info '(automake)Extending aclocal'
  or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
configure.ac: installing `./install-sh'
configure.ac: installing `./missing'
src/Makefile.am:157: patsubst %.lo,%.o,$(libsimulavr_la_OBJECTS: non-POSIX 
variable name
src/Makefile.am:157: (probably a GNU make extension)
src/Makefile.am:164: `:='-style assignments are not portable
src/Makefile.am:166: `:='-style assignments are not portable
src/Makefile.am: installing `./depcomp'


and there will be no Makefile.am.
Using automake-1.10 and aclocal-1.10 helps and everything seems to be in order.

I suggest changing the message in "bootstrap" (which says >=1.8) to reflect 
this and maybe even
build a check for that.

Greetings,

Onno


_______________________________________________
Simulavr-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/simulavr-devel

Reply via email to