Skip to content
Snippets Groups Projects
Commit 9e5e0d69 authored by Claus-Justus Heine's avatar Claus-Justus Heine
Browse files

Make GZIP_PROGRAM and TAR_PROGRAM precious.

parent 3e744c3c
No related branches found
No related tags found
No related merge requests found
......@@ -40,6 +40,8 @@ AC_PROG_INSTALL
AC_PROG_LN_S
AC_CHECK_PROGS([GZIP_PROGRAM],[gzip])
AC_CHECK_PROGS([TAR_PROGRAM],[gtar tar])
AC_ARG_VAR([GZIP_PROGRAM],[name of gzip program])
AC_ARG_VAR([TAR_PROGRAM],[name of tar program (need _not_ be GNU-tar)])
# Compiler characteristics
dnl
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment