# | Line 93 | Line 93 | AC_CONFIG_FILES( \ | |
---|---|---|
93 | tools/Makefile) | |
94 | ||
95 | AC_OUTPUT | |
96 | + | |
97 | + | echo "###############################################################################" |
98 | + | echo "Configuration complete. Type make (or gmake on some *BSD machines) to compile." |
99 | + | echo |
100 | + | echo "ircd-hybrid will be installed in ${prefix}. To change this, run:" |
101 | + | echo " ./configure --prefix=DIRECTORY" |
102 | + | echo "###############################################################################" |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |