mirror of
https://git.tukaani.org/xz.git
synced 2025-12-23 22:08:45 +00:00
Translations and doc/xz-file-format.txt and doc/lzma-file-format.txt were not touched. COPYING.0BSD was added.
20 lines
262 B
Plaintext
20 lines
262 B
Plaintext
#
|
|
# SYNOPSIS
|
|
#
|
|
# TUKLIB_COMMON
|
|
#
|
|
# DESCRIPTION
|
|
#
|
|
# Common checks for tuklib.
|
|
#
|
|
# COPYING
|
|
#
|
|
# Author: Lasse Collin
|
|
#
|
|
|
|
AC_DEFUN_ONCE([TUKLIB_COMMON], [
|
|
AC_REQUIRE([AC_CANONICAL_HOST])
|
|
AC_REQUIRE([AC_PROG_CC_C99])
|
|
AC_REQUIRE([AC_USE_SYSTEM_EXTENSIONS])
|
|
])dnl
|