From ad44533be18a2fb7fbfc1ac9c0a9210bf679d16d Mon Sep 17 00:00:00 2001
From: Moe Jette <jette1@llnl.gov>
Date: Fri, 8 Oct 2004 01:09:25 +0000
Subject: [PATCH] Add new m4 script to Makefile.am.

---
 auxdir/Makefile.am     | 1 +
 auxdir/x_ac_ncurses.m4 | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/auxdir/Makefile.am b/auxdir/Makefile.am
index 0d86f92281f..a74048360f5 100644
--- a/auxdir/Makefile.am
+++ b/auxdir/Makefile.am
@@ -14,6 +14,7 @@ EXTRA_DIST = \
     x_ac_debug.m4 \
     x_ac_elan.m4 \
     x_ac_gpl_licensed.m4 \
+    x_ac_ncurses.m4 \
     x_ac_ptrace.m4 \
     x_ac_readline.m4 \
     x_ac_setproctitle.m4 \
diff --git a/auxdir/x_ac_ncurses.m4 b/auxdir/x_ac_ncurses.m4
index 32301c87c78..9ae63a172bf 100644
--- a/auxdir/x_ac_ncurses.m4
+++ b/auxdir/x_ac_ncurses.m4
@@ -8,7 +8,7 @@
 #    X_AC_NCURSES
 #
 #  DESCRIPTION:
-#    Test for NCURSES or CURSES. If found define HAVE_BGL
+#    Test for NCURSES or CURSES. If found define NCURSES
 ##*****************************************************************************
 
 
-- 
GitLab