On Fri, Jun 14, 2002 at 12:58:59PM +0100, Angus Leeming wrote:
> So, I prefer to be paranoid. And your problem is?
I'm just in an aggresive mood ...
> Anyway, we have the ability in a script to test the exit status of every
> process and it's good practice to use this info.
yeah
john
--
"All
On Friday 14 June 2002 12:58 pm, John Levon wrote:
> On Fri, Jun 14, 2002 at 11:27:55AM +0100, Angus Leeming wrote:
> > I have modified the script to test whether
> > ${FDESIGN} -convert ${FDFILE}
> > succeeds and if not exit 1
>
> Why ? fdesign is part of the xforms development package. What
On Fri, Jun 14, 2002 at 11:27:55AM +0100, Angus Leeming wrote:
> I have modified the script to test whether
> ${FDESIGN} -convert ${FDFILE}
> succeeds and if not exit 1
Why ? fdesign is part of the xforms development package. What common
system installs the ehaders, but forgets to install
On Friday 14 June 2002 11:17 am, Jean-Marc Lasgouttes wrote:
> Angus> Second question: should we have a configure test for the
> Angus> presence of fdesign?
>
> Is it fdfix that calls fdesign? Then it could probably test by itself
> whether fdesign is available. I'm not sure autoconf would be usef
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> I wonder if someone can help me here. Here's an excerpt from
Angus> xforms/forms/Makefile.am. How can I make the .fd -> .[Ch] step
Angus> sensitive to any changes in $(srcdir)/fdfix.sh,
Angus> $(srcdir)/fdfix[ch].sed?
Angus> The o
On Friday 14 June 2002 10:32 am, Angus Leeming wrote:
> I wonder if someone can help me here. Here's an excerpt from
> xforms/forms/Makefile.am. How can I make the .fd -> .[Ch] step sensitive to
> any changes in $(srcdir)/fdfix.sh, $(srcdir)/fdfix[ch].sed?
Ok, I read a make reference and got the
I wonder if someone can help me here. Here's an excerpt from
xforms/forms/Makefile.am. How can I make the .fd -> .[Ch] step sensitive to
any changes in $(srcdir)/fdfix.sh, $(srcdir)/fdfix[ch].sed?
The obvious
.fd.C: $(srcdir)/fdfix.sh
$(SHELL) $(SCRIPT) $<
has no effect.
Second questio