Skip to content

Commit

Permalink
Run autoupdate(1) on to get rid of autoconf warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
SamB authored and jonas committed Sep 30, 2012
1 parent a3079e2 commit c9c4571
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
@@ -1,12 +1,12 @@
AC_INIT([tig], [0], [Jonas Fonseca <fonseca@diku.dk>], [tig])
AC_INIT([tig],[0],[Jonas Fonseca <fonseca@diku.dk>],[tig])

AC_LANG([C])
AC_CONFIG_HEADER(config.h)
AC_CONFIG_SRCDIR(tig.c)

AX_WITH_CURSES
case "$ax_cv_ncurses" in "no")
AC_ERROR([ncurses not found])
AC_MSG_ERROR([ncurses not found])
esac
case "$ax_cv_ncursesw" in "no")
AC_MSG_WARN([The found ncurses library does not support wide-char.])
Expand Down

0 comments on commit c9c4571

Please sign in to comment.