Horrible fix for Horrible m4 brokeness of gettext macros

This commit is contained in:
Miguel de Icaza 1999-07-07 01:13:05 +00:00
parent 5d8a4f4fc4
commit 477a60bb4f
3 changed files with 11 additions and 2 deletions

View File

@ -79,7 +79,7 @@ vfsdir = $(rootdir)/vfs
xvdir = $(rootdir)/xv
tkdir = $(rootdir)/tk
gnomedir = $(rootdir)/gnome
icodir = $(rootdir)/icons
icondir = $(rootdir)/icons
hpath = -I$(mcsrcdir) -I$(slangdir) -I$(vfsdir) -I$(xvdir) -I$(xvdir)/support/xview_private -I$(tkdir)

View File

@ -109,6 +109,7 @@ distcopy:
for I in $(alldirs); do \
mkdir ../mc-$(VERSION)/$$I; \
cd $$I ; \
echo Processing $$I; \
$(MAKE) distcopy VERSION=$(VERSION) PACKAGE=mc || exit 1; \
cd ..; done
mkdir ../mc-$(VERSION)/macros

View File

@ -5,11 +5,13 @@ AC_INIT(create_vcs)
AC_CONFIG_HEADER(config.h)
PACKAGE=mc
VERSION=4.5.34
VERSION=4.5.35
AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE")
AC_DEFINE_UNQUOTED(VERSION, "$VERSION")
AC_SUBST(VERSION)
AC_SUBST(PACKAGE)
top_srcdir=`dirname $0`
AC_SUBST(top_srcdir)
AC_CANONICAL_SYSTEM
@ -69,7 +71,13 @@ if test x"$X11_WWW" = x; then
fi
ALL_LINGUAS="ca cs da de es es_ES fi fr hu it ja ko no pl ro ru wa zh_TW.Big5"
dnl ultra ulgy hack to get MKINSTALLDIRS right
o=$ac_aux_dir
ac_aux_dir=
AM_GNU_GETTEXT
ac_aux_dir=$o
AC_LINK_FILES($nls_cv_header_libgt, $nls_cv_header_intl)
dnl