Updated INSTALL and changed `nmh' strings to `mmh'
[mmh] / configure.ac
index 2fba897..b3fa70a 100644 (file)
@@ -1,5 +1,5 @@
 dnl
-dnl configure.ac -- autoconf template for nmh
+dnl configure.ac -- autoconf template for mmh
 dnl
 
 dnl Move this up a bit
@@ -28,16 +28,16 @@ fi
 echo "configuring for AC_PACKAGE_NAME-AC_PACKAGE_VERSION"
 AC_SUBST(VERSION,AC_PACKAGE_VERSION)dnl
 
-dnl What date of nmh are we building?
+dnl What date of mmh are we building?
 DATE=`cat ${srcdir}/DATE`
-echo "configuring for nmh dated $DATE"
+echo "configuring for mmh dated $DATE"
 AC_SUBST(DATE)dnl
 
 dnl --------------------------
 dnl CHECK COMMAND LINE OPTIONS
 dnl --------------------------
 
-dnl Do you want to debug nmh?
+dnl Do you want to debug mmh?
 AC_ARG_ENABLE(debug,
   AS_HELP_STRING([--enable-debug],[enable nmh code debugging]))
 dnl The old redundant --enable-nmh-debug is deprecated and undocumented.
@@ -602,7 +602,7 @@ main()
 {
        char buf[4096];
        int r1 = tgetent(buf, "vt100");
-       int r2 = tgetent((char*)0,"vt100");
+       int r2 = tgetent(NULL,"vt100");
        if (r1 >= 0 && r1 == r2) {
                char tbuf[1024], *u;
                u = tbuf;
@@ -825,9 +825,9 @@ eval "nmhlib=${libdir}";         eval "nmhlib=${nmhlib}"
 eval "nmhman=${mandir}";         eval "nmhman=${nmhman}"
 
 echo "
-nmh configuration
+mmh configuration
 -----------------
-nmh version            : AC_PACKAGE_VERSION
+mmh version            : AC_PACKAGE_VERSION
 target os              : ${target}
 compiler               : ${CC}
 compiler flags         : ${CFLAGS}