simulavr-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Simulavr-devel] joel committing now


From: Joel Sherrill
Subject: Re: [Simulavr-devel] joel committing now
Date: Tue, 10 Mar 2009 08:33:10 -0500
User-agent: Thunderbird 2.0.0.19 (X11/20090105)

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
address@hidden        On-Line Applications Research
Ask me about RTEMS: a free RTOS  Huntsville AL 35805
  Support Available             (256) 722-9985






reply via email to

[Prev in Thread] Current Thread [Next in Thread]