mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
cfcf9a76df
m4 directory is used by aclocal. * m4/Makefile.am: New file. * configure.in: Substitute m4/Makefile. * autogen.sh: Don't copy any macro files, use m4 directory.
16 lines
304 B
Makefile
16 lines
304 B
Makefile
## Process this file with automake to create Makefile.in.
|
|
|
|
AUTOMAKE_OPTIONS = 1.5
|
|
|
|
SUBDIRS = intl po m4 vfs slang edit src lib doc syntax pc
|
|
|
|
EXTRA_DIST = FAQ INSTALL.FAST MAINTAINERS \
|
|
README.PC README.QNX extraconf.h
|
|
|
|
noinst_DATA = mc.spec
|
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
dist-hook:
|
|
cp mc.spec $(distdir)
|