mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-18 17:50:06 +02:00
27 lines
691 B
Plaintext
27 lines
691 B
Plaintext
From b99892b5ddce45eb11e90659a6e51d2380e2b0c9 Mon Sep 17 00:00:00 2001
|
|
From: begasus <begasus@gmail.com>
|
|
Date: Sun, 3 Jun 2018 07:16:13 +0200
|
|
Subject: make automake happy
|
|
|
|
|
|
diff --git a/configure.ac b/configure.ac
|
|
index 5a2f76c..892cb83 100644
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -5,10 +5,11 @@ AC_PREREQ([2.63])
|
|
AC_INIT([libbs2b], [3.1.0], [boris_mikhaylov@users.sourceforge.net])
|
|
AC_CONFIG_AUX_DIR([build-aux])
|
|
AM_INIT_AUTOMAKE([1.10.1 -Wall foreign subdir-objects
|
|
- dist-zip dist-bzip2 dist-lzma])
|
|
+ dist-zip dist-bzip2])
|
|
AC_CONFIG_SRCDIR([src/bs2b.h])
|
|
|
|
# Checks for programs.
|
|
+AM_PROG_AR
|
|
AC_PROG_CXX
|
|
AC_PROG_CC
|
|
AC_PROG_LIBTOOL
|
|
--
|
|
2.16.4
|
|
|