* configure.ac: Catch unexpanded MC_* macros.

This commit is contained in:
Pavel Roskin 2005-11-11 02:03:55 +00:00
parent 0418637b54
commit f52a3276cc
2 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,7 @@
2005-11-10 Pavel Roskin <proski@gnu.org>
* configure.ac: Catch unexpanded MC_* macros.
* m4/*.m4: Update to the macros provided by gettext 0.14.3.
* m4/Makefile.am: Update the list of the *.m4 files.

View File

@ -4,6 +4,7 @@ dnl
AC_INIT([GNU Midnight Commander], [], [mc-devel@gnome.org])
AC_PREREQ(2.54)
m4_pattern_forbid(MC_)
AC_CONFIG_SRCDIR(src/main.c)
AC_CONFIG_AUX_DIR(config)
AM_INIT_AUTOMAKE(mc, 4.6.1a)