The +noversion flag will make an installation happen to the machine/..

directory rather than the machine/version/.. directory.

Steve
This commit is contained in:
Steve Chamberlain 1991-11-13 19:49:17 +00:00
parent 56b10d6dee
commit ab71ab7b1f
1 changed files with 11 additions and 2 deletions

13
configure vendored
View File

@ -79,7 +79,7 @@ target=
targets= targets=
targetsubdir= targetsubdir=
verbose= verbose=
version_path="yes"
for arg in $*; for arg in $*;
do do
# handle things that might have args following as separate words # handle things that might have args following as separate words
@ -108,6 +108,9 @@ do
ansi=true ansi=true
clib=clib clib=clib
;; ;;
-noversion | +noversion)
version_path="no"
;;
-ddestdir=* | +ddestdir=* | +ddestdi=* | +ddestd=* | +ddest=* | +ddes=* | +dde=* | +dd=*) -ddestdir=* | +ddestdir=* | +ddestdi=* | +ddestd=* | +ddest=* | +ddes=* | +dde=* | +dd=*)
ddestdir=`echo ${arg} | sed 's/[+-]dd[a-z]*=//'` ddestdir=`echo ${arg} | sed 's/[+-]dd[a-z]*=//'`
;; ;;
@ -717,7 +720,13 @@ exit 0
# #
# #
# $Log$ # $Log$
# Revision 1.69 1991/11/12 04:41:21 rich # Revision 1.70 1991/11/13 19:49:17 sac
# The +noversion flag will make an installation happen to the machine/..
# directory rather than the machine/version/.. directory.
#
# Steve
#
# Revision 1.69 1991/11/12 04:41:21 rich
# allow +foo bar options. stolen from texinfo configure # allow +foo bar options. stolen from texinfo configure
# #
# Revision 1.68 1991/11/09 11:34:52 rich # Revision 1.68 1991/11/09 11:34:52 rich