- AC_SUBST([CONFIG_STATUS_DEPENDENCIES], ['$(top_srcdir)/version.sh'])
-- Use #(mkdir_p) instead of $(mkinstalldirs) in 2006.
-
+2006-04-17 Bruno Haible <bruno@clisp.org>
+
+ * PACKAGING: Remove mkinstalldirs file.
+
2006-04-20 Bruno Haible <bruno@clisp.org>
* autogen.sh: Also regenerate examples PO files.
their code.
Binary compatibility is guaranteed, however.
+* The 'mkinstalldirs' shell script is no longer needed and no longer installed
+ by gettextize.
+
* Portability to mingw.
* Interoperability with expat version 2.0.0.
$prefix/lib/gettext/*
$prefix/share/locale/*/LC_MESSAGES/gettext-tools.mo
$prefix/share/gettext/config.rpath
- $prefix/share/gettext/mkinstalldirs
$prefix/share/gettext/intl/*
$prefix/share/gettext/po/*
$prefix/share/gettext/projects/*
+2006-04-17 Bruno Haible <bruno@clisp.org>
+
+ * Makefile.am (all-local): Remove depedency on build-aux/mkinstalldirs.
+ (build-aux/mkinstalldirs): Remove rule.
+ (DISTCLEANFILES): Remove build-aux/mkinstalldirs.
+ * tests/rpathlx/Makefile.am (mkinstalldirs): Remove variable.
+ * tests/rpathly/Makefile.am (mkinstalldirs): Remove variable.
+ * tests/rpathlyx/Makefile.am (mkinstalldirs): Remove variable.
+ * tests/rpathlz/Makefile.am (mkinstalldirs): Remove variable.
+ * tests/rpathlzyx/Makefile.am (mkinstalldirs): Remove variable.
+ * tests/rpathx/Makefile.am (mkinstalldirs): Remove variable.
+ * tests/rpathy/Makefile.am (mkinstalldirs): Remove variable.
+ * tests/rpathz/Makefile.am (mkinstalldirs): Remove variable.
+
2005-12-27 Bruno Haible <bruno@clisp.org>
* config.rpath: Upgrade to libtool-1.5.22.
# We choose this argument to be '../../../build-aux', for case 1, and therefore
# we need to make a local copy of the build-aux directory, for case 2.
-all-local: build-aux/config.guess build-aux/config.sub build-aux/install-sh build-aux/ltmain.sh build-aux/mkinstalldirs build-aux/missing build-aux/config.rpath
+all-local: build-aux/config.guess build-aux/config.sub build-aux/install-sh build-aux/ltmain.sh build-aux/missing build-aux/config.rpath
build-aux-dir:
test -d build-aux || mkdir build-aux
build-aux/ltmain.sh: $(srcdir)/../build-aux/ltmain.sh build-aux-dir
cp $(srcdir)/../build-aux/ltmain.sh build-aux/ltmain.sh
-build-aux/mkinstalldirs: $(srcdir)/../build-aux/mkinstalldirs build-aux-dir
- cp $(srcdir)/../build-aux/mkinstalldirs build-aux/mkinstalldirs
-
build-aux/missing: $(srcdir)/../build-aux/missing build-aux-dir
cp $(srcdir)/../build-aux/missing build-aux/missing
build-aux/config.rpath: $(srcdir)/config.rpath build-aux-dir
cp $(srcdir)/config.rpath build-aux/config.rpath
-DISTCLEANFILES += build-aux/config.guess build-aux/config.sub build-aux/install-sh build-aux/ltmain.sh build-aux/mkinstalldirs build-aux/missing build-aux/config.rpath
+DISTCLEANFILES += build-aux/config.guess build-aux/config.sub build-aux/install-sh build-aux/ltmain.sh build-aux/missing build-aux/config.rpath
distclean-local:
rm -rf build-aux build-aux-dir
AUTOMAKE_OPTIONS = 1.5 foreign no-dependencies
-mkinstalldirs = $(SHELL) @global_top_auxdir@/mkinstalldirs
bin_PROGRAMS = usex
usex_SOURCES = usex.c
LDADD = @LIBRPATHX@
AUTOMAKE_OPTIONS = 1.5 foreign no-dependencies
-mkinstalldirs = $(SHELL) @global_top_auxdir@/mkinstalldirs
bin_PROGRAMS = usey
usey_SOURCES = usey.c
LDADD = @LIBRPATHY@
AUTOMAKE_OPTIONS = 1.5 foreign no-dependencies
-mkinstalldirs = $(SHELL) @global_top_auxdir@/mkinstalldirs
bin_PROGRAMS = usey
usey_SOURCES = usey.c
LDADD = @LIBRPATHY@
AUTOMAKE_OPTIONS = 1.5 foreign no-dependencies
-mkinstalldirs = $(SHELL) @global_top_auxdir@/mkinstalldirs
bin_PROGRAMS = usez
usez_SOURCES = usez.c
LDADD = @LIBRPATHZ@
AUTOMAKE_OPTIONS = 1.5 foreign no-dependencies
-mkinstalldirs = $(SHELL) @global_top_auxdir@/mkinstalldirs
bin_PROGRAMS = usez
usez_SOURCES = usez.c
LDADD = @LIBRPATHZ@
AUTOMAKE_OPTIONS = 1.5 foreign no-dependencies
-mkinstalldirs = $(SHELL) @global_top_auxdir@/mkinstalldirs
lib_LTLIBRARIES = librpathx.la
librpathx_la_SOURCES = rpathx.c
librpathx_la_LDFLAGS = -lc -no-undefined
AUTOMAKE_OPTIONS = 1.5 foreign no-dependencies
-mkinstalldirs = $(SHELL) @global_top_auxdir@/mkinstalldirs
lib_LTLIBRARIES = librpathy.la
librpathy_la_SOURCES = rpathy.c
librpathy_la_LDFLAGS = @LTLIBRPATHX@ -lc -no-undefined
AUTOMAKE_OPTIONS = 1.5 foreign no-dependencies
-mkinstalldirs = $(SHELL) @global_top_auxdir@/mkinstalldirs
lib_LTLIBRARIES = librpathz.la
librpathz_la_SOURCES = rpathz.c
librpathz_la_LDFLAGS = @LTLIBRPATHX@ @LTLIBRPATHY@ -lc -no-undefined
+2006-04-17 Bruno Haible <bruno@clisp.org>
+
+ * Makefile.am: Use $(mkdir_p) instead of $(mkinstalldirs).
+
2005-12-04 Bruno Haible <bruno@clisp.org>
* Makefile.am (CSHARPCOMPFLAGS): Use value set by csharpcomp.m4.
install-dll: install-dll-@BUILDCSHARP@
install-dll-no:
- $(mkinstalldirs) $(DESTDIR)$(libdir)
+ $(mkdir_p) $(DESTDIR)$(libdir)
install-dll-yes: all-dll-yes
- $(mkinstalldirs) $(DESTDIR)$(libdir)
+ $(mkdir_p) $(DESTDIR)$(libdir)
$(INSTALL_DATA) GNU.Gettext.dll $(DESTDIR)$(libdir)/GNU.Gettext.dll
installdirs-dll:
- $(mkinstalldirs) $(DESTDIR)$(libdir)
+ $(mkdir_p) $(DESTDIR)$(libdir)
uninstall-dll:
$(RM) $(DESTDIR)$(libdir)/GNU.Gettext.dll
EXTRA_DIST += $(DOC_FILES)
install-doc: all-doc
- $(mkinstalldirs) $(DESTDIR)$(htmldir)/csharpdoc
+ $(mkdir_p) $(DESTDIR)$(htmldir)/csharpdoc
@for f in $(DOC_FILES); do \
echo "$(INSTALL_DATA) $(srcdir)/$$f $(DESTDIR)$(htmldir)/$$f"; \
$(INSTALL_DATA) $(srcdir)/$$f $(DESTDIR)$(htmldir)/$$f; \
done
installdirs-doc:
- $(mkinstalldirs) $(DESTDIR)$(htmldir)/csharpdoc
+ $(mkdir_p) $(DESTDIR)$(htmldir)/csharpdoc
uninstall-doc:
@for f in $(DOC_FILES); do \
+2006-04-17 Bruno Haible <bruno@clisp.org>
+
+ * Makefile.am: Use $(mkdir_p) instead of $(mkinstalldirs).
+
2005-05-23 Bruno Haible <bruno@clisp.org>
* gettext-0.14.5 released.
install-classes: install-classes-@BUILDJAVA@
install-classes-no:
- $(mkinstalldirs) $(DESTDIR)$(jardir)
+ $(mkdir_p) $(DESTDIR)$(jardir)
install-classes-yes: all-classes-yes
- $(mkinstalldirs) $(DESTDIR)$(jardir)
+ $(mkdir_p) $(DESTDIR)$(jardir)
$(INSTALL_DATA) libintl.jar $(DESTDIR)$(jardir)/libintl.jar
installdirs-classes:
- $(mkinstalldirs) $(DESTDIR)$(jardir)
+ $(mkdir_p) $(DESTDIR)$(jardir)
uninstall-classes:
$(RM) $(DESTDIR)$(jardir)/libintl.jar
EXTRA_DIST += $(JAVADOC1_FILES)
install-javadoc1: all-javadoc1
- $(mkinstalldirs) $(DESTDIR)$(htmldir)/javadoc1
- $(mkinstalldirs) $(DESTDIR)$(htmldir)/javadoc1/images
+ $(mkdir_p) $(DESTDIR)$(htmldir)/javadoc1
+ $(mkdir_p) $(DESTDIR)$(htmldir)/javadoc1/images
@for f in $(JAVADOC1_FILES); do \
echo "$(INSTALL_DATA) $(srcdir)/$$f $(DESTDIR)$(htmldir)/$$f"; \
$(INSTALL_DATA) $(srcdir)/$$f $(DESTDIR)$(htmldir)/$$f; \
done
installdirs-javadoc1:
- $(mkinstalldirs) $(DESTDIR)$(htmldir)/javadoc1
- $(mkinstalldirs) $(DESTDIR)$(htmldir)/javadoc1/images
+ $(mkdir_p) $(DESTDIR)$(htmldir)/javadoc1
+ $(mkdir_p) $(DESTDIR)$(htmldir)/javadoc1/images
uninstall-javadoc1:
@for f in $(JAVADOC1_FILES); do \
EXTRA_DIST += $(JAVADOC2_FILES)
install-javadoc2: all-javadoc2
- $(mkinstalldirs) $(DESTDIR)$(htmldir)/javadoc2
- $(mkinstalldirs) $(DESTDIR)$(htmldir)/javadoc2/gnu/gettext
+ $(mkdir_p) $(DESTDIR)$(htmldir)/javadoc2
+ $(mkdir_p) $(DESTDIR)$(htmldir)/javadoc2/gnu/gettext
@for f in $(JAVADOC2_FILES); do \
echo "$(INSTALL_DATA) $(srcdir)/$$f $(DESTDIR)$(htmldir)/$$f"; \
$(INSTALL_DATA) $(srcdir)/$$f $(DESTDIR)$(htmldir)/$$f; \
done
installdirs-javadoc2:
- $(mkinstalldirs) $(DESTDIR)$(htmldir)/javadoc2
- $(mkinstalldirs) $(DESTDIR)$(htmldir)/javadoc2/gnu/gettext
+ $(mkdir_p) $(DESTDIR)$(htmldir)/javadoc2
+ $(mkdir_p) $(DESTDIR)$(htmldir)/javadoc2/gnu/gettext
uninstall-javadoc2:
@for f in $(JAVADOC2_FILES); do \
+2006-04-17 Bruno Haible <bruno@clisp.org>
+
+ * Makefile.in (MKINSTALLDIRS, mkinstalldirs): Remove variables.
+ (mkdir_p): New variable.
+ (install-exec, install-data, installdirs): Use $(mkdir_p) instead of
+ $(mkinstalldirs).
+
2006-04-05 Bruno Haible <bruno@clisp.org>
* config.charset: Update Juan Manuel Guerrero's address.
# Makefile for directory with message catalog handling library of GNU gettext
-# Copyright (C) 1995-1998, 2000-2005 Free Software Foundation, Inc.
+# Copyright (C) 1995-1998, 2000-2006 Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or modify it
# under the terms of the GNU Library General Public License as published
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@
-MKINSTALLDIRS = @MKINSTALLDIRS@
-mkinstalldirs = $(SHELL) $(MKINSTALLDIRS)
+mkdir_p = @mkdir_p@
l = @INTL_LIBTOOL_SUFFIX_PREFIX@
install-exec: all
if { test "$(PACKAGE)" = "gettext-runtime" || test "$(PACKAGE)" = "gettext-tools"; } \
&& test '@USE_INCLUDED_LIBINTL@' = yes; then \
- $(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(includedir); \
+ $(mkdir_p) $(DESTDIR)$(libdir) $(DESTDIR)$(includedir); \
$(INSTALL_DATA) libintl.h $(DESTDIR)$(includedir)/libintl.h; \
$(LIBTOOL) --mode=install \
$(INSTALL_DATA) libintl.$la $(DESTDIR)$(libdir)/libintl.$la; \
if test "$(PACKAGE)" = "gettext-tools" \
&& test '@USE_INCLUDED_LIBINTL@' = no \
&& test @GLIBC2@ != no; then \
- $(mkinstalldirs) $(DESTDIR)$(libdir); \
+ $(mkdir_p) $(DESTDIR)$(libdir); \
$(LIBTOOL) --mode=install \
$(INSTALL_DATA) libgnuintl.$la $(DESTDIR)$(libdir)/libgnuintl.$la; \
rm -f $(DESTDIR)$(libdir)/preloadable_libintl.so; \
: ; \
fi
if test '@USE_INCLUDED_LIBINTL@' = yes; then \
- test @GLIBC21@ != no || $(mkinstalldirs) $(DESTDIR)$(libdir); \
+ test @GLIBC21@ != no || $(mkdir_p) $(DESTDIR)$(libdir); \
temp=$(DESTDIR)$(libdir)/t-charset.alias; \
dest=$(DESTDIR)$(libdir)/charset.alias; \
if test -f $(DESTDIR)$(libdir)/charset.alias; then \
rm -f $$temp; \
fi; \
fi; \
- $(mkinstalldirs) $(DESTDIR)$(localedir); \
+ $(mkdir_p) $(DESTDIR)$(localedir); \
test -f $(DESTDIR)$(localedir)/locale.alias \
&& orig=$(DESTDIR)$(localedir)/locale.alias \
|| orig=$(srcdir)/locale.alias; \
fi
install-data: all
if test "$(PACKAGE)" = "gettext-tools"; then \
- $(mkinstalldirs) $(DESTDIR)$(gettextsrcdir); \
+ $(mkdir_p) $(DESTDIR)$(gettextsrcdir); \
$(INSTALL_DATA) VERSION $(DESTDIR)$(gettextsrcdir)/VERSION; \
$(INSTALL_DATA) ChangeLog.inst $(DESTDIR)$(gettextsrcdir)/ChangeLog; \
dists="COPYING.LIB-2.0 COPYING.LIB-2.1 $(DISTFILES.common)"; \
installdirs:
if { test "$(PACKAGE)" = "gettext-runtime" || test "$(PACKAGE)" = "gettext-tools"; } \
&& test '@USE_INCLUDED_LIBINTL@' = yes; then \
- $(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(includedir); \
+ $(mkdir_p) $(DESTDIR)$(libdir) $(DESTDIR)$(includedir); \
else \
: ; \
fi
if test "$(PACKAGE)" = "gettext-tools" \
&& test '@USE_INCLUDED_LIBINTL@' = no \
&& test @GLIBC2@ != no; then \
- $(mkinstalldirs) $(DESTDIR)$(libdir); \
+ $(mkdir_p) $(DESTDIR)$(libdir); \
else \
: ; \
fi
if test '@USE_INCLUDED_LIBINTL@' = yes; then \
- test @GLIBC21@ != no || $(mkinstalldirs) $(DESTDIR)$(libdir); \
- $(mkinstalldirs) $(DESTDIR)$(localedir); \
+ test @GLIBC21@ != no || $(mkdir_p) $(DESTDIR)$(libdir); \
+ $(mkdir_p) $(DESTDIR)$(localedir); \
else \
: ; \
fi
if test "$(PACKAGE)" = "gettext-tools"; then \
- $(mkinstalldirs) $(DESTDIR)$(gettextsrcdir); \
+ $(mkdir_p) $(DESTDIR)$(gettextsrcdir); \
else \
: ; \
fi
+2006-04-17 Bruno Haible <bruno@clisp.org>
+
+ * Makefile.am: Use $(mkdir_p) instead of $(mkinstalldirs).
+
2006-04-11 Bruno Haible <bruno@clisp.org>
* autosprintf.texi: Change license terms to FDL | GPL.
# Documentation in DVI format.
install-dvi: autosprintf.dvi
- $(mkinstalldirs) $(DESTDIR)$(dvidir)
+ $(mkdir_p) $(DESTDIR)$(dvidir)
$(INSTALL_DATA) `if test -f autosprintf.dvi; then echo .; else echo $(srcdir); fi`/autosprintf.dvi $(DESTDIR)$(dvidir)/autosprintf.dvi
installdirs-dvi:
- $(mkinstalldirs) $(DESTDIR)$(dvidir)
+ $(mkdir_p) $(DESTDIR)$(dvidir)
uninstall-dvi:
$(RM) $(DESTDIR)$(dvidir)/autosprintf.dvi
$(DVIPS) -o $@ `if test -f autosprintf.dvi; then echo autosprintf.dvi; else echo $(srcdir)/autosprintf.dvi; fi`
install-ps: autosprintf.ps
- $(mkinstalldirs) $(DESTDIR)$(psdir)
+ $(mkdir_p) $(DESTDIR)$(psdir)
$(INSTALL_DATA) `if test -f autosprintf.ps; then echo .; else echo $(srcdir); fi`/autosprintf.ps $(DESTDIR)$(psdir)/autosprintf.ps
installdirs-ps:
- $(mkinstalldirs) $(DESTDIR)$(psdir)
+ $(mkdir_p) $(DESTDIR)$(psdir)
uninstall-ps:
$(RM) $(DESTDIR)$(psdir)/autosprintf.ps
SUFFIXES = .pdf
install-pdf: autosprintf.pdf
- $(mkinstalldirs) $(DESTDIR)$(pdfdir)
+ $(mkdir_p) $(DESTDIR)$(pdfdir)
$(INSTALL_DATA) `if test -f autosprintf.pdf; then echo .; else echo $(srcdir); fi`/autosprintf.pdf $(DESTDIR)$(pdfdir)/autosprintf.pdf
installdirs-pdf:
- $(mkinstalldirs) $(DESTDIR)$(pdfdir)
+ $(mkdir_p) $(DESTDIR)$(pdfdir)
uninstall-pdf:
$(RM) $(DESTDIR)$(pdfdir)/autosprintf.pdf
mv autosprintf.html autosprintf_all.html
install-html: autosprintf_all.html
- $(mkinstalldirs) $(DESTDIR)$(htmldir)
+ $(mkdir_p) $(DESTDIR)$(htmldir)
$(INSTALL_DATA) `if test -f autosprintf_all.html; then echo .; else echo $(srcdir); fi`/autosprintf_all.html $(DESTDIR)$(htmldir)/autosprintf.html
installdirs-html:
- $(mkinstalldirs) $(DESTDIR)$(htmldir)
+ $(mkdir_p) $(DESTDIR)$(htmldir)
uninstall-html:
$(RM) $(DESTDIR)$(htmldir)/autosprintf.html
+2006-04-17 Bruno Haible <bruno@clisp.org>
+
+ * nls.m4 (AM_MKINSTALLDIRS): Remove macro.
+ * gettext.m4 (AM_INTL_SUBDIR): Require AM_PROG_MKDIR_P instead of
+ AM_MKINSTALLDIRS.
+ * po.m4 (AM_PO_SUBDIRS): Likewise.
+
2006-04-14 Bruno Haible <bruno@clisp.org>
Prepare for autoconf-2.60.
-# gettext.m4 serial 45 (gettext-0.15)
+# gettext.m4 serial 46 (gettext-0.15)
dnl Copyright (C) 1995-2006 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
AC_DEFUN([AM_INTL_SUBDIR],
[
AC_REQUIRE([AC_PROG_INSTALL])dnl
- AC_REQUIRE([AM_MKINSTALLDIRS])dnl
+ AC_REQUIRE([AM_PROG_MKDIR_P])dnl defined by automake
AC_REQUIRE([AC_PROG_CC])dnl
AC_REQUIRE([AC_CANONICAL_HOST])dnl
AC_REQUIRE([gt_GLIBC2])dnl
-# nls.m4 serial 2 (gettext-0.14.3)
-dnl Copyright (C) 1995-2003, 2005 Free Software Foundation, Inc.
+# nls.m4 serial 3 (gettext-0.15)
+dnl Copyright (C) 1995-2003, 2005-2006 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
AC_MSG_RESULT($USE_NLS)
AC_SUBST(USE_NLS)
])
-
-AC_DEFUN([AM_MKINSTALLDIRS],
-[
- dnl Tell automake >= 1.10 to complain if mkinstalldirs is missing.
- m4_ifdef([AC_REQUIRE_AUX_FILE], [AC_REQUIRE_AUX_FILE([mkinstalldirs])])
- dnl If the AC_CONFIG_AUX_DIR macro for autoconf is used we possibly
- dnl find the mkinstalldirs script in another subdir but $(top_srcdir).
- dnl Try to locate it.
- MKINSTALLDIRS=
- if test -n "$ac_aux_dir"; then
- case "$ac_aux_dir" in
- /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
- *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
- esac
- fi
- if test -z "$MKINSTALLDIRS"; then
- MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
- fi
- AC_SUBST(MKINSTALLDIRS)
-])
-# po.m4 serial 11 (gettext-0.15)
+# po.m4 serial 12 (gettext-0.15)
dnl Copyright (C) 1995-2006 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
[
AC_REQUIRE([AC_PROG_MAKE_SET])dnl
AC_REQUIRE([AC_PROG_INSTALL])dnl
- AC_REQUIRE([AM_MKINSTALLDIRS])dnl
+ AC_REQUIRE([AM_PROG_MKDIR_P])dnl defined by automake
AC_REQUIRE([AM_NLS])dnl
dnl Perform the following tests also if --disable-nls has been given,
+2006-04-17 Bruno Haible <bruno@clisp.org>
+
+ * Makefile.am: Use $(mkdir_p) instead of $(mkinstalldirs).
+
2005-05-23 Bruno Haible <bruno@clisp.org>
* gettext-0.14.5 released.
mv t-$@ $@
install-html:
- $(mkinstalldirs) $(DESTDIR)$(htmldir)
+ $(mkdir_p) $(DESTDIR)$(htmldir)
for file in $(man_HTML); do \
if test -f $$file; then dir=.; else dir=$(srcdir); fi; \
$(INSTALL_DATA) $$dir/$$file $(DESTDIR)$(htmldir)/$$file; \
done
installdirs-html:
- $(mkinstalldirs) $(DESTDIR)$(htmldir)
+ $(mkdir_p) $(DESTDIR)$(htmldir)
uninstall-html:
for file in $(man_HTML); do \
+2006-04-17 Bruno Haible <bruno@clisp.org>
+
+ * Makefile.in.in (MKINSTALLDIRS, mkinstalldirs): Remove variables.
+ (mkdir_p): New variable.
+ (install-data, install-data-yes, installdirs-data,
+ installdirs-data-yes): Use $(mkdir_p) instead of $(mkinstalldirs).
+
2006-04-14 Bruno Haible <bruno@clisp.org>
Don't ignore the --localedir option from autoconf >= 2.60.
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@
-MKINSTALLDIRS = @MKINSTALLDIRS@
-mkinstalldirs = $(SHELL) $(MKINSTALLDIRS)
+mkdir_p = @mkdir_p@
GMSGFMT_ = @GMSGFMT@
GMSGFMT_no = @GMSGFMT@
install-exec:
install-data: install-data-@USE_NLS@
if test "$(PACKAGE)" = "gettext-tools"; then \
- $(mkinstalldirs) $(DESTDIR)$(gettextsrcdir); \
+ $(mkdir_p) $(DESTDIR)$(gettextsrcdir); \
for file in $(DISTFILES.common) Makevars.template; do \
$(INSTALL_DATA) $(srcdir)/$$file \
$(DESTDIR)$(gettextsrcdir)/$$file; \
fi
install-data-no: all
install-data-yes: all
- $(mkinstalldirs) $(DESTDIR)$(datadir)
+ $(mkdir_p) $(DESTDIR)$(datadir)
@catalogs='$(CATALOGS)'; \
for cat in $$catalogs; do \
cat=`basename $$cat`; \
lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
dir=$(localedir)/$$lang/LC_MESSAGES; \
- $(mkinstalldirs) $(DESTDIR)$$dir; \
+ $(mkdir_p) $(DESTDIR)$$dir; \
if test -r $$cat; then realcat=$$cat; else realcat=$(srcdir)/$$cat; fi; \
$(INSTALL_DATA) $$realcat $(DESTDIR)$$dir/$(DOMAIN).mo; \
echo "installing $$realcat as $(DESTDIR)$$dir/$(DOMAIN).mo"; \
installdirs-exec:
installdirs-data: installdirs-data-@USE_NLS@
if test "$(PACKAGE)" = "gettext-tools"; then \
- $(mkinstalldirs) $(DESTDIR)$(gettextsrcdir); \
+ $(mkdir_p) $(DESTDIR)$(gettextsrcdir); \
else \
: ; \
fi
installdirs-data-no:
installdirs-data-yes:
- $(mkinstalldirs) $(DESTDIR)$(datadir)
+ $(mkdir_p) $(DESTDIR)$(datadir)
@catalogs='$(CATALOGS)'; \
for cat in $$catalogs; do \
cat=`basename $$cat`; \
lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
dir=$(localedir)/$$lang/LC_MESSAGES; \
- $(mkinstalldirs) $(DESTDIR)$$dir; \
+ $(mkdir_p) $(DESTDIR)$$dir; \
for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
if test -n "$$lc"; then \
if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
+2006-04-17 Bruno Haible <bruno@clisp.org>
+
+ * Makefile.am (gettextsrc_SCRIPTS): Remove mkinstalldirs.
+
2006-03-11 Bruno Haible <bruno@clisp.org>
* configure.ac (MSGMERGE_LIBM): New variable. Test for presence of
## Makefile for the gettext-tools directory of GNU gettext
-## Copyright (C) 1995-1999, 2000-2005 Free Software Foundation, Inc.
+## Copyright (C) 1995-1999, 2000-2006 Free Software Foundation, Inc.
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
# Files installed for use by gettextize.
gettextsrcdir = $(datadir)/gettext
-gettextsrc_SCRIPTS = ../autoconf-lib-link/config.rpath ../build-aux/mkinstalldirs
+gettextsrc_SCRIPTS = ../autoconf-lib-link/config.rpath
# Files copied from other directories.
+2006-04-17 Bruno Haible <bruno@clisp.org>
+
+ * Makefile.am: Use $(mkdir_p) instead of $(mkinstalldirs).
+ * gettext.texi (config.guess): Don't mention mkinstalldirs file any
+ more.
+ (mkinstalldirs): Say it's obsolete.
+ * gettextize.texi: Don't mention mkinstalldirs.
+
2006-04-11 Bruno Haible <bruno@clisp.org>
* gpl.texi: New file, from GNU with typesetting modifications.
TEXI2DVI = texi2dvi $(TEXINCLUDES)
install-dvi: gettext.dvi
- $(mkinstalldirs) $(DESTDIR)$(dvidir)
+ $(mkdir_p) $(DESTDIR)$(dvidir)
$(INSTALL_DATA) `if test -f gettext.dvi; then echo .; else echo $(srcdir); fi`/gettext.dvi $(DESTDIR)$(dvidir)/gettext.dvi
installdirs-dvi:
- $(mkinstalldirs) $(DESTDIR)$(dvidir)
+ $(mkdir_p) $(DESTDIR)$(dvidir)
uninstall-dvi:
$(RM) $(DESTDIR)$(dvidir)/gettext.dvi
$(DVIPS) -o $@ `if test -f gettext.dvi; then echo gettext.dvi; else echo $(srcdir)/gettext.dvi; fi`
install-ps: gettext.ps
- $(mkinstalldirs) $(DESTDIR)$(psdir)
+ $(mkdir_p) $(DESTDIR)$(psdir)
$(INSTALL_DATA) `if test -f gettext.ps; then echo .; else echo $(srcdir); fi`/gettext.ps $(DESTDIR)$(psdir)/gettext.ps
installdirs-ps:
- $(mkinstalldirs) $(DESTDIR)$(psdir)
+ $(mkdir_p) $(DESTDIR)$(psdir)
uninstall-ps:
$(RM) $(DESTDIR)$(psdir)/gettext.ps
SUFFIXES = .pdf
install-pdf: gettext.pdf
- $(mkinstalldirs) $(DESTDIR)$(pdfdir)
+ $(mkdir_p) $(DESTDIR)$(pdfdir)
$(INSTALL_DATA) `if test -f gettext.pdf; then echo .; else echo $(srcdir); fi`/gettext.pdf $(DESTDIR)$(pdfdir)/gettext.pdf
installdirs-pdf:
- $(mkinstalldirs) $(DESTDIR)$(pdfdir)
+ $(mkdir_p) $(DESTDIR)$(pdfdir)
uninstall-pdf:
$(RM) $(DESTDIR)$(pdfdir)/gettext.pdf
esac
install-html-monolithic: gettext.html
- $(mkinstalldirs) $(DESTDIR)$(htmldir)
+ $(mkdir_p) $(DESTDIR)$(htmldir)
$(INSTALL_DATA) `if test -f gettext.html; then echo .; else echo $(srcdir); fi`/gettext.html $(DESTDIR)$(htmldir)/gettext.html
install-html-split: gettext_toc.html
- $(mkinstalldirs) $(DESTDIR)$(htmldir)
+ $(mkdir_p) $(DESTDIR)$(htmldir)
for file in `if test -f gettext_toc.html; then echo .; else echo $(srcdir); fi`/gettext_*.html; do \
$(INSTALL_DATA) $$file $(DESTDIR)$(htmldir)/`basename $$file`; \
done
installdirs-html:
- $(mkinstalldirs) $(DESTDIR)$(htmldir)
+ $(mkdir_p) $(DESTDIR)$(htmldir)
uninstall-html-monolithic:
$(RM) $(DESTDIR)$(htmldir)/gettext.html
$(RM) $(DESTDIR)$(htmldir)/gettext_*.html
dist-html-monolithic:
- $(mkinstalldirs) $(distdir)/
+ $(mkdir_p) $(distdir)/
file=gettext.html; \
if test -f $$file; then d=.; else d=$(srcdir); fi; \
cp -p $$d/$$file $(distdir)/$$file || exit 1
# We would like to put gettext_*.html into EXTRA_DIST, but it doesn't work.
dist-html-split:
- $(mkinstalldirs) $(distdir)/
+ $(mkdir_p) $(distdir)/
file=gettext_toc.html; \
if test -f $$file; then d=.; else d=$(srcdir); fi; \
for file in `cd $$d && echo gettext_*.html`; do \
Normally, @file{config.guess} and @file{config.sub} are put at the
top level of a distribution. But it is also possible to put them in a
subdirectory, altogether with other configuration support files like
-@file{install-sh}, @file{ltconfig}, @file{ltmain.sh},
-@file{mkinstalldirs} or @file{missing}. All you need to do, other than
-moving the files, is to add the following line to your
-@file{configure.in}.
+@file{install-sh}, @file{ltconfig}, @file{ltmain.sh} or @file{missing}.
+All you need to do, other than moving the files, is to add the following line
+to your @file{configure.in}.
@example
AC_CONFIG_AUX_DIR([@var{subdir}])
@subsection @file{mkinstalldirs} at top level
@cindex @file{mkinstalldirs} file
-If @code{gettextize} has not already done it, you need to add the GNU
-@file{mkinstalldirs} script to your distribution. It is needed because
-@samp{mkdir -p} is not portable enough. You find this script in the
-GNU @code{automake} distribution.
-
-Normally, @file{mkinstalldirs} is put at the top level of a distribution.
-But it is also possible to put it in a subdirectory, altogether with other
-configuration support files like @file{install-sh}, @file{ltconfig},
-@file{ltmain.sh} or @file{missing}. All you need to do, other than
-moving the files, is to add the following line to your @file{configure.in}.
-
-@example
-AC_CONFIG_AUX_DIR([@var{subdir}])
-@end example
+With earlier versions of GNU gettext, you needed to add the GNU
+@file{mkinstalldirs} script to your distribution. This is not needed any
+more. You can remove it if you not also using an automake version older than
+automake 1.9.
@node aclocal, acconfig, mkinstalldirs, Adjusting Files
@subsection @file{aclocal.m4} at top level
the @file{intl/} directory is emptied first.
@item
-The files @file{config.rpath} and @file{mkinstalldirs} are copied into
-the directory containing configuration support files. It is needed by
-the @code{AM_GNU_GETTEXT} autoconf macro.
+The file @file{config.rpath} is copied into the directory containing
+configuration support files. It is needed by the @code{AM_GNU_GETTEXT}
+autoconf macro.
@item
Only if the project is using GNU @code{automake}:
+2006-04-17 Bruno Haible <bruno@clisp.org>
+
+ * Makefile.am: Use $(mkdir_p) instead of $(mkinstalldirs).
+ * hello-csharp/Makefile.am: Likewise.
+ * hello-csharp-forms/Makefile.am: Likewise.
+ * hello-java/Makefile.am: Likewise.
+ * hello-java-awt/Makefile.am: Likewise.
+ * hello-java-swing/Makefile.am: Likewise.
+ * hello-pascal/Makefile.am: Likewise.
+ * hello-c++-qt/po/Makefile.am: Likewise.
+ * hello-c++-wxwidgets/po/Makefile.am: Likewise.
+ * hello-clisp/po/Makefile.am: Likewise.
+ * hello-csharp/po/Makefile.am: Likewise.
+ * hello-csharp-forms/po/Makefile.am: Likewise.
+ * hello-gawk/po/Makefile.am: Likewise.
+ * hello-guile/po/Makefile.am: Likewise.
+ * hello-librep/po/Makefile.am: Likewise.
+ * hello-pascal/po/Makefile.am: Likewise.
+ * hello-perl/po/Makefile.am: Likewise.
+ * hello-php/po/Makefile.am: Likewise.
+ * hello-python/po/Makefile.am: Likewise.
+ * hello-sh/po/Makefile.am: Likewise.
+ * hello-smalltalk/po/Makefile.am: Likewise.
+ * hello-tcl/po/Makefile.am: Likewise.
+ * hello-tcl-tk/po/Makefile.am: Likewise.
+ * hello-ycp/po/Makefile.am: Likewise.
+ * hello-*/autoclean.sh: Don't remove mkinstalldirs.
+
2006-04-14 Bruno Haible <bruno@clisp.org>
Don't ignore the --localedir option from autoconf >= 2.60.
README
install-data-local: $(EXAMPLESFILES)
- $(mkinstalldirs) $(DESTDIR)$(examplesdir)
+ $(mkdir_p) $(DESTDIR)$(examplesdir)
for f in $(EXAMPLESFILES); do \
d=`echo /$$f | sed -e 's,/[^/]*$$,,'`; \
- test -z "$$d" || $(mkinstalldirs) $(DESTDIR)$(examplesdir)$$d || exit 1; \
+ test -z "$$d" || $(mkdir_p) $(DESTDIR)$(examplesdir)$$d || exit 1; \
b=`echo $$f | sed -e 's,^.*/,,'`; \
if test $$b = autogen.sh || test $$b = autoclean.sh; then \
echo "$(INSTALL_SCRIPT) $(srcdir)/$$f $(DESTDIR)$(examplesdir)/$$f"; \
done
installdirs-local:
- $(mkinstalldirs) $(DESTDIR)$(examplesdir)
+ $(mkdir_p) $(DESTDIR)$(examplesdir)
for f in $(EXAMPLESFILES); do \
d=`echo /$$f | sed -e 's,/[^/]*$$,,'`; \
- test -z "$$d" || $(mkinstalldirs) $(DESTDIR)$(examplesdir)$$d || exit 1; \
+ test -z "$$d" || $(mkdir_p) $(DESTDIR)$(examplesdir)$$d || exit 1; \
done
uninstall-local:
if test -f $$file; then d=.; else d=$(srcdir); fi; \
dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
if test "$$dir" != "$$file" && test "$$dir" != "."; then \
- $(mkinstalldirs) "$(distdir)/$$dir"; \
+ $(mkdir_p) "$(distdir)/$$dir"; \
fi; \
cp -p $$d/$$file $(distdir)/$$file || exit 1; \
done
#!/bin/sh
# Example for use of GNU gettext.
-# Copyright (C) 2003-2005 Free Software Foundation, Inc.
+# Copyright (C) 2003-2006 Free Software Foundation, Inc.
# This file is in the public domain.
#
# Script for cleaning all autogenerated files.
rm -f m4/wchar_t.m4
rm -f m4/wint_t.m4
rm -f m4/xsize.m4
-rm -f mkinstalldirs
rm -f po/Makefile.in.in
rm -f po/remove-potcdate.sin
#!/bin/sh
# Example for use of GNU gettext.
-# Copyright (C) 2003, 2005 Free Software Foundation, Inc.
+# Copyright (C) 2003, 2005-2006 Free Software Foundation, Inc.
# This file is in the public domain.
#
# Script for cleaning all autogenerated files.
rm -f m4/Makefile.in
rm -f po/Makefile.in
rm -f install-sh
-rm -f mkinstalldirs
rm -f missing
rm -f config.guess
rm -f config.sub
install-data-local: install-data-local-@USE_NLS@
install-data-local-no: all-local
install-data-local-yes: all-local
- $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/locale
+ $(mkdir_p) $(DESTDIR)$(pkgdatadir)/locale
@catalogs='$(CATALOGS)'; \
for cat in $$catalogs; do \
cat=`basename $$cat`; \
installdirs-local: installdirs-local-@USE_NLS@
installdirs-local-no:
installdirs-local-yes:
- $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/locale
+ $(mkdir_p) $(DESTDIR)$(pkgdatadir)/locale
uninstall-local: uninstall-local-@USE_NLS@
uninstall-local-no:
rm -f m4/Makefile.in
rm -f po/Makefile.in
rm -f install-sh
-rm -f mkinstalldirs
rm -f missing
rm -f config.guess
rm -f config.sub
install-data-local: install-data-local-@USE_NLS@
install-data-local-no: all-local
install-data-local-yes: all-local
- $(mkinstalldirs) $(DESTDIR)$(datadir)
+ $(mkdir_p) $(DESTDIR)$(datadir)
@catalogs='$(CATALOGS)'; \
for cat in $$catalogs; do \
cat=`basename $$cat`; \
lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
dir=$(localedir)/$$lang/LC_MESSAGES; \
- $(mkinstalldirs) $(DESTDIR)$$dir; \
+ $(mkdir_p) $(DESTDIR)$$dir; \
if test -r $$cat; then realcat=$$cat; else realcat=$(srcdir)/$$cat; fi; \
$(INSTALL_DATA) $$realcat $(DESTDIR)$$dir/$(DOMAIN).mo; \
echo "installing $$realcat as $(DESTDIR)$$dir/$(DOMAIN).mo"; \
installdirs-local: installdirs-local-@USE_NLS@
installdirs-local-no:
installdirs-local-yes:
- $(mkinstalldirs) $(DESTDIR)$(datadir)
+ $(mkdir_p) $(DESTDIR)$(datadir)
@catalogs='$(CATALOGS)'; \
for cat in $$catalogs; do \
cat=`basename $$cat`; \
lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
dir=$(localedir)/$$lang/LC_MESSAGES; \
- $(mkinstalldirs) $(DESTDIR)$$dir; \
+ $(mkdir_p) $(DESTDIR)$$dir; \
for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
if test -n "$$lc"; then \
if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
#!/bin/sh
# Example for use of GNU gettext.
-# Copyright (C) 2003-2005 Free Software Foundation, Inc.
+# Copyright (C) 2003-2006 Free Software Foundation, Inc.
# This file is in the public domain.
#
# Script for cleaning all autogenerated files.
rm -f m4/wchar_t.m4
rm -f m4/wint_t.m4
rm -f m4/xsize.m4
-rm -f mkinstalldirs
rm -f po/Makefile.in.in
rm -f po/remove-potcdate.sin
#!/bin/sh
# Example for use of GNU gettext.
-# Copyright (C) 2003-2005 Free Software Foundation, Inc.
+# Copyright (C) 2003-2006 Free Software Foundation, Inc.
# This file is in the public domain.
#
# Script for cleaning all autogenerated files.
rm -f m4/wchar_t.m4
rm -f m4/wint_t.m4
rm -f m4/xsize.m4
-rm -f mkinstalldirs
rm -f po/Makefile.in.in
rm -f po/remove-potcdate.sin
#!/bin/sh
# Example for use of GNU gettext.
-# Copyright (C) 2003-2005 Free Software Foundation, Inc.
+# Copyright (C) 2003-2006 Free Software Foundation, Inc.
# This file is in the public domain.
#
# Script for cleaning all autogenerated files.
rm -f m4/wchar_t.m4
rm -f m4/wint_t.m4
rm -f m4/xsize.m4
-rm -f mkinstalldirs
rm -f po/Makefile.in.in
rm -f po/remove-potcdate.sin
#!/bin/sh
# Example for use of GNU gettext.
-# Copyright (C) 2003, 2005 Free Software Foundation, Inc.
+# Copyright (C) 2003, 2005-2006 Free Software Foundation, Inc.
# This file is in the public domain.
#
# Script for cleaning all autogenerated files.
rm -f m4/Makefile.in
rm -f po/Makefile.in
rm -f install-sh
-rm -f mkinstalldirs
rm -f missing
rm -f po/*.pot
rm -f po/stamp-po
install-data-local: install-data-local-@USE_NLS@
install-data-local-no: all-local
install-data-local-yes: all-local
- $(mkinstalldirs) $(DESTDIR)$(datadir)
+ $(mkdir_p) $(DESTDIR)$(datadir)
@catalogs='$(CATALOGS)'; \
for cat in $$catalogs; do \
cat=`basename $$cat`; \
lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
dir=$(localedir)/$$lang/LC_MESSAGES; \
- $(mkinstalldirs) $(DESTDIR)$$dir; \
+ $(mkdir_p) $(DESTDIR)$$dir; \
if test -r $$cat; then realcat=$$cat; else realcat=$(srcdir)/$$cat; fi; \
$(INSTALL_DATA) $$realcat $(DESTDIR)$$dir/$(DOMAIN).mo; \
echo "installing $$realcat as $(DESTDIR)$$dir/$(DOMAIN).mo"; \
installdirs-local: installdirs-local-@USE_NLS@
installdirs-local-no:
installdirs-local-yes:
- $(mkinstalldirs) $(DESTDIR)$(datadir)
+ $(mkdir_p) $(DESTDIR)$(datadir)
@catalogs='$(CATALOGS)'; \
for cat in $$catalogs; do \
cat=`basename $$cat`; \
lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
dir=$(localedir)/$$lang/LC_MESSAGES; \
- $(mkinstalldirs) $(DESTDIR)$$dir; \
+ $(mkdir_p) $(DESTDIR)$$dir; \
for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
if test -n "$$lc"; then \
if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
# Example for use of GNU gettext.
-# Copyright (C) 2003 Free Software Foundation, Inc.
+# Copyright (C) 2003, 2006 Free Software Foundation, Inc.
# This file is in the public domain.
#
# Makefile configuration - processed by automake.
} > $@
install-exec-local: all-local
- $(mkinstalldirs) $(DESTDIR)$(bindir)
+ $(mkdir_p) $(DESTDIR)$(bindir)
$(INSTALL_SCRIPT) hello.sh $(DESTDIR)$(bindir)/hello
- $(mkinstalldirs) $(DESTDIR)$(pkglibdir)
+ $(mkdir_p) $(DESTDIR)$(pkglibdir)
$(INSTALL_DATA) hello.net.exe $(DESTDIR)$(pkglibdir)/hello.net.exe
install-data-local: all-local
- $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)
+ $(mkdir_p) $(DESTDIR)$(pkgdatadir)
$(INSTALL_DATA) csharpexec.sh $(DESTDIR)$(pkgdatadir)/csharpexec.sh
installdirs-local:
- $(mkinstalldirs) $(DESTDIR)$(bindir)
- $(mkinstalldirs) $(DESTDIR)$(pkglibdir)
- $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)
+ $(mkdir_p) $(DESTDIR)$(bindir)
+ $(mkdir_p) $(DESTDIR)$(pkglibdir)
+ $(mkdir_p) $(DESTDIR)$(pkgdatadir)
uninstall-local:
rm -f $(DESTDIR)$(bindir)/hello
#!/bin/sh
# Example for use of GNU gettext.
-# Copyright (C) 2003, 2005 Free Software Foundation, Inc.
+# Copyright (C) 2003, 2005-2006 Free Software Foundation, Inc.
# This file is in the public domain.
#
# Script for cleaning all autogenerated files.
rm -f m4/Makefile.in
rm -f po/Makefile.in
rm -f install-sh
-rm -f mkinstalldirs
rm -f missing
rm -f po/*.pot
rm -f po/stamp-po
# Example for use of GNU gettext.
-# Copyright (C) 2003-2005 Free Software Foundation, Inc.
+# Copyright (C) 2003-2006 Free Software Foundation, Inc.
# This file is in the public domain.
#
# Makefile configuration - processed by automake.
install-data-local: install-data-local-@USE_NLS@
install-data-local-no: all-local
install-data-local-yes: all-local
- $(mkinstalldirs) $(DESTDIR)$(pkglibdir)
+ $(mkdir_p) $(DESTDIR)$(pkglibdir)
@catalogs='$(CATALOGS)'; \
for cat in $$catalogs; do \
- $(mkinstalldirs) $(DESTDIR)$(pkglibdir)/`echo $$cat | sed -e 's,/[^/]*$$,,'`; \
+ $(mkdir_p) $(DESTDIR)$(pkglibdir)/`echo $$cat | sed -e 's,/[^/]*$$,,'`; \
if test -r $$cat; then realcat=$$cat; else realcat=$(srcdir)/$$cat; fi; \
$(INSTALL_DATA) $$realcat $(DESTDIR)$(pkglibdir)/$$cat; \
echo "installing $$realcat as $(DESTDIR)$(pkglibdir)/$$cat"; \
installdirs-local: installdirs-local-@USE_NLS@
installdirs-local-no:
installdirs-local-yes:
- $(mkinstalldirs) $(DESTDIR)$(pkglibdir)
+ $(mkdir_p) $(DESTDIR)$(pkglibdir)
@catalogs='$(CATALOGS)'; \
for cat in $$catalogs; do \
- $(mkinstalldirs) $(DESTDIR)$(pkglibdir)/`echo $$cat | sed -e 's,/[^/]*$$,,'`; \
+ $(mkdir_p) $(DESTDIR)$(pkglibdir)/`echo $$cat | sed -e 's,/[^/]*$$,,'`; \
done
uninstall-local: uninstall-local-@USE_NLS@
# Example for use of GNU gettext.
-# Copyright (C) 2003 Free Software Foundation, Inc.
+# Copyright (C) 2003, 2006 Free Software Foundation, Inc.
# This file is in the public domain.
#
# Makefile configuration - processed by automake.
} > $@
install-exec-local: all-local
- $(mkinstalldirs) $(DESTDIR)$(bindir)
+ $(mkdir_p) $(DESTDIR)$(bindir)
$(INSTALL_SCRIPT) hello.sh $(DESTDIR)$(bindir)/hello
- $(mkinstalldirs) $(DESTDIR)$(pkglibdir)
+ $(mkdir_p) $(DESTDIR)$(pkglibdir)
$(INSTALL_DATA) hello.net.exe $(DESTDIR)$(pkglibdir)/hello.net.exe
install-data-local: all-local
- $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)
+ $(mkdir_p) $(DESTDIR)$(pkgdatadir)
$(INSTALL_DATA) csharpexec.sh $(DESTDIR)$(pkgdatadir)/csharpexec.sh
installdirs-local:
- $(mkinstalldirs) $(DESTDIR)$(bindir)
- $(mkinstalldirs) $(DESTDIR)$(pkglibdir)
- $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)
+ $(mkdir_p) $(DESTDIR)$(bindir)
+ $(mkdir_p) $(DESTDIR)$(pkglibdir)
+ $(mkdir_p) $(DESTDIR)$(pkgdatadir)
uninstall-local:
rm -f $(DESTDIR)$(bindir)/hello
#!/bin/sh
# Example for use of GNU gettext.
-# Copyright (C) 2003, 2005 Free Software Foundation, Inc.
+# Copyright (C) 2003, 2005-2006 Free Software Foundation, Inc.
# This file is in the public domain.
#
# Script for cleaning all autogenerated files.
rm -f m4/Makefile.in
rm -f po/Makefile.in
rm -f install-sh
-rm -f mkinstalldirs
rm -f missing
rm -f po/*.pot
rm -f po/stamp-po
# Example for use of GNU gettext.
-# Copyright (C) 2003-2005 Free Software Foundation, Inc.
+# Copyright (C) 2003-2006 Free Software Foundation, Inc.
# This file is in the public domain.
#
# Makefile configuration - processed by automake.
install-data-local: install-data-local-@USE_NLS@
install-data-local-no: all-local
install-data-local-yes: all-local
- $(mkinstalldirs) $(DESTDIR)$(pkglibdir)
+ $(mkdir_p) $(DESTDIR)$(pkglibdir)
@catalogs='$(CATALOGS)'; \
for cat in $$catalogs; do \
- $(mkinstalldirs) $(DESTDIR)$(pkglibdir)/`echo $$cat | sed -e 's,/[^/]*$$,,'`; \
+ $(mkdir_p) $(DESTDIR)$(pkglibdir)/`echo $$cat | sed -e 's,/[^/]*$$,,'`; \
if test -r $$cat; then realcat=$$cat; else realcat=$(srcdir)/$$cat; fi; \
$(INSTALL_DATA) $$realcat $(DESTDIR)$(pkglibdir)/$$cat; \
echo "installing $$realcat as $(DESTDIR)$(pkglibdir)/$$cat"; \
installdirs-local: installdirs-local-@USE_NLS@
installdirs-local-no:
installdirs-local-yes:
- $(mkinstalldirs) $(DESTDIR)$(pkglibdir)
+ $(mkdir_p) $(DESTDIR)$(pkglibdir)
@catalogs='$(CATALOGS)'; \
for cat in $$catalogs; do \
- $(mkinstalldirs) $(DESTDIR)$(pkglibdir)/`echo $$cat | sed -e 's,/[^/]*$$,,'`; \
+ $(mkdir_p) $(DESTDIR)$(pkglibdir)/`echo $$cat | sed -e 's,/[^/]*$$,,'`; \
done
uninstall-local: uninstall-local-@USE_NLS@
#!/bin/sh
# Example for use of GNU gettext.
-# Copyright (C) 2003, 2005 Free Software Foundation, Inc.
+# Copyright (C) 2003, 2005-2006 Free Software Foundation, Inc.
# This file is in the public domain.
#
# Script for cleaning all autogenerated files.
rm -f m4/Makefile.in
rm -f po/Makefile.in
rm -f install-sh
-rm -f mkinstalldirs
rm -f missing
rm -f po/*.pot
rm -f po/stamp-po
install-data-local: install-data-local-@USE_NLS@
install-data-local-no: all-local
install-data-local-yes: all-local
- $(mkinstalldirs) $(DESTDIR)$(datadir)
+ $(mkdir_p) $(DESTDIR)$(datadir)
@catalogs='$(CATALOGS)'; \
for cat in $$catalogs; do \
cat=`basename $$cat`; \
lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
dir=$(localedir)/$$lang/LC_MESSAGES; \
- $(mkinstalldirs) $(DESTDIR)$$dir; \
+ $(mkdir_p) $(DESTDIR)$$dir; \
if test -r $$cat; then realcat=$$cat; else realcat=$(srcdir)/$$cat; fi; \
$(INSTALL_DATA) $$realcat $(DESTDIR)$$dir/$(DOMAIN).mo; \
echo "installing $$realcat as $(DESTDIR)$$dir/$(DOMAIN).mo"; \
installdirs-local: installdirs-local-@USE_NLS@
installdirs-local-no:
installdirs-local-yes:
- $(mkinstalldirs) $(DESTDIR)$(datadir)
+ $(mkdir_p) $(DESTDIR)$(datadir)
@catalogs='$(CATALOGS)'; \
for cat in $$catalogs; do \
cat=`basename $$cat`; \
lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
dir=$(localedir)/$$lang/LC_MESSAGES; \
- $(mkinstalldirs) $(DESTDIR)$$dir; \
+ $(mkdir_p) $(DESTDIR)$$dir; \
for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
if test -n "$$lc"; then \
if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
#!/bin/sh
# Example for use of GNU gettext.
-# Copyright (C) 2003, 2005 Free Software Foundation, Inc.
+# Copyright (C) 2003, 2005-2006 Free Software Foundation, Inc.
# This file is in the public domain.
#
# Script for cleaning all autogenerated files.
rm -f m4/Makefile.in
rm -f po/Makefile.in
rm -f install-sh
-rm -f mkinstalldirs
rm -f missing
rm -f po/*.pot
rm -f po/stamp-po
install-data-local: install-data-local-@USE_NLS@
install-data-local-no: all-local
install-data-local-yes: all-local
- $(mkinstalldirs) $(DESTDIR)$(datadir)
+ $(mkdir_p) $(DESTDIR)$(datadir)
@catalogs='$(CATALOGS)'; \
for cat in $$catalogs; do \
cat=`basename $$cat`; \
lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
dir=$(localedir)/$$lang/LC_MESSAGES; \
- $(mkinstalldirs) $(DESTDIR)$$dir; \
+ $(mkdir_p) $(DESTDIR)$$dir; \
if test -r $$cat; then realcat=$$cat; else realcat=$(srcdir)/$$cat; fi; \
$(INSTALL_DATA) $$realcat $(DESTDIR)$$dir/$(DOMAIN).mo; \
echo "installing $$realcat as $(DESTDIR)$$dir/$(DOMAIN).mo"; \
installdirs-local: installdirs-local-@USE_NLS@
installdirs-local-no:
installdirs-local-yes:
- $(mkinstalldirs) $(DESTDIR)$(datadir)
+ $(mkdir_p) $(DESTDIR)$(datadir)
@catalogs='$(CATALOGS)'; \
for cat in $$catalogs; do \
cat=`basename $$cat`; \
lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
dir=$(localedir)/$$lang/LC_MESSAGES; \
- $(mkinstalldirs) $(DESTDIR)$$dir; \
+ $(mkdir_p) $(DESTDIR)$$dir; \
for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
if test -n "$$lc"; then \
if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
# Example for use of GNU gettext.
-# Copyright (C) 2003 Free Software Foundation, Inc.
+# Copyright (C) 2003, 2006 Free Software Foundation, Inc.
# This file is in the public domain.
#
# Makefile configuration - processed by automake.
} > $@
install-exec-local: all-local
- $(mkinstalldirs) $(DESTDIR)$(bindir)
+ $(mkdir_p) $(DESTDIR)$(bindir)
$(INSTALL_SCRIPT) hello.sh $(DESTDIR)$(bindir)/hello
- $(mkinstalldirs) $(DESTDIR)$(pkglibdir)
+ $(mkdir_p) $(DESTDIR)$(pkglibdir)
$(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $(hello_MAINCLASS)$(EXEEXT) $(DESTDIR)$(pkglibdir)/$(hello_MAINCLASS)$(EXEEXT)
install-data-local: all-local
- $(mkinstalldirs) $(DESTDIR)$(jardir)
+ $(mkdir_p) $(DESTDIR)$(jardir)
$(INSTALL_DATA) hello-resources.jar $(DESTDIR)$(jardir)/hello-resources.jar
installdirs-local:
- $(mkinstalldirs) $(DESTDIR)$(bindir)
- $(mkinstalldirs) $(DESTDIR)$(pkglibdir)
- $(mkinstalldirs) $(DESTDIR)$(jardir)
+ $(mkdir_p) $(DESTDIR)$(bindir)
+ $(mkdir_p) $(DESTDIR)$(pkglibdir)
+ $(mkdir_p) $(DESTDIR)$(jardir)
uninstall-local:
rm -f $(DESTDIR)$(bindir)/hello
} > $@
install-exec-local: all-local
- $(mkinstalldirs) $(DESTDIR)$(bindir)
+ $(mkdir_p) $(DESTDIR)$(bindir)
$(INSTALL_SCRIPT) hello.sh $(DESTDIR)$(bindir)/hello
install-data-local: all-local
- $(mkinstalldirs) $(DESTDIR)$(jardir)
+ $(mkdir_p) $(DESTDIR)$(jardir)
$(INSTALL_DATA) hello.jar $(DESTDIR)$(jardir)/hello.jar
- $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)
+ $(mkdir_p) $(DESTDIR)$(pkgdatadir)
$(INSTALL_DATA) javaexec.sh $(DESTDIR)$(pkgdatadir)/javaexec.sh
installdirs-local:
- $(mkinstalldirs) $(DESTDIR)$(jardir)
- $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)
+ $(mkdir_p) $(DESTDIR)$(jardir)
+ $(mkdir_p) $(DESTDIR)$(pkgdatadir)
uninstall-local:
rm -f $(DESTDIR)$(bindir)/hello
#!/bin/sh
# Example for use of GNU gettext.
-# Copyright (C) 2003, 2005 Free Software Foundation, Inc.
+# Copyright (C) 2003, 2005-2006 Free Software Foundation, Inc.
# This file is in the public domain.
#
# Script for cleaning all autogenerated files.
rm -f m4/Makefile.in
rm -f po/Makefile.in
rm -f install-sh
-rm -f mkinstalldirs
rm -f missing
rm -f po/*.pot
rm -f po/stamp-po
# Example for use of GNU gettext.
-# Copyright (C) 2003 Free Software Foundation, Inc.
+# Copyright (C) 2003, 2006 Free Software Foundation, Inc.
# This file is in the public domain.
#
# Makefile configuration - processed by automake.
} > $@
install-exec-local: all-local
- $(mkinstalldirs) $(DESTDIR)$(bindir)
+ $(mkdir_p) $(DESTDIR)$(bindir)
$(INSTALL_SCRIPT) hello.sh $(DESTDIR)$(bindir)/hello
- $(mkinstalldirs) $(DESTDIR)$(pkglibdir)
+ $(mkdir_p) $(DESTDIR)$(pkglibdir)
$(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $(hello_MAINCLASS)$(EXEEXT) $(DESTDIR)$(pkglibdir)/$(hello_MAINCLASS)$(EXEEXT)
install-data-local: all-local
- $(mkinstalldirs) $(DESTDIR)$(jardir)
+ $(mkdir_p) $(DESTDIR)$(jardir)
$(INSTALL_DATA) hello-resources.jar $(DESTDIR)$(jardir)/hello-resources.jar
installdirs-local:
- $(mkinstalldirs) $(DESTDIR)$(bindir)
- $(mkinstalldirs) $(DESTDIR)$(pkglibdir)
- $(mkinstalldirs) $(DESTDIR)$(jardir)
+ $(mkdir_p) $(DESTDIR)$(bindir)
+ $(mkdir_p) $(DESTDIR)$(pkglibdir)
+ $(mkdir_p) $(DESTDIR)$(jardir)
uninstall-local:
rm -f $(DESTDIR)$(bindir)/hello
} > $@
install-exec-local: all-local
- $(mkinstalldirs) $(DESTDIR)$(bindir)
+ $(mkdir_p) $(DESTDIR)$(bindir)
$(INSTALL_SCRIPT) hello.sh $(DESTDIR)$(bindir)/hello
install-data-local: all-local
- $(mkinstalldirs) $(DESTDIR)$(jardir)
+ $(mkdir_p) $(DESTDIR)$(jardir)
$(INSTALL_DATA) hello.jar $(DESTDIR)$(jardir)/hello.jar
- $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)
+ $(mkdir_p) $(DESTDIR)$(pkgdatadir)
$(INSTALL_DATA) javaexec.sh $(DESTDIR)$(pkgdatadir)/javaexec.sh
installdirs-local:
- $(mkinstalldirs) $(DESTDIR)$(jardir)
- $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)
+ $(mkdir_p) $(DESTDIR)$(jardir)
+ $(mkdir_p) $(DESTDIR)$(pkgdatadir)
uninstall-local:
rm -f $(DESTDIR)$(bindir)/hello
#!/bin/sh
# Example for use of GNU gettext.
-# Copyright (C) 2003, 2005 Free Software Foundation, Inc.
+# Copyright (C) 2003, 2005-2006 Free Software Foundation, Inc.
# This file is in the public domain.
#
# Script for cleaning all autogenerated files.
rm -f m4/Makefile.in
rm -f po/Makefile.in
rm -f install-sh
-rm -f mkinstalldirs
rm -f missing
rm -f po/*.pot
rm -f po/stamp-po
# Example for use of GNU gettext.
-# Copyright (C) 2003 Free Software Foundation, Inc.
+# Copyright (C) 2003, 2006 Free Software Foundation, Inc.
# This file is in the public domain.
#
# Makefile configuration - processed by automake.
} > $@
install-exec-local: all-local
- $(mkinstalldirs) $(DESTDIR)$(bindir)
+ $(mkdir_p) $(DESTDIR)$(bindir)
$(INSTALL_SCRIPT) hello.sh $(DESTDIR)$(bindir)/hello
- $(mkinstalldirs) $(DESTDIR)$(pkglibdir)
+ $(mkdir_p) $(DESTDIR)$(pkglibdir)
$(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $(hello_MAINCLASS)$(EXEEXT) $(DESTDIR)$(pkglibdir)/$(hello_MAINCLASS)$(EXEEXT)
install-data-local: all-local
- $(mkinstalldirs) $(DESTDIR)$(jardir)
+ $(mkdir_p) $(DESTDIR)$(jardir)
$(INSTALL_DATA) hello-resources.jar $(DESTDIR)$(jardir)/hello-resources.jar
installdirs-local:
- $(mkinstalldirs) $(DESTDIR)$(bindir)
- $(mkinstalldirs) $(DESTDIR)$(pkglibdir)
- $(mkinstalldirs) $(DESTDIR)$(jardir)
+ $(mkdir_p) $(DESTDIR)$(bindir)
+ $(mkdir_p) $(DESTDIR)$(pkglibdir)
+ $(mkdir_p) $(DESTDIR)$(jardir)
uninstall-local:
rm -f $(DESTDIR)$(bindir)/hello
} > $@
install-exec-local: all-local
- $(mkinstalldirs) $(DESTDIR)$(bindir)
+ $(mkdir_p) $(DESTDIR)$(bindir)
$(INSTALL_SCRIPT) hello.sh $(DESTDIR)$(bindir)/hello
install-data-local: all-local
- $(mkinstalldirs) $(DESTDIR)$(jardir)
+ $(mkdir_p) $(DESTDIR)$(jardir)
$(INSTALL_DATA) hello.jar $(DESTDIR)$(jardir)/hello.jar
- $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)
+ $(mkdir_p) $(DESTDIR)$(pkgdatadir)
$(INSTALL_DATA) javaexec.sh $(DESTDIR)$(pkgdatadir)/javaexec.sh
installdirs-local:
- $(mkinstalldirs) $(DESTDIR)$(jardir)
- $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)
+ $(mkdir_p) $(DESTDIR)$(jardir)
+ $(mkdir_p) $(DESTDIR)$(pkgdatadir)
uninstall-local:
rm -f $(DESTDIR)$(bindir)/hello
#!/bin/sh
# Example for use of GNU gettext.
-# Copyright (C) 2003, 2005 Free Software Foundation, Inc.
+# Copyright (C) 2003, 2005-2006 Free Software Foundation, Inc.
# This file is in the public domain.
#
# Script for cleaning all autogenerated files.
rm -f m4/Makefile.in
rm -f po/Makefile.in
rm -f install-sh
-rm -f mkinstalldirs
rm -f missing
rm -f po/*.pot
rm -f po/stamp-po
#!/bin/sh
# Example for use of GNU gettext.
-# Copyright (C) 2003, 2005 Free Software Foundation, Inc.
+# Copyright (C) 2003, 2005-2006 Free Software Foundation, Inc.
# This file is in the public domain.
#
# Script for cleaning all autogenerated files.
rm -f m4/Makefile.in
rm -f po/Makefile.in
rm -f install-sh
-rm -f mkinstalldirs
rm -f missing
rm -f po/*.pot
rm -f po/stamp-po
install-data-local: install-data-local-@USE_NLS@
install-data-local-no: all-local
install-data-local-yes: all-local
- $(mkinstalldirs) $(DESTDIR)$(datadir)
+ $(mkdir_p) $(DESTDIR)$(datadir)
@catalogs='$(CATALOGS)'; \
for cat in $$catalogs; do \
cat=`basename $$cat`; \
lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
dir=$(localedir)/$$lang/LC_MESSAGES; \
- $(mkinstalldirs) $(DESTDIR)$$dir; \
+ $(mkdir_p) $(DESTDIR)$$dir; \
if test -r $$cat; then realcat=$$cat; else realcat=$(srcdir)/$$cat; fi; \
$(INSTALL_DATA) $$realcat $(DESTDIR)$$dir/$(DOMAIN).mo; \
echo "installing $$realcat as $(DESTDIR)$$dir/$(DOMAIN).mo"; \
installdirs-local: installdirs-local-@USE_NLS@
installdirs-local-no:
installdirs-local-yes:
- $(mkinstalldirs) $(DESTDIR)$(datadir)
+ $(mkdir_p) $(DESTDIR)$(datadir)
@catalogs='$(CATALOGS)'; \
for cat in $$catalogs; do \
cat=`basename $$cat`; \
lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
dir=$(localedir)/$$lang/LC_MESSAGES; \
- $(mkinstalldirs) $(DESTDIR)$$dir; \
+ $(mkdir_p) $(DESTDIR)$$dir; \
for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
if test -n "$$lc"; then \
if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
#!/bin/sh
# Example for use of GNU gettext.
-# Copyright (C) 2003-2005 Free Software Foundation, Inc.
+# Copyright (C) 2003-2006 Free Software Foundation, Inc.
# This file is in the public domain.
#
# Script for cleaning all autogenerated files.
rm -f m4/wchar_t.m4
rm -f m4/wint_t.m4
rm -f m4/xsize.m4
-rm -f mkinstalldirs
rm -f po/Makefile.in.in
rm -f po/remove-potcdate.sin
#!/bin/sh
# Example for use of GNU gettext.
-# Copyright (C) 2003-2005 Free Software Foundation, Inc.
+# Copyright (C) 2003-2006 Free Software Foundation, Inc.
# This file is in the public domain.
#
# Script for cleaning all autogenerated files.
rm -f m4/wchar_t.m4
rm -f m4/wint_t.m4
rm -f m4/xsize.m4
-rm -f mkinstalldirs
rm -f po/Makefile.in.in
rm -f po/remove-potcdate.sin
# Example for use of GNU gettext.
-# Copyright (C) 2003 Free Software Foundation, Inc.
+# Copyright (C) 2003, 2006 Free Software Foundation, Inc.
# This file is in the public domain.
#
# Makefile configuration - processed by automake.
LOCALEDIR='@localedir@' $(PPC) $(hello_SOURCES)
install-exec-local: all-local
- $(mkinstalldirs) $(DESTDIR)$(bindir)
+ $(mkdir_p) $(DESTDIR)$(bindir)
$(INSTALL_PROGRAM) hello$(EXEEXT) $(DESTDIR)$(bindir)/hello$(EXEEXT)
installdirs-local:
- $(mkinstalldirs) $(DESTDIR)$(bindir)
+ $(mkdir_p) $(DESTDIR)$(bindir)
uninstall-local:
rm -f $(DESTDIR)$(bindir)/hello$(EXEEXT)
#!/bin/sh
# Example for use of GNU gettext.
-# Copyright (C) 2003, 2005 Free Software Foundation, Inc.
+# Copyright (C) 2003, 2005-2006 Free Software Foundation, Inc.
# This file is in the public domain.
#
# Script for cleaning all autogenerated files.
rm -f m4/Makefile.in
rm -f po/Makefile.in
rm -f install-sh
-rm -f mkinstalldirs
rm -f missing
rm -f po/*.pot
rm -f po/stamp-po
install-data-local: install-data-local-@USE_NLS@
install-data-local-no: all-local
install-data-local-yes: all-local
- $(mkinstalldirs) $(DESTDIR)$(datadir)
+ $(mkdir_p) $(DESTDIR)$(datadir)
@catalogs='$(CATALOGS)'; \
for cat in $$catalogs; do \
cat=`basename $$cat`; \
lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
dir=$(localedir)/$$lang/LC_MESSAGES; \
- $(mkinstalldirs) $(DESTDIR)$$dir; \
+ $(mkdir_p) $(DESTDIR)$$dir; \
if test -r $$cat; then realcat=$$cat; else realcat=$(srcdir)/$$cat; fi; \
$(INSTALL_DATA) $$realcat $(DESTDIR)$$dir/$(DOMAIN).mo; \
echo "installing $$realcat as $(DESTDIR)$$dir/$(DOMAIN).mo"; \
installdirs-local: installdirs-local-@USE_NLS@
installdirs-local-no:
installdirs-local-yes:
- $(mkinstalldirs) $(DESTDIR)$(datadir)
+ $(mkdir_p) $(DESTDIR)$(datadir)
@catalogs='$(CATALOGS)'; \
for cat in $$catalogs; do \
cat=`basename $$cat`; \
lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
dir=$(localedir)/$$lang/LC_MESSAGES; \
- $(mkinstalldirs) $(DESTDIR)$$dir; \
+ $(mkdir_p) $(DESTDIR)$$dir; \
for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
if test -n "$$lc"; then \
if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
#!/bin/sh
# Example for use of GNU gettext.
-# Copyright (C) 2003, 2005 Free Software Foundation, Inc.
+# Copyright (C) 2003, 2005-2006 Free Software Foundation, Inc.
# This file is in the public domain.
#
# Script for cleaning all autogenerated files.
rm -f m4/Makefile.in
rm -f po/Makefile.in
rm -f install-sh
-rm -f mkinstalldirs
rm -f missing
rm -f po/*.pot
rm -f po/stamp-po
install-data-local: install-data-local-@USE_NLS@
install-data-local-no: all-local
install-data-local-yes: all-local
- $(mkinstalldirs) $(DESTDIR)$(datadir)
+ $(mkdir_p) $(DESTDIR)$(datadir)
@catalogs='$(CATALOGS)'; \
for cat in $$catalogs; do \
cat=`basename $$cat`; \
lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
dir=$(localedir)/$$lang/LC_MESSAGES; \
- $(mkinstalldirs) $(DESTDIR)$$dir; \
+ $(mkdir_p) $(DESTDIR)$$dir; \
if test -r $$cat; then realcat=$$cat; else realcat=$(srcdir)/$$cat; fi; \
$(INSTALL_DATA) $$realcat $(DESTDIR)$$dir/$(DOMAIN).mo; \
echo "installing $$realcat as $(DESTDIR)$$dir/$(DOMAIN).mo"; \
installdirs-local: installdirs-local-@USE_NLS@
installdirs-local-no:
installdirs-local-yes:
- $(mkinstalldirs) $(DESTDIR)$(datadir)
+ $(mkdir_p) $(DESTDIR)$(datadir)
@catalogs='$(CATALOGS)'; \
for cat in $$catalogs; do \
cat=`basename $$cat`; \
lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
dir=$(localedir)/$$lang/LC_MESSAGES; \
- $(mkinstalldirs) $(DESTDIR)$$dir; \
+ $(mkdir_p) $(DESTDIR)$$dir; \
for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
if test -n "$$lc"; then \
if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
#!/bin/sh
# Example for use of GNU gettext.
-# Copyright (C) 2003, 2005 Free Software Foundation, Inc.
+# Copyright (C) 2003, 2005-2006 Free Software Foundation, Inc.
# This file is in the public domain.
#
# Script for cleaning all autogenerated files.
rm -f m4/Makefile.in
rm -f po/Makefile.in
rm -f install-sh
-rm -f mkinstalldirs
rm -f missing
rm -f po/*.pot
rm -f po/stamp-po
install-data-local: install-data-local-@USE_NLS@
install-data-local-no: all-local
install-data-local-yes: all-local
- $(mkinstalldirs) $(DESTDIR)$(datadir)
+ $(mkdir_p) $(DESTDIR)$(datadir)
@catalogs='$(CATALOGS)'; \
for cat in $$catalogs; do \
cat=`basename $$cat`; \
lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
dir=$(localedir)/$$lang/LC_MESSAGES; \
- $(mkinstalldirs) $(DESTDIR)$$dir; \
+ $(mkdir_p) $(DESTDIR)$$dir; \
if test -r $$cat; then realcat=$$cat; else realcat=$(srcdir)/$$cat; fi; \
$(INSTALL_DATA) $$realcat $(DESTDIR)$$dir/$(DOMAIN).mo; \
echo "installing $$realcat as $(DESTDIR)$$dir/$(DOMAIN).mo"; \
installdirs-local: installdirs-local-@USE_NLS@
installdirs-local-no:
installdirs-local-yes:
- $(mkinstalldirs) $(DESTDIR)$(datadir)
+ $(mkdir_p) $(DESTDIR)$(datadir)
@catalogs='$(CATALOGS)'; \
for cat in $$catalogs; do \
cat=`basename $$cat`; \
lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
dir=$(localedir)/$$lang/LC_MESSAGES; \
- $(mkinstalldirs) $(DESTDIR)$$dir; \
+ $(mkdir_p) $(DESTDIR)$$dir; \
for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
if test -n "$$lc"; then \
if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
#!/bin/sh
# Example for use of GNU gettext.
-# Copyright (C) 2003, 2005 Free Software Foundation, Inc.
+# Copyright (C) 2003, 2005-2006 Free Software Foundation, Inc.
# This file is in the public domain.
#
# Script for cleaning all autogenerated files.
rm -f m4/Makefile.in
rm -f po/Makefile.in
rm -f install-sh
-rm -f mkinstalldirs
rm -f missing
rm -f po/*.pot
rm -f po/stamp-po
install-data-local: install-data-local-@USE_NLS@
install-data-local-no: all-local
install-data-local-yes: all-local
- $(mkinstalldirs) $(DESTDIR)$(datadir)
+ $(mkdir_p) $(DESTDIR)$(datadir)
@catalogs='$(CATALOGS)'; \
for cat in $$catalogs; do \
cat=`basename $$cat`; \
lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
dir=$(localedir)/$$lang/LC_MESSAGES; \
- $(mkinstalldirs) $(DESTDIR)$$dir; \
+ $(mkdir_p) $(DESTDIR)$$dir; \
if test -r $$cat; then realcat=$$cat; else realcat=$(srcdir)/$$cat; fi; \
$(INSTALL_DATA) $$realcat $(DESTDIR)$$dir/$(DOMAIN).mo; \
echo "installing $$realcat as $(DESTDIR)$$dir/$(DOMAIN).mo"; \
installdirs-local: installdirs-local-@USE_NLS@
installdirs-local-no:
installdirs-local-yes:
- $(mkinstalldirs) $(DESTDIR)$(datadir)
+ $(mkdir_p) $(DESTDIR)$(datadir)
@catalogs='$(CATALOGS)'; \
for cat in $$catalogs; do \
cat=`basename $$cat`; \
lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
dir=$(localedir)/$$lang/LC_MESSAGES; \
- $(mkinstalldirs) $(DESTDIR)$$dir; \
+ $(mkdir_p) $(DESTDIR)$$dir; \
for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
if test -n "$$lc"; then \
if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
#!/bin/sh
# Example for use of GNU gettext.
-# Copyright (C) 2003, 2005 Free Software Foundation, Inc.
+# Copyright (C) 2003, 2005-2006 Free Software Foundation, Inc.
# This file is in the public domain.
#
# Script for cleaning all autogenerated files.
rm -f m4/Makefile.in
rm -f po/Makefile.in
rm -f install-sh
-rm -f mkinstalldirs
rm -f missing
rm -f po/*.pot
rm -f po/stamp-po
install-data-local: install-data-local-@USE_NLS@
install-data-local-no: all-local
install-data-local-yes: all-local
- $(mkinstalldirs) $(DESTDIR)$(datadir)
+ $(mkdir_p) $(DESTDIR)$(datadir)
@catalogs='$(CATALOGS)'; \
for cat in $$catalogs; do \
cat=`basename $$cat`; \
lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
dir=$(localedir)/$$lang/LC_MESSAGES; \
- $(mkinstalldirs) $(DESTDIR)$$dir; \
+ $(mkdir_p) $(DESTDIR)$$dir; \
if test -r $$cat; then realcat=$$cat; else realcat=$(srcdir)/$$cat; fi; \
$(INSTALL_DATA) $$realcat $(DESTDIR)$$dir/$(DOMAIN).mo; \
echo "installing $$realcat as $(DESTDIR)$$dir/$(DOMAIN).mo"; \
installdirs-local: installdirs-local-@USE_NLS@
installdirs-local-no:
installdirs-local-yes:
- $(mkinstalldirs) $(DESTDIR)$(datadir)
+ $(mkdir_p) $(DESTDIR)$(datadir)
@catalogs='$(CATALOGS)'; \
for cat in $$catalogs; do \
cat=`basename $$cat`; \
lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
dir=$(localedir)/$$lang/LC_MESSAGES; \
- $(mkinstalldirs) $(DESTDIR)$$dir; \
+ $(mkdir_p) $(DESTDIR)$$dir; \
for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
if test -n "$$lc"; then \
if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
#!/bin/sh
# Example for use of GNU gettext.
-# Copyright (C) 2003, 2005 Free Software Foundation, Inc.
+# Copyright (C) 2003, 2005-2006 Free Software Foundation, Inc.
# This file is in the public domain.
#
# Script for cleaning all autogenerated files.
rm -f m4/Makefile.in
rm -f po/Makefile.in
rm -f install-sh
-rm -f mkinstalldirs
rm -f missing
rm -f po/*.pot
rm -f po/stamp-po
install-data-local: install-data-local-@USE_NLS@
install-data-local-no: all-local
install-data-local-yes: all-local
- $(mkinstalldirs) $(DESTDIR)$(datadir)
+ $(mkdir_p) $(DESTDIR)$(datadir)
@catalogs='$(CATALOGS)'; \
for cat in $$catalogs; do \
cat=`basename $$cat`; \
lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
dir=$(localedir)/$$lang/LC_MESSAGES; \
- $(mkinstalldirs) $(DESTDIR)$$dir; \
+ $(mkdir_p) $(DESTDIR)$$dir; \
if test -r $$cat; then realcat=$$cat; else realcat=$(srcdir)/$$cat; fi; \
$(INSTALL_DATA) $$realcat $(DESTDIR)$$dir/$(DOMAIN).mo; \
echo "installing $$realcat as $(DESTDIR)$$dir/$(DOMAIN).mo"; \
installdirs-local: installdirs-local-@USE_NLS@
installdirs-local-no:
installdirs-local-yes:
- $(mkinstalldirs) $(DESTDIR)$(datadir)
+ $(mkdir_p) $(DESTDIR)$(datadir)
@catalogs='$(CATALOGS)'; \
for cat in $$catalogs; do \
cat=`basename $$cat`; \
lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
dir=$(localedir)/$$lang/LC_MESSAGES; \
- $(mkinstalldirs) $(DESTDIR)$$dir; \
+ $(mkdir_p) $(DESTDIR)$$dir; \
for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
if test -n "$$lc"; then \
if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
#!/bin/sh
# Example for use of GNU gettext.
-# Copyright (C) 2003, 2005 Free Software Foundation, Inc.
+# Copyright (C) 2003, 2005-2006 Free Software Foundation, Inc.
# This file is in the public domain.
#
# Script for cleaning all autogenerated files.
rm -f m4/Makefile.in
rm -f po/Makefile.in
rm -f install-sh
-rm -f mkinstalldirs
rm -f missing
rm -f po/*.pot
rm -f po/stamp-po
# Example for use of GNU gettext.
-# Copyright (C) 2003-2005 Free Software Foundation, Inc.
+# Copyright (C) 2003-2006 Free Software Foundation, Inc.
# This file is in the public domain.
#
# Makefile configuration - processed by automake.
install-data-local: install-data-local-@USE_NLS@
install-data-local-no: all-local
install-data-local-yes: all-local
- $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/msgs
+ $(mkdir_p) $(DESTDIR)$(pkgdatadir)/msgs
@catalogs='$(CATALOGS)'; \
for cat in $$catalogs; do \
cat=`basename $$cat`; \
installdirs-local: installdirs-local-@USE_NLS@
installdirs-local-no:
installdirs-local-yes:
- $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/msgs
+ $(mkdir_p) $(DESTDIR)$(pkgdatadir)/msgs
uninstall-local: uninstall-local-@USE_NLS@
uninstall-local-no:
#!/bin/sh
# Example for use of GNU gettext.
-# Copyright (C) 2003, 2005 Free Software Foundation, Inc.
+# Copyright (C) 2003, 2005-2006 Free Software Foundation, Inc.
# This file is in the public domain.
#
# Script for cleaning all autogenerated files.
rm -f m4/Makefile.in
rm -f po/Makefile.in
rm -f install-sh
-rm -f mkinstalldirs
rm -f missing
rm -f po/*.pot
rm -f po/stamp-po
# Example for use of GNU gettext.
-# Copyright (C) 2003-2005 Free Software Foundation, Inc.
+# Copyright (C) 2003-2006 Free Software Foundation, Inc.
# This file is in the public domain.
#
# Makefile configuration - processed by automake.
install-data-local: install-data-local-@USE_NLS@
install-data-local-no: all-local
install-data-local-yes: all-local
- $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/msgs
+ $(mkdir_p) $(DESTDIR)$(pkgdatadir)/msgs
@catalogs='$(CATALOGS)'; \
for cat in $$catalogs; do \
cat=`basename $$cat`; \
installdirs-local: installdirs-local-@USE_NLS@
installdirs-local-no:
installdirs-local-yes:
- $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/msgs
+ $(mkdir_p) $(DESTDIR)$(pkgdatadir)/msgs
uninstall-local: uninstall-local-@USE_NLS@
uninstall-local-no:
#!/bin/sh
# Example for use of GNU gettext.
-# Copyright (C) 2003, 2005 Free Software Foundation, Inc.
+# Copyright (C) 2003, 2005-2006 Free Software Foundation, Inc.
# This file is in the public domain.
#
# Script for cleaning all autogenerated files.
rm -f m4/Makefile.in
rm -f po/Makefile.in
rm -f install-sh
-rm -f mkinstalldirs
rm -f missing
rm -f po/*.pot
rm -f po/stamp-po
install-data-local: install-data-local-@USE_NLS@
install-data-local-no: all-local
install-data-local-yes: all-local
- $(mkinstalldirs) $(DESTDIR)$(datadir)
+ $(mkdir_p) $(DESTDIR)$(datadir)
@catalogs='$(CATALOGS)'; \
for cat in $$catalogs; do \
cat=`basename $$cat`; \
lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
dir=$(localedir)/$$lang/LC_MESSAGES; \
- $(mkinstalldirs) $(DESTDIR)$$dir; \
+ $(mkdir_p) $(DESTDIR)$$dir; \
if test -r $$cat; then realcat=$$cat; else realcat=$(srcdir)/$$cat; fi; \
$(INSTALL_DATA) $$realcat $(DESTDIR)$$dir/$(DOMAIN).mo; \
echo "installing $$realcat as $(DESTDIR)$$dir/$(DOMAIN).mo"; \
installdirs-local: installdirs-local-@USE_NLS@
installdirs-local-no:
installdirs-local-yes:
- $(mkinstalldirs) $(DESTDIR)$(datadir)
+ $(mkdir_p) $(DESTDIR)$(datadir)
@catalogs='$(CATALOGS)'; \
for cat in $$catalogs; do \
cat=`basename $$cat`; \
lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
dir=$(localedir)/$$lang/LC_MESSAGES; \
- $(mkinstalldirs) $(DESTDIR)$$dir; \
+ $(mkdir_p) $(DESTDIR)$$dir; \
for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
if test -n "$$lc"; then \
if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
+2006-04-17 Bruno Haible <bruno@clisp.org>
+
+ * Makefile.am: Use $(mkdir_p) instead of $(mkinstalldirs).
+
2006-04-17 Bruno Haible <bruno@clisp.org>
* Makefile.am (byteswap.h): Don't use $(srcdir)/$<, for portability.
charset_alias = $(DESTDIR)$(libdir)/charset.alias
charset_tmp = $(DESTDIR)$(libdir)/charset.tmp
install-exec-local: all-local
- test @GLIBC21@ != no || $(mkinstalldirs) $(DESTDIR)$(libdir)
+ test @GLIBC21@ != no || $(mkdir_p) $(DESTDIR)$(libdir)
if test -f $(charset_alias); then \
sed -f ref-add.sed $(charset_alias) > $(charset_tmp) ; \
$(INSTALL_DATA) $(charset_tmp) $(charset_alias) ; \
+2006-04-17 Bruno Haible <bruno@clisp.org>
+
+ * Makefile.am: Use $(mkdir_p) instead of $(mkinstalldirs).
+
2005-05-23 Bruno Haible <bruno@clisp.org>
* gettext-0.14.5 released.
mv t-$@ $@
install-html:
- $(mkinstalldirs) $(DESTDIR)$(htmldir)
+ $(mkdir_p) $(DESTDIR)$(htmldir)
for file in $(man_HTML); do \
if test -f $$file; then dir=.; else dir=$(srcdir); fi; \
$(INSTALL_DATA) $$dir/$$file $(DESTDIR)$(htmldir)/$$file; \
done
installdirs-html:
- $(mkinstalldirs) $(DESTDIR)$(htmldir)
+ $(mkdir_p) $(DESTDIR)$(htmldir)
uninstall-html:
for file in $(man_HTML); do \
+2006-04-17 Bruno Haible <bruno@clisp.org>
+
+ * add-to-archive: Remove special handling of mkinstalldirs file.
+ * gettextize.in: Likewise.
+
2006-04-20 Bruno Haible <bruno@clisp.org>
* autopoint.in: Update for 0.15.
#! /bin/sh
#
-# Copyright (C) 2002 Free Software Foundation, Inc.
+# Copyright (C) 2002, 2006 Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
case $file in
ABOUT-NLS)
cp -p $file "$work_archive/$file" ;;
- config.rpath | mkinstalldirs)
+ config.rpath)
cp -p $file "$work_archive/$file" ;;
esac
done
fi
fi
-# Check in which directory config.rpath, mkinstalldirs etc. belong.
+# Check in which directory config.rpath etc. belong.
auxdir=`cat "$configure_in" | grep '^AC_CONFIG_AUX_DIR' | sed -n -e 's/AC_CONFIG_AUX_DIR(\([^()]*\))/\1/p' | sed -e 's/^\[\(.*\)\]$/\1/' | sed -e 1q`
if test -n "$auxdir"; then
auxdir="$auxdir/"
added_directories="$added_directories po"
}
-# Create the directory for config.rpath, mkinstalldirs, if needed.
+# Create the directory for config.rpath, if needed.
# This is for consistency with autoreconf and automake.
# Note that $auxdir is either empty or ends in a slash.
test -d "$srcdir/$auxdir" || {
ABOUT-NLS)
func_linkorcopy $file "$gettext_dir/$file" $file
;;
- config.rpath | mkinstalldirs)
+ config.rpath)
if test -f "$srcdir/$auxdir$file"; then
:
else
+2006-04-17 Bruno Haible <bruno@clisp.org>
+
+ * Makefile.in.in (MKINSTALLDIRS, mkinstalldirs): Remove variables.
+ (mkdir_p): New variable.
+ (install-data, install-data-yes, installdirs-data,
+ installdirs-data-yes): Use $(mkdir_p) instead of $(mkinstalldirs).
+
2006-04-14 Bruno Haible <bruno@clisp.org>
Don't ignore the --localedir option from autoconf >= 2.60.
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@
-MKINSTALLDIRS = @MKINSTALLDIRS@
-mkinstalldirs = $(SHELL) $(MKINSTALLDIRS)
+mkdir_p = @mkdir_p@
GMSGFMT_ = @GMSGFMT@
GMSGFMT_no = @GMSGFMT@
install-exec:
install-data: install-data-@USE_NLS@
if test "$(PACKAGE)" = "gettext-tools"; then \
- $(mkinstalldirs) $(DESTDIR)$(gettextsrcdir); \
+ $(mkdir_p) $(DESTDIR)$(gettextsrcdir); \
for file in $(DISTFILES.common) Makevars.template; do \
$(INSTALL_DATA) $(srcdir)/$$file \
$(DESTDIR)$(gettextsrcdir)/$$file; \
fi
install-data-no: all
install-data-yes: all
- $(mkinstalldirs) $(DESTDIR)$(datadir)
+ $(mkdir_p) $(DESTDIR)$(datadir)
@catalogs='$(CATALOGS)'; \
for cat in $$catalogs; do \
cat=`basename $$cat`; \
lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
dir=$(localedir)/$$lang/LC_MESSAGES; \
- $(mkinstalldirs) $(DESTDIR)$$dir; \
+ $(mkdir_p) $(DESTDIR)$$dir; \
if test -r $$cat; then realcat=$$cat; else realcat=$(srcdir)/$$cat; fi; \
$(INSTALL_DATA) $$realcat $(DESTDIR)$$dir/$(DOMAIN).mo; \
echo "installing $$realcat as $(DESTDIR)$$dir/$(DOMAIN).mo"; \
installdirs-exec:
installdirs-data: installdirs-data-@USE_NLS@
if test "$(PACKAGE)" = "gettext-tools"; then \
- $(mkinstalldirs) $(DESTDIR)$(gettextsrcdir); \
+ $(mkdir_p) $(DESTDIR)$(gettextsrcdir); \
else \
: ; \
fi
installdirs-data-no:
installdirs-data-yes:
- $(mkinstalldirs) $(DESTDIR)$(datadir)
+ $(mkdir_p) $(DESTDIR)$(datadir)
@catalogs='$(CATALOGS)'; \
for cat in $$catalogs; do \
cat=`basename $$cat`; \
lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
dir=$(localedir)/$$lang/LC_MESSAGES; \
- $(mkinstalldirs) $(DESTDIR)$$dir; \
+ $(mkdir_p) $(DESTDIR)$$dir; \
for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
if test -n "$$lc"; then \
if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
+2006-04-17 Bruno Haible <bruno@clisp.org>
+
+ * Makefile.am: Use $(mkdir_p) instead of $(mkinstalldirs).
+
2005-08-05 Bruno Haible <bruno@clisp.org>
* GNOME/teams.html: Update.
## Makefile for the gettext-tools/projects subdirectory of GNU gettext
-## Copyright (C) 2001-2003 Free Software Foundation, Inc.
+## Copyright (C) 2001-2003, 2006 Free Software Foundation, Inc.
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
EXTRA_DIST += $(SCRIPTFILES) $(DATAFILES)
install-data-local:
- $(mkinstalldirs) $(DESTDIR)$(projectsdir)
+ $(mkdir_p) $(DESTDIR)$(projectsdir)
@for p in $(PROJECTS); do \
- echo "$(mkinstalldirs) $(DESTDIR)$(projectsdir)/$$p"; \
- $(mkinstalldirs) $(DESTDIR)$(projectsdir)/$$p; \
+ echo "$(mkdir_p) $(DESTDIR)$(projectsdir)/$$p"; \
+ $(mkdir_p) $(DESTDIR)$(projectsdir)/$$p; \
done
@for f in $(SCRIPTFILES); do \
echo "$(INSTALL_SCRIPT) $(srcdir)/$$f $(DESTDIR)$(projectsdir)/$$f"; \
done
installdirs-local:
- $(mkinstalldirs) $(DESTDIR)$(projectsdir)
+ $(mkdir_p) $(DESTDIR)$(projectsdir)
@for p in $(PROJECTS); do \
- echo "$(mkinstalldirs) $(DESTDIR)$(projectsdir)/$$p"; \
- $(mkinstalldirs) $(DESTDIR)$(projectsdir)/$$p; \
+ echo "$(mkdir_p) $(DESTDIR)$(projectsdir)/$$p"; \
+ $(mkdir_p) $(DESTDIR)$(projectsdir)/$$p; \
done
uninstall-local:
+2006-04-17 Bruno Haible <bruno@clisp.org>
+
+ * Makefile.am: Use $(mkdir_p) instead of $(mkinstalldirs).
+
2006-04-09 Bruno Haible <bruno@clisp.org>
* write-csharp.c: Include clean-temp.h. Don't include unistd.h,
# Special rules for installation of auxiliary programs.
install-exec-local:
- $(mkinstalldirs) $(DESTDIR)$(pkglibdir)
+ $(mkdir_p) $(DESTDIR)$(pkglibdir)
$(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) hostname$(EXEEXT) $(DESTDIR)$(pkglibdir)/hostname$(EXEEXT)
$(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) urlget$(EXEEXT) $(DESTDIR)$(pkglibdir)/urlget$(EXEEXT)
$(INSTALL_SCRIPT) user-email $(DESTDIR)$(pkglibdir)/user-email
$(INSTALL_SCRIPT) $(srcdir)/project-id $(DESTDIR)$(pkglibdir)/project-id
installdirs-local:
- $(mkinstalldirs) $(DESTDIR)$(pkglibdir)
+ $(mkdir_p) $(DESTDIR)$(pkglibdir)
uninstall-local:
$(RM) $(DESTDIR)$(pkglibdir)/hostname$(EXEEXT)
install-exec-local: install-exec-java-@BUILDJAVAEXE@
install-exec-java-yes: all-java-yes
- $(mkinstalldirs) $(DESTDIR)$(pkglibdir)
+ $(mkdir_p) $(DESTDIR)$(pkglibdir)
$(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) gnu.gettext.DumpResource$(EXEEXT) $(DESTDIR)$(pkglibdir)/gnu.gettext.DumpResource$(EXEEXT)
$(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) gnu.gettext.GetURL$(EXEEXT) $(DESTDIR)$(pkglibdir)/gnu.gettext.GetURL$(EXEEXT)
install-exec-java-no:
installdirs-local: installdirs-java-@BUILDJAVAEXE@
installdirs-java-yes:
- $(mkinstalldirs) $(DESTDIR)$(pkglibdir)
+ $(mkdir_p) $(DESTDIR)$(pkglibdir)
installdirs-java-no: installdirs-java-no-@BUILDJAVA@
installdirs-java-no-yes:
- $(mkinstalldirs) $(DESTDIR)$(jardir)
+ $(mkdir_p) $(DESTDIR)$(jardir)
installdirs-java-no-no:
uninstall-local: uninstall-java-@BUILDJAVAEXE@
install-exec-local: install-exec-csharp-@BUILDCSHARP@
install-exec-csharp-yes: all-csharp-yes
- $(mkinstalldirs) $(DESTDIR)$(pkglibdir)
+ $(mkdir_p) $(DESTDIR)$(pkglibdir)
$(INSTALL_DATA) msgfmt.net.exe $(DESTDIR)$(pkglibdir)/msgfmt.net.exe
$(INSTALL_DATA) msgunfmt.net.exe $(DESTDIR)$(pkglibdir)/msgunfmt.net.exe
install-exec-csharp-no:
- $(mkinstalldirs) $(DESTDIR)$(pkglibdir)
+ $(mkdir_p) $(DESTDIR)$(pkglibdir)
installdirs-local: install-csharp
installdirs-csharp:
- $(mkinstalldirs) $(DESTDIR)$(pkglibdir)
+ $(mkdir_p) $(DESTDIR)$(pkglibdir)
uninstall-local: uninstall-csharp-@BUILDCSHARP@
uninstall-csharp-yes: all-csharp-yes
install-data-local: install-tcl
install-tcl:
- $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)
+ $(mkdir_p) $(DESTDIR)$(pkgdatadir)
$(INSTALL_DATA) $(srcdir)/msgunfmt.tcl $(DESTDIR)$(pkgdatadir)/msgunfmt.tcl
installdirs-local: installdirs-tcl
installdirs-tcl:
- $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)
+ $(mkdir_p) $(DESTDIR)$(pkgdatadir)
uninstall-local: uninstall-tcl
uninstall-tcl: