summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorwlemb <wlemb>2001-08-26 04:41:42 +0000
committerwlemb <wlemb>2001-08-26 04:41:42 +0000
commite858ef4b269c431b2cb41112b1b5c7daabcf0670 (patch)
treee4d34531bb1a25f1a6234ff2e23e174826ebcf47 /configure.ac
parent379f0c32819a009f9a8cdc57f2c80b42b4d0559b (diff)
downloadgroff-e858ef4b269c431b2cb41112b1b5c7daabcf0670.tar.gz
* doc/pic.ms: Replace `\\' with `\e' (and fixing some single backslashes).
Many other minor fixes. * configure.ac: Add message at end to inform how to compile xditview.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac11
1 files changed, 11 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index a4cc20b5..b71a1792 100644
--- a/configure.ac
+++ b/configure.ac
@@ -69,3 +69,14 @@ GROFF_TMAC
AC_CONFIG_FILES(stamp-h, [echo timestamp > stamp-h])
AC_CONFIG_FILES([Makefile src/xditview/Imakefile])
AC_OUTPUT
+dnl
+AC_MSG_NOTICE([
+
+ Configuration completed.
+
+ You can now say `make' to compile the groff package and `make install'
+ to install it afterwards.
+
+ If you want to compile xditview, change the directory to `src/xditview'
+ and follow the instructions given in the file `INSTALL'.
+])