mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-20 10:40:05 +02:00
23 lines
551 B
Plaintext
23 lines
551 B
Plaintext
From b17eb1c6b84a68fe230cd47bc23bf4d239f199d1 Mon Sep 17 00:00:00 2001
|
|
From: Jerome Duval <jerome.duval@gmail.com>
|
|
Date: Tue, 3 Mar 2015 17:23:30 +0000
|
|
Subject: Haiku patch
|
|
|
|
|
|
diff --git a/configure.in b/configure.in
|
|
index facf44c..0a0cef4 100644
|
|
--- a/configure.in
|
|
+++ b/configure.in
|
|
@@ -5,7 +5,7 @@ AC_CONFIG_SRCDIR([src/cr-input.c])
|
|
AC_CANONICAL_HOST
|
|
|
|
AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2])
|
|
-AM_CONFIG_HEADER(config.h)
|
|
+AC_CONFIG_HEADERS(config.h)
|
|
|
|
if test -z "$enable_maintainer_mode"; then
|
|
enable_maintainer_mode=yes
|
|
--
|
|
1.8.3.4
|
|
|