Onno Kortmann wrote:
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.

I think I have fixed all of this. + I added AC_PREREQ() which specifies the minimum autoconf version. I set it as 2.63. If someone turns up with an older version which works,
we can lower it.

+ I added 1.10 to the AM_INIT_AUTOMAKE which should catch you.
I tested it as 1.11 and bootstrap gave a warning.

+ I fixed the message in bootstrap.

Thanks for the feedback.
Greetings,

Onno


--
Joel Sherrill, Ph.D.             Director of Research & Development
[email protected]        On-Line Applications Research
Ask me about RTEMS: a free RTOS  Huntsville AL 35805
  Support Available             (256) 722-9985




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

Reply via email to