diff options
author | Jeremy Lea <reg@FreeBSD.org> | 2000-10-13 09:37:27 +0000 |
---|---|---|
committer | Jeremy Lea <reg@FreeBSD.org> | 2000-10-13 09:37:27 +0000 |
commit | 7fbb0db06e654a6ef6c20a7416683fd1b4654304 (patch) | |
tree | 0f44cfba94d9333da5bc21f0b91d0de15fd9b64f /x11/dgs/files | |
parent | Fix my breakage. Install files in the right places, and use regex style (diff) |
Move man pages from manm to mann. Fix the missing install autoconf bug in a
more normal way.
Diffstat (limited to 'x11/dgs/files')
-rw-r--r-- | x11/dgs/files/patch-ah | 28 |
1 files changed, 11 insertions, 17 deletions
diff --git a/x11/dgs/files/patch-ah b/x11/dgs/files/patch-ah index 3d5e1f2e2ab9..e14d0a37eb93 100644 --- a/x11/dgs/files/patch-ah +++ b/x11/dgs/files/patch-ah @@ -1,19 +1,13 @@ --- configure.orig Wed Oct 20 15:57:45 1999 +++ configure Wed Oct 20 15:58:34 1999 -@@ -2952,6 +2952,7 @@ - s%@oldincludedir@%$oldincludedir%g - s%@infodir@%$infodir%g - s%@mandir@%$mandir%g -+s%@INSTALL@%install%g - s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g - s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g - s%@INSTALL_DATA@%$INSTALL_DATA%g -@@ -3096,7 +3097,7 @@ - s%@configure_input@%$configure_input%g - s%@srcdir@%$srcdir%g - s%@top_srcdir@%$top_srcdir%g --s%@INSTALL@%$INSTALL%g -+s%@INSTALL@%install%g - " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file - fi; done - rm -f conftest.s* +@@ -3499,10 +3500,6 @@ + *) # Relative path. + ac_sub_cache_file="$ac_dots$cache_file" ;; + esac +- case "$ac_given_INSTALL" in +- [/$]*) INSTALL="$ac_given_INSTALL" ;; +- *) INSTALL="$ac_dots$ac_given_INSTALL" ;; +- esac + + echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir" + # The eval makes quoting arguments work. |