Commit 4fb2263d authored by Matteo Quintiliani's avatar Matteo Quintiliani
Browse files

Added message for Earthworm and SeedLink installation


git-svn-id: file:///home/quintiliani/svncopy/nmxptool/trunk@722 3cd66e75-5955-46cb-a940-c26e5fc5497d
parent bc596af0
Loading
Loading
Loading
Loading
+16 −2
Original line number Diff line number Diff line
@@ -198,6 +198,20 @@ AC_CONFIG_FILES([Makefile
AC_OUTPUT

AC_MSG_NOTICE([
      Compile nmxptool using 'make'.
	  ])
      Compile nmxptool using 'make'.])

AS_IF([test "x$EWOSOURCES" != xno], 
      [AC_MSG_NOTICE([
      After compilation you can install nmxptool for Earthworm:
            make install-ew-bin
            make install-ew-conf])
      ]
)
AS_IF([test "x$with_seedlink" != xno], 
      [AC_MSG_NOTICE([
      After compilation you can install nmxptool for SeedLink:
            make install-seiscomp-bin
            make install-seiscomp-templates])
      ]
)