45d7dee152
now done in configure. Move -I.. to the beginning. * Makefile.am (SUBDIRS): Move intl po to the beginning, since libintl.a may be required to link mc. (ACLOCAL_M4_SOURCES): Remove macros/gnome-gettext.m4. * configure.in: Use AM_GNU_GETTEXT instead of AM_GNOME_GETTEXT. Move all i18n code to one place. Don't substitute INTLSUB - it's unused. Substitute INTLDEPS, since AM_GNU_GETTEXT doesn't do it. Remove SCO-specific i18n hacks. Add -I$(top_srcdir) to CPPFLAGS.
23 строки
481 B
Makefile
23 строки
481 B
Makefile
## Process this file with automake to create Makefile.in.
|
|
|
|
SUBDIRS = intl po vfs slang edit src lib doc syntax pc \
|
|
gtkedit gnome new_icons idl doc-gnome
|
|
|
|
ACLOCAL_AMFLAGS = -I macros
|
|
|
|
ACLOCAL_M4_SOURCES = \
|
|
macros/gnome.m4 \
|
|
macros/gnome-vfs.m4 \
|
|
macros/gnome-undelfs.m4 \
|
|
macros/linger.m4
|
|
|
|
EXTRA_DIST = BUGS FAQ INSTALL.FAST MAINTAINERS \
|
|
README.PC README.QNX README.smbfs \
|
|
extraconf.h \
|
|
$(ACLOCAL_M4_SOURCES)
|
|
|
|
noinst_DATA = mc.spec
|
|
|
|
dist-hook:
|
|
cp mc.spec $(distdir)
|