mirror of https://github.com/MidnightCommander/mc
* configure.ac: Catch unexpanded MC_* macros.
This commit is contained in:
parent
0418637b54
commit
f52a3276cc
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue