X-Git-Url: http://git.annexia.org/?p=pxzcat.git;a=blobdiff_plain;f=configure.ac;h=7bdce4d38ee6ea05be0fdc55cc6f6a047c00f66f;hp=1d0260a13ec8bddd3b474c12a09d0cb1ab5724a3;hb=c951ea013db433b711dc3fe9bd8b2c63050c79ff;hpb=25532f7801c0a377328ab70b041aeb3d4c86e1fa diff --git a/configure.ac b/configure.ac index 1d0260a..7bdce4d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,9 @@ AC_INIT([pxzcat],0.0.1) +AM_INIT_AUTOMAKE(foreign) + +AC_CONFIG_MACRO_DIR([m4]) + AC_PROG_LIBTOOL dnl Check for basic C environment. @@ -12,6 +16,8 @@ test "x$U" != "x" && AC_MSG_ERROR([Compiler not ANSI compliant]) AM_PROG_CC_C_O +PKG_CHECK_MODULES([LIBLZMA], [liblzma]) + AC_CONFIG_HEADERS([config.h]) AC_CONFIG_FILES([Makefile]) AC_OUTPUT