1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-07 23:27:48 +02:00

* distfiles: Removed those files which which automake installs by

default.

* autogen.sh: Replaced $() by backticks for system without a posix
shell.  Removed gawk specific quoting. By David Champion.
This commit is contained in:
Werner Koch 2001-12-21 20:09:21 +00:00
parent ca1bc23ef2
commit bcad2222c7
3 changed files with 11 additions and 8 deletions

View File

@ -1,3 +1,11 @@
2001-12-21 Werner Koch <wk@gnupg.org>
* distfiles: Removed those files which which automake installs by
default.
* autogen.sh: Replaced $() by backticks for system without a posix
shell. Removed gawk specific quoting. By David Champion.
2001-10-22 Werner Koch <wk@gnupg.org>
* autogen.sh (aclocal_vers): Require automalke 1.5.

View File

@ -20,7 +20,8 @@ aclocal_vers=1.5
DIE=no
if test "$1" = "--build-w32"; then
tsdir=$(cd `dirname $0`; cd ..; pwd)
tmp=`dirname $0`
tsdir=`cd "$tmp"`; cd ..; pwd)
shift
host=i386--mingw32
if [ ! -f $tsdir/scripts/config.guess ]; then
@ -116,7 +117,7 @@ else
fi
if (gettext --version </dev/null 2>/dev/null | awk 'NR==1 { split($4,A,"\."); \
if (gettext --version </dev/null 2>/dev/null | awk 'NR==1 { split($4,A,"."); \
X=10000*A[1]+100*A[2]+A[3]; echo X; if( X >= 1038 ) exit 1; exit 0}')
then
echo "**Error**: You must have "\`gettext\'" installed to compile $PGM."

View File

@ -1,11 +1,5 @@
config.guess
config.sub
install-sh
mkinstalldirs
mkdiff
build-w32
missing
gnupg.spec.in
autogen.sh
ChangeLog