From 579a11959007b259c85b38dbf2db8f74ac6a1f8e Mon Sep 17 00:00:00 2001 From: "Alexey I. Froloff" Date: Tue, 5 Jun 2012 21:20:26 +0400 Subject: [PATCH] Make autoreconf happy Signed-off-by: Alexey I. Froloff --- wmbatteries/ChangeLog | 0 wmbiff/configure.ac | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 wmbatteries/ChangeLog diff --git a/wmbatteries/ChangeLog b/wmbatteries/ChangeLog new file mode 100644 index 0000000..e69de29 diff --git a/wmbiff/configure.ac b/wmbiff/configure.ac index f74b1f5..7ad8329 100644 --- a/wmbiff/configure.ac +++ b/wmbiff/configure.ac @@ -110,7 +110,7 @@ AC_CHECK_HEADERS(regex.h) dnl gnuregex.h dnl no longer needed AC_CHECK_LIB(gnuregex, re_search) dnl BSD. dnl X11 stuff. -AC_PATH_XTRA_CORRECTED +AC_PATH_XTRA if test "$no_x" = yes; then AC_MSG_ERROR("Really need a working X. Check config.log to see why configure couldn't find it") fi -- 2.11.4.GIT