- Update configure.ac. Removed useless noise
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>
Tue, 23 Dec 2014 20:44:28 +0000 (20:44 +0000)
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>
Tue, 23 Dec 2014 20:44:28 +0000 (20:44 +0000)
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@5096 82007160-df01-0410-b94d-b575c5fd34c7

src/libopm/configure
src/libopm/configure.ac

index 5c772a4fb4f370f824e56c24d1b29624d0162715..e67e9b27cf6c1f4d17b34039f48e339423783c0c 100755 (executable)
@@ -15088,13 +15088,3 @@ if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
 fi
 
-
-echo "##############################################################################"
-echo "Everything is now configured.  To compile libopm now, just type make.  It"
-echo "requires GNU Make, which may be installed as gmake on your system."
-echo
-echo "libopm will be installed in ${prefix}.  To change this, run:"
-echo "   ./configure --prefix=DIRECTORY"
-echo
-echo "##############################################################################"
-echo
index a15c85b820dfc21543675f71faf9165156a24c46..ce36321fef9b317404cb779e036edd1064e1e5f6 100644 (file)
@@ -69,13 +69,3 @@ LTLIBOBJS=`echo "$LIB@&t@OBJS" |
 AC_SUBST(LTLIBOBJS)
 
 AC_OUTPUT(Makefile src/Makefile doc/Makefile doc/Doxyfile)
-
-echo "##############################################################################"
-echo "Everything is now configured.  To compile libopm now, just type make.  It"
-echo "requires GNU Make, which may be installed as gmake on your system."
-echo 
-echo "libopm will be installed in ${prefix}.  To change this, run:"
-echo "   ./configure --prefix=DIRECTORY"
-echo 
-echo "##############################################################################"
-echo