Gnus development mailing list
 help / color / mirror / Atom feed
* autoconf support incomplete
@ 1998-03-01 22:13 Don Croyle
  1998-03-01 22:17 ` Stefan Waldherr
       [not found] ` <6dcnq3$nti$1@catastrophe.gelemna.ft-wayne.in.us>
  0 siblings, 2 replies; 11+ messages in thread
From: Don Croyle @ 1998-03-01 22:13 UTC (permalink / raw)


I gave the new autoconf support a try:

em:/usr/local/lib/xemacs/qgnus#sh configure
loading cache ./config.cache
checking whether make sets ${MAKE}... yes
configure: error: can not find install-sh or install.sh in . ./.. ./../..
em:/usr/local/lib/xemacs/qgnus#

Fortunately the old Makefile wasn't clobbered at this point, and Gnus
built normally using it.
-- 
I've always wanted to be a dilettante, but I've never quite been ready
to make the commitment.


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: autoconf support incomplete
  1998-03-01 22:13 autoconf support incomplete Don Croyle
@ 1998-03-01 22:17 ` Stefan Waldherr
  1998-03-07 12:44   ` Lars Magne Ingebrigtsen
       [not found] ` <6dcnq3$nti$1@catastrophe.gelemna.ft-wayne.in.us>
  1 sibling, 1 reply; 11+ messages in thread
From: Stefan Waldherr @ 1998-03-01 22:17 UTC (permalink / raw)


>>>>> "Don" == Don Croyle <croyle@gelemna.ft-wayne.in.us> writes:

  Don> I gave the new autoconf support a try:
  Don> em:/usr/local/lib/xemacs/qgnus#sh configure loading cache
  Don> ./config.cache checking whether make sets ${MAKE}... yes configure:
  Don> error: can not find install-sh or install.sh in . ./.. ./../..
  Don> em:/usr/local/lib/xemacs/qgnus#

Nope. `chmod +x configure'. Then run `./configure'.

Stefan.
-- 
Stefan Waldherr                office +1 (412) 268-3837
                                  fax +1 (412) 268-5576
                               e-Mail swa@cs.cmu.edu
                                  www http://www.waldherr.org/


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: autoconf support incomplete
       [not found] ` <6dcnq3$nti$1@catastrophe.gelemna.ft-wayne.in.us>
@ 1998-03-01 22:56   ` Don Croyle
  1998-03-01 23:52     ` William M. Perry
       [not found]     ` <6dcson$qog$1@catastrophe.gelemna.ft-wayne.in.us>
  0 siblings, 2 replies; 11+ messages in thread
From: Don Croyle @ 1998-03-01 22:56 UTC (permalink / raw)


Stefan Waldherr <swa@cs.cmu.edu> writes:

> Nope. `chmod +x configure'. Then run `./configure'.

Tried it, no improvement.

em:/usr/local/lib/xemacs/qgnus#chmod +x configure
em:/usr/local/lib/xemacs/qgnus#ll
total 52
-rw-r--r--  1 root  wheel   2158 Oct 12 14:22 GNUS-NEWS
-rw-r--r--  1 root  wheel    518 Mar 17  1997 Makefile
-rw-r--r--  1 root  wheel   1089 Mar  1 16:37 Makefile.in
-rw-r--r--  1 root  wheel    938 Mar  1 16:37 aclocal.m4
-rw-r--r--  1 root  wheel      1 Mar  1 17:06 confdefs.h
-rw-r--r--  1 root  wheel      0 Mar  1 16:59 config.cache
-rw-r--r--  1 root  wheel    177 Mar  1 17:06 config.log
-rwxr-xr-x  1 root  wheel  33377 Mar  1 16:37 configure
-rw-r--r--  1 root  wheel    151 Mar  1 16:37 configure.in
drwxr-xr-x  6 root  wheel    512 Jan 13 17:53 etc
drwxr-xr-x  2 root  wheel   5120 Mar  1 16:49 lisp
-rw-r--r--  1 root  wheel   1984 May 18  1997 readme
drwxr-xr-x  2 root  wheel   1024 Mar  1 16:51 texi
em:/usr/local/lib/xemacs/qgnus#./configure 
loading cache ./config.cache
checking whether make sets ${MAKE}... yes
configure: error: can not find install-sh or install.sh in . ./.. ./../..
em:/usr/local/lib/xemacs/qgnus#

-- 
I've always wanted to be a dilettante, but I've never quite been ready
to make the commitment.


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: autoconf support incomplete
  1998-03-01 22:56   ` Don Croyle
@ 1998-03-01 23:52     ` William M. Perry
       [not found]     ` <6dcson$qog$1@catastrophe.gelemna.ft-wayne.in.us>
  1 sibling, 0 replies; 11+ messages in thread
From: William M. Perry @ 1998-03-01 23:52 UTC (permalink / raw)
  Cc: ding

Don Croyle <croyle@gelemna.ft-wayne.in.us> writes:

> Stefan Waldherr <swa@cs.cmu.edu> writes:
> 
> > Nope. `chmod +x configure'. Then run `./configure'.
> 
> Tried it, no improvement.

  slap this install-sh in the qgnus directory.  Lars - glad to see autoconf 
in GNUS!  Haven't had time to follow the dev discussion lately.  I'm
downloading the latest qgnus and will probably do a little bit of hacking
on it before I leave work.

-Bill P.

#!/bin/sh
#
# install - install a program, script, or datafile
# This comes from X11R5.
#
# Calling this script install-sh is preferred over install.sh, to prevent
# `make' implicit rules from creating a file called install from it
# when there is no Makefile.
#
# This script is compatible with the BSD install script, but was written
# from scratch.
#


# set DOITPROG to echo to test this script

# Don't use :- since 4.3BSD and earlier shells don't like it.
doit="${DOITPROG-}"


# put in absolute paths if you don't have them in your path; or use env. vars.

mvprog="${MVPROG-mv}"
cpprog="${CPPROG-cp}"
chmodprog="${CHMODPROG-chmod}"
chownprog="${CHOWNPROG-chown}"
chgrpprog="${CHGRPPROG-chgrp}"
stripprog="${STRIPPROG-strip}"
rmprog="${RMPROG-rm}"
mkdirprog="${MKDIRPROG-mkdir}"

tranformbasename=""
transform_arg=""
instcmd="$mvprog"
chmodcmd="$chmodprog 0755"
chowncmd=""
chgrpcmd=""
stripcmd=""
rmcmd="$rmprog -f"
mvcmd="$mvprog"
src=""
dst=""
dir_arg=""

while [ x"$1" != x ]; do
    case $1 in
	-c) instcmd="$cpprog"
	    shift
	    continue;;

	-d) dir_arg=true
	    shift
	    continue;;

	-m) chmodcmd="$chmodprog $2"
	    shift
	    shift
	    continue;;

	-o) chowncmd="$chownprog $2"
	    shift
	    shift
	    continue;;

	-g) chgrpcmd="$chgrpprog $2"
	    shift
	    shift
	    continue;;

	-s) stripcmd="$stripprog"
	    shift
	    continue;;

	-t=*) transformarg=`echo $1 | sed 's/-t=//'`
	    shift
	    continue;;

	-b=*) transformbasename=`echo $1 | sed 's/-b=//'`
	    shift
	    continue;;

	*)  if [ x"$src" = x ]
	    then
		src=$1
	    else
		# this colon is to work around a 386BSD /bin/sh bug
		:
		dst=$1
	    fi
	    shift
	    continue;;
    esac
done

if [ x"$src" = x ]
then
	echo "install:	no input file specified"
	exit 1
else
	true
fi

if [ x"$dir_arg" != x ]; then
	dst=$src
	src=""
	
	if [ -d $dst ]; then
		instcmd=:
	else
		instcmd=mkdir
	fi
else

# Waiting for this to be detected by the "$instcmd $src $dsttmp" command
# might cause directories to be created, which would be especially bad 
# if $src (and thus $dsttmp) contains '*'.

	if [ -f $src -o -d $src ]
	then
		true
	else
		echo "install:  $src does not exist"
		exit 1
	fi
	
	if [ x"$dst" = x ]
	then
		echo "install:	no destination specified"
		exit 1
	else
		true
	fi

# If destination is a directory, append the input filename; if your system
# does not like double slashes in filenames, you may need to add some logic

	if [ -d $dst ]
	then
		dst="$dst"/`basename $src`
	else
		true
	fi
fi

## this sed command emulates the dirname command
dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`

# Make sure that the destination directory exists.
#  this part is taken from Noah Friedman's mkinstalldirs script

# Skip lots of stat calls in the usual case.
if [ ! -d "$dstdir" ]; then
defaultIFS='	
'
IFS="${IFS-${defaultIFS}}"

oIFS="${IFS}"
# Some sh's can't handle IFS=/ for some reason.
IFS='%'
set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'`
IFS="${oIFS}"

pathcomp=''

while [ $# -ne 0 ] ; do
	pathcomp="${pathcomp}${1}"
	shift

	if [ ! -d "${pathcomp}" ] ;
        then
		$mkdirprog "${pathcomp}"
	else
		true
	fi

	pathcomp="${pathcomp}/"
done
fi

if [ x"$dir_arg" != x ]
then
	$doit $instcmd $dst &&

	if [ x"$chowncmd" != x ]; then $doit $chowncmd $dst; else true ; fi &&
	if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dst; else true ; fi &&
	if [ x"$stripcmd" != x ]; then $doit $stripcmd $dst; else true ; fi &&
	if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dst; else true ; fi
else

# If we're going to rename the final executable, determine the name now.

	if [ x"$transformarg" = x ] 
	then
		dstfile=`basename $dst`
	else
		dstfile=`basename $dst $transformbasename | 
			sed $transformarg`$transformbasename
	fi

# don't allow the sed command to completely eliminate the filename

	if [ x"$dstfile" = x ] 
	then
		dstfile=`basename $dst`
	else
		true
	fi

# Make a temp file name in the proper directory.

	dsttmp=$dstdir/#inst.$$#

# Move or copy the file name to the temp name

	$doit $instcmd $src $dsttmp &&

	trap "rm -f ${dsttmp}" 0 &&

# and set any options; do chmod last to preserve setuid bits

# If any of these fail, we abort the whole thing.  If we want to
# ignore errors from any of these, just make sure not to ignore
# errors from the above "$doit $instcmd $src $dsttmp" command.

	if [ x"$chowncmd" != x ]; then $doit $chowncmd $dsttmp; else true;fi &&
	if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dsttmp; else true;fi &&
	if [ x"$stripcmd" != x ]; then $doit $stripcmd $dsttmp; else true;fi &&
	if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dsttmp; else true;fi &&

# Now rename the file to the real destination.

	$doit $rmcmd -f $dstdir/$dstfile &&
	$doit $mvcmd $dsttmp $dstdir/$dstfile 

fi &&


exit 0


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: autoconf support incomplete
       [not found]     ` <6dcson$qog$1@catastrophe.gelemna.ft-wayne.in.us>
@ 1998-03-02  0:52       ` Don Croyle
  1998-03-02  3:54         ` François Pinard
  0 siblings, 1 reply; 11+ messages in thread
From: Don Croyle @ 1998-03-02  0:52 UTC (permalink / raw)


wmperry@aventail.com (William M. Perry) writes:

>   slap this install-sh in the qgnus directory.  Lars - glad to see autoconf 
> in GNUS!  Haven't had time to follow the dev discussion lately.  I'm
> downloading the latest qgnus and will probably do a little bit of hacking
> on it before I leave work.

Ok, that gets configure working and it builds.  It looks as if the
script tests for emacs, but not for xemacs, so I still needed to use
an EMACS=xemacs argument for the make.  A make install (which looks
like it should adjust some permissions and install the info files in
/usr/local/info) fails for want of mkinstalldirs:

em:/usr/local/lib/xemacs/qgnus#make EMACS=xemacs install
cd lisp && make EMACS=xemacs install
xemacs -batch -q -no-site-file -l ./dgnushack.el -f dgnushack-compile
Loading ./lpath.el...
/bin/sh ../mkinstalldirs 
../mkinstalldirs: Can't open ../mkinstalldirs
*** Error code 2

Stop.
*** Error code 1

Stop.
em:/usr/local/lib/xemacs/qgnus#

-- 
I've always wanted to be a dilettante, but I've never quite been ready
to make the commitment.


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: autoconf support incomplete
  1998-03-02  0:52       ` Don Croyle
@ 1998-03-02  3:54         ` François Pinard
  1998-03-02  4:07           ` William M. Perry
  0 siblings, 1 reply; 11+ messages in thread
From: François Pinard @ 1998-03-02  3:54 UTC (permalink / raw)
  Cc: ding

Don Croyle <croyle@gelemna.ft-wayne.in.us> writes:

> It looks as if the script tests for emacs, but not for xemacs, so I still
> needed to use an EMACS=xemacs argument for the make.

Unless I'm mistaken, the script should test for `xemacs' *if* `emacs'
is not found, so `EMACS=xemacs' should not be required on `make' when
`xemacs' is the only available Emacs.  It this does not work, I would be
curious to know why it does not.  On the other hand, if it works, I also
hope someone will tell us.

-- 
François Pinard                            mailto:pinard@iro.umontreal.ca
Join the free Translation Project!    http://www.iro.umontreal.ca/~pinard


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: autoconf support incomplete
  1998-03-02  3:54         ` François Pinard
@ 1998-03-02  4:07           ` William M. Perry
  1998-03-02  4:21             ` William M. Perry
  0 siblings, 1 reply; 11+ messages in thread
From: William M. Perry @ 1998-03-02  4:07 UTC (permalink / raw)
  Cc: Don Croyle, ding

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 768 bytes --]

François Pinard <pinard@iro.umontreal.ca> writes:

> Don Croyle <croyle@gelemna.ft-wayne.in.us> writes:
> 
> > It looks as if the script tests for emacs, but not for xemacs, so I still
> > needed to use an EMACS=xemacs argument for the make.
> 
> Unless I'm mistaken, the script should test for `xemacs' *if* `emacs' is
> not found, so `EMACS=xemacs' should not be required on `make' when
> `xemacs' is the only available Emacs.  It this does not work, I would be
> curious to know why it does not.  On the other hand, if it works, I also
> hope someone will tell us.

  There is nothing in the configure.in file that would cause this
behaviour.  I'm going to start working right now on an improved
configure.in for Gnus.  I'll have it done in a few hours.

-Bill P.


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: autoconf support incomplete
  1998-03-02  4:07           ` William M. Perry
@ 1998-03-02  4:21             ` William M. Perry
  0 siblings, 0 replies; 11+ messages in thread
From: William M. Perry @ 1998-03-02  4:21 UTC (permalink / raw)
  Cc: Don Croyle, ding

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 18614 bytes --]

wmperry@aventail.com (William M. Perry) writes:

> François Pinard <pinard@iro.umontreal.ca> writes:
> 
> > Don Croyle <croyle@gelemna.ft-wayne.in.us> writes:
> > 
> > > It looks as if the script tests for emacs, but not for xemacs, so I still
> > > needed to use an EMACS=xemacs argument for the make.
> > 
> > Unless I'm mistaken, the script should test for `xemacs' *if* `emacs' is
> > not found, so `EMACS=xemacs' should not be required on `make' when
> > `xemacs' is the only available Emacs.  It this does not work, I would be
> > curious to know why it does not.  On the other hand, if it works, I also
> > hope someone will tell us.
> 
>   There is nothing in the configure.in file that would cause this
> behaviour.  I'm going to start working right now on an improved
> configure.in for Gnus.  I'll have it done in a few hours.

  Well, evidently working for 14 hours straight on a sunday isn't conducive 
to my sanity. :)  There was code in aclocal.m4 (AM_LISP_DIR) that was
supposed to check for xemacs, but it was missing a ',' in it.

  Here's a first cut at using some of the fun things I've hacked up for
Emacs/W3's configure support for Gnus.  These are replacements for
configure, configure.in, and aclocal.m4

  They add 3 new configuration options:

--with-xemacs             Use XEmacs to build
--with-emacs              Use Emacs to build
--with-custom             Specify where to find the custom package

  This also performs some sanity checking of the custom library that is
found in the default load path, and bitches if it doesn't find a good one.

-Bill P.

begin 664 conf.tar.gz
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
$`,@`````
`
end


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: autoconf support incomplete
  1998-03-01 22:17 ` Stefan Waldherr
@ 1998-03-07 12:44   ` Lars Magne Ingebrigtsen
  1998-03-07 14:05     ` Stefan Waldherr
  0 siblings, 1 reply; 11+ messages in thread
From: Lars Magne Ingebrigtsen @ 1998-03-07 12:44 UTC (permalink / raw)


Stefan Waldherr <swa@cs.cmu.edu> writes:

> Nope. `chmod +x configure'.

This has been fixed in 0.34.

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: autoconf support incomplete
  1998-03-07 12:44   ` Lars Magne Ingebrigtsen
@ 1998-03-07 14:05     ` Stefan Waldherr
  1998-03-07 14:40       ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 11+ messages in thread
From: Stefan Waldherr @ 1998-03-07 14:05 UTC (permalink / raw)


>>>>> "Lars" == Lars Magne Ingebrigtsen <larsi@gnus.org> writes:

  Lars> Stefan Waldherr <swa@cs.cmu.edu> writes:
  >> Nope. `chmod +x configure'.

  Lars> This has been fixed in 0.34.

Probably 0.35? I have 0.34 and had to change it to +rx.

S.
-- 
Stefan Waldherr                office +1 (412) 268-3837
                                  fax +1 (412) 268-5576
                               e-Mail swa@cs.cmu.edu
                                  www http://www.waldherr.org/


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: autoconf support incomplete
  1998-03-07 14:05     ` Stefan Waldherr
@ 1998-03-07 14:40       ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 11+ messages in thread
From: Lars Magne Ingebrigtsen @ 1998-03-07 14:40 UTC (permalink / raw)


Stefan Waldherr <swa@cs.cmu.edu> writes:

> Probably 0.35? I have 0.34 and had to change it to +rx.

Yup.  Fix in Quassia Gnus v0.35.

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~1998-03-07 14:40 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-03-01 22:13 autoconf support incomplete Don Croyle
1998-03-01 22:17 ` Stefan Waldherr
1998-03-07 12:44   ` Lars Magne Ingebrigtsen
1998-03-07 14:05     ` Stefan Waldherr
1998-03-07 14:40       ` Lars Magne Ingebrigtsen
     [not found] ` <6dcnq3$nti$1@catastrophe.gelemna.ft-wayne.in.us>
1998-03-01 22:56   ` Don Croyle
1998-03-01 23:52     ` William M. Perry
     [not found]     ` <6dcson$qog$1@catastrophe.gelemna.ft-wayne.in.us>
1998-03-02  0:52       ` Don Croyle
1998-03-02  3:54         ` François Pinard
1998-03-02  4:07           ` William M. Perry
1998-03-02  4:21             ` William M. Perry

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).