diff options
author | reg <reg@FreeBSD.org> | 2000-01-22 16:20:02 +0800 |
---|---|---|
committer | reg <reg@FreeBSD.org> | 2000-01-22 16:20:02 +0800 |
commit | a62ce9cc4538db9fd334315e6f30fe236735f9dd (patch) | |
tree | cb6285702dd7e0c7c58e267b77288d999c8ee19d /devel/gettext-old/files | |
parent | c7faa715ba9a99dfd61776212f146e968c500b5e (diff) | |
download | freebsd-ports-gnome-a62ce9cc4538db9fd334315e6f30fe236735f9dd.tar.gz freebsd-ports-gnome-a62ce9cc4538db9fd334315e6f30fe236735f9dd.tar.zst freebsd-ports-gnome-a62ce9cc4538db9fd334315e6f30fe236735f9dd.zip |
Install po-mode.el in share/emacs/site-lisp.
Merge patches ae and aj.
PR: 15941
Submitted by: Dmitry Sivachenko <dima@Chg.RU>
Diffstat (limited to 'devel/gettext-old/files')
-rw-r--r-- | devel/gettext-old/files/patch-ae | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/devel/gettext-old/files/patch-ae b/devel/gettext-old/files/patch-ae index 73bde596d6c4..bbb9fce0b072 100644 --- a/devel/gettext-old/files/patch-ae +++ b/devel/gettext-old/files/patch-ae @@ -1,5 +1,43 @@ --- configure.orig Fri May 1 07:48:25 1998 +++ configure Wed Feb 17 02:05:55 1999 +@@ -837,13 +837,13 @@ + # Run test in a subshell; some versions of sh will print an error if + # an executable is not found, even if stderr is redirected. + # Redirect stdin to placate older versions of autoconf. Sigh. +-if (aclocal --version) < /dev/null > /dev/null 2>&1; then +- ACLOCAL=aclocal +- echo "$ac_t""found" 1>&6 +-else ++#if (aclocal --version) < /dev/null > /dev/null 2>&1; then ++# ACLOCAL=aclocal ++# echo "$ac_t""found" 1>&6 ++#else + ACLOCAL="$missing_dir/missing aclocal" + echo "$ac_t""missing" 1>&6 +-fi ++#fi + + echo $ac_n "checking for working autoconf""... $ac_c" 1>&6 + echo "configure:850: checking for working autoconf" >&5 +@@ -863,13 +863,13 @@ + # Run test in a subshell; some versions of sh will print an error if + # an executable is not found, even if stderr is redirected. + # Redirect stdin to placate older versions of autoconf. Sigh. +-if (automake --version) < /dev/null > /dev/null 2>&1; then +- AUTOMAKE=automake +- echo "$ac_t""found" 1>&6 +-else ++#if (automake --version) < /dev/null > /dev/null 2>&1; then ++# AUTOMAKE=automake ++# echo "$ac_t""found" 1>&6 ++#else + AUTOMAKE="$missing_dir/missing automake" + echo "$ac_t""missing" 1>&6 +-fi ++#fi + + echo $ac_n "checking for working autoheader""... $ac_c" 1>&6 + echo "configure:876: checking for working autoheader" >&5 @@ -3958,7 +3958,7 @@ fi |