Dear listmembers, dear Enrico,
IMHO this is a sed-job to be called from within automake:
cutcutcutcutcutcutcutcutcutcutcutcutcutcutcutcutcutcutcutcutcutcutcutcut
#!/bin/sh
MYNAME=$1
cp -p desktop desktop.save
sed "s/Exec=.*/Exec=${MYNAME}/g" desktop.save > desktop
rm -f desktop.save
cutcutcutcutcu
Hi Jeff,
./configure --help within the automake source directory might be your friend.
Setting prefix to --prefix=, i. e. =/usr should bring you
close to where you might want to be. Apart from this you might want to change
bindir only.
Hope this helps,
take care
Dieter
--
_
MAIL PROTECTED]
Internet: http://www.becker.de
> -Ursprüngliche Nachricht-
> Von: Ralf Wildenhues [mailto:[EMAIL PROTECTED]
> Gesendet: Mittwoch, 29. November 2006 16:24
> An: Jurzitza, Dieter
> Cc: automake@gnu.org
> Betreff: Re: Output of the build process
>
>
> Hello D
Dear listmembers,
when building and especially testing automake, tons of messages are output,
and, moreover, I get a decent amount of messages like
* Only for demonstration purposes!
fn99-1.0/12345678/12345678/12345678/12345678/12345678/12345678/12345678/1234567
> -Ursprüngliche Nachricht-
> Von: Ralf Wildenhues [mailto:[EMAIL PROTECTED]
> Gesendet: Montag, 27. November 2006 21:45
> An: Jurzitza, Dieter
> Cc: automake@gnu.org; automake-patches@gnu.org
> Betreff: Re: Question on compile & test / automake version
> 1.9.6 / test yacc6.
Str. 16
D-76307 Karlsbad / Germany
Phone: +49 (0)7248 71-1577
Mobile: +49 0151 - 16 339 017
Fax:+49 (0)7248 71-1216
eMail: [EMAIL PROTECTED]
Internet: http://www.becker.de
> -Ursprüngliche Nachricht-
> Von: Ralf Wildenhues [mailto:[EMAIL PROTECTED]
> Gesendet: Dienstag
Dear listmembers,
when trying to build and test automake v 1.9.6 I keep stumbling over yacc6.test.
More specifically, starting in line 93:
**
$FGREP '(top_srcdir)/aux1/ylwrap' sub/Makefile.in
./configure
$MAKE
grep '#.*line.*foo.y' sub/foo.c
grep '#.*line.*bar.y' sub/bar.c
**
fa