mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
689e0228ba
Translations and doc/xz-file-format.txt and doc/lzma-file-format.txt were not touched. COPYING.0BSD was added.
19 lines
262 B
Text
19 lines
262 B
Text
#
|
|
# 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
|