summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
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'.
+])