head	1.6;
access;
symbols;
locks
	nobody:1.6; strict;
comment	@# @;


1.6
date	99.09.14.17.09.59;	author nobody;	state Exp;
branches;
next	1.5;

1.5
date	99.08.25.17.21.40;	author nobody;	state Exp;
branches;
next	1.4;

1.4
date	99.08.25.17.20.09;	author nobody;	state Exp;
branches;
next	1.3;

1.3
date	99.08.25.17.13.14;	author nobody;	state Exp;
branches;
next	1.2;

1.2
date	99.08.25.17.03.46;	author nobody;	state Exp;
branches;
next	1.1;

1.1
date	99.08.25.17.02.04;	author nobody;	state Exp;
branches;
next	;


desc
@null
@


1.6
log
@null
@
text
@IDependOn-Set: 1
IDependOn-Set: 13
IDependOn-Set: 15
IDependOn-Set: 2
IDependOn-Set: 281
IDependOn-Set: 294
IDependOn-Set: 302
LastModifiedSecs: 935601699
Parent: 15
SequenceNumber: 3
Title: sed: Function cannot be parsed
Part: 0
Author-Set: jonathan.pardue@@attws.com
LastModifiedSecs: 935601699
Type: monospaced
Lines: 26
When running configure under HPUX-10.20, I got this message:

  sed: Function s%@@ACLOCAL@@%/my/dir/apache/ApacheJServ-1.0/src/scripts/build/unix cannot be parsed.

The problem boiled down to this line (line 839 in my copy of
configure for the 1.3.9 distribution):

  missing_dir=`cd $ac_aux_dir && pwd`

It turns out that under the shell I'm using (zsh, although
the script invokes #!/bin/sh) the "cd" command changes directory
and issues a "pwd" automatically, so the above line essentially
concatenates two copies of a directory name with a newline in
between them.

To fix this, I had to change the line to:

  missing_dir=`cd $ac_aux_dir`

Hope this helps!

- Jon
--
Jonathan Pardue
AT&T Wireless Services, Inc.
jonathan.pardue@@attws.com
EndPart: 0
@


1.5
log
@null
@
text
@d7 1
@


1.4
log
@null
@
text
@d7 1
a7 1
LastModifiedSecs: 935601609
d9 1
a9 1
SequenceNumber: 2
d13 1
a13 1
LastModifiedSecs: 935601608
d15 1
a15 1
Lines: 21
d20 2
a21 1
The problem boiled down to this line (line 839 in my copy of configure for the 1.3.9 distribution):
d25 5
a29 1
It turns out that under the shell I'm using (zsh, although the script invokes #!/bin/sh) the "cd" command changes directory and issues a "pwd" automatically, so the above line essentially concatenates two copies of a directory name with a newline in between them.
@


1.3
log
@null
@
text
@d7 1
a7 1
LastModifiedSecs: 935601194
d9 1
a9 1
SequenceNumber: 1
d11 27
@


1.2
log
@null
@
text
@d7 1
a7 1
LastModifiedSecs: 935600523
d9 2
a10 2
SequenceNumber: 0
Title: New Item
@


1.1
log
@null
@
text
@d5 1
@
