1
1

* configure.ac: Catch unexpanded MC_* macros.

Этот коммит содержится в:
Pavel Roskin 2005-11-11 02:03:55 +00:00
родитель 0418637b54
Коммит f52a3276cc
2 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -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.

Просмотреть файл

@ -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)