1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-14 21:47:19 +02:00

* configure.ac: Test for ranlib and ar.

* Makefile.am: Make use of AM_CFLAGS and AM_LDFLAGS.
This commit is contained in:
Werner Koch 2003-03-24 08:45:24 +00:00
parent 2c6d545517
commit a6d00a753c
5 changed files with 33 additions and 8 deletions

View file

@ -1,5 +1,6 @@
dnl Configure.ac script for GnuPG
dnl Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
dnl Copyright (C) 1998,1999,2000,2001,2002,
dnl 2003 Free Software Foundation, Inc.
dnl
dnl This file is part of GnuPG.
dnl
@ -283,6 +284,8 @@ AM_MISSING_PROG(AUTOHEADER, autoheader, $missing_dir)
AM_MISSING_PROG(MAKEINFO, makeinfo, $missing_dir)
AC_PROG_CC
AC_PROG_CPP
AC_PROG_RANLIB
AC_CHECK_TOOL(AR, ar, :)
AC_PATH_PROG(PERL,"perl")
AC_ISC_POSIX
AC_SYS_LARGEFILE
@ -466,6 +469,7 @@ dnl let that after linux to avoid gnu-linux problems
;;
*)
PRINTABLE_OS_NAME=`uname -s || echo "Unknown"`
test "$PRINTABLE_OS_NAME" = "Linux" && PRINTABLE_OS_NAME="GNU/Linux"
;;
esac
AC_DEFINE_UNQUOTED(PRINTABLE_OS_NAME, "$PRINTABLE_OS_NAME",