summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorwlemb <wlemb>2000-03-03 21:48:41 +0000
committerwlemb <wlemb>2000-03-03 21:48:41 +0000
commitdf2c24ba4af2489c7528502c9da53797a1616bc8 (patch)
tree3f9d6499faf86e34c8187e0a8f5ddc532e647fc9 /configure
parent5fb7b823272c960fd129ef3610e017b8da190150 (diff)
downloadgroff-df2c24ba4af2489c7528502c9da53797a1616bc8.tar.gz
* Makefile.in: Fixing $(subdir).
* README, NEWS: Small fixes. * test-groff: Adding path to grolbp. * configure.in: The (new) file src/xditview/Imakefile.in will be also configured -- it is now possible to build gxditview in a directory different from $srcdir.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure b/configure
index 4c85d4eb..698d570e 100755
--- a/configure
+++ b/configure
@@ -2618,6 +2618,7 @@ fi
echo "$ac_t""$tmac_wrap" 1>&6
+$srcdir/mkinstalldirs src/xditview
trap '' 1 2 15
cat > confcache <<\EOF
# This file is a shell script that caches the results of configure
@@ -2731,7 +2732,7 @@ done
ac_given_srcdir=$srcdir
ac_given_INSTALL="$INSTALL"
-trap 'rm -fr `echo "Makefile" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
+trap 'rm -fr `echo "Makefile src/xditview/Imakefile" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
EOF
cat >> $CONFIG_STATUS <<EOF
@@ -2828,7 +2829,7 @@ EOF
cat >> $CONFIG_STATUS <<EOF
-CONFIG_FILES=\${CONFIG_FILES-"Makefile"}
+CONFIG_FILES=\${CONFIG_FILES-"Makefile src/xditview/Imakefile"}
EOF
cat >> $CONFIG_STATUS <<\EOF
for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then