From 7e14097415d4c80e586be409ad4492ec247cb73f Mon Sep 17 00:00:00 2001
From: "Jeffrey C. Ollie" <jeff@ocjtech.us>
Date: Tue, 30 May 2006 16:36:21 +0000
Subject: [PATCH] Get rid of warning about datarootdir at the end of the
 configure process...

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@30806 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 makeopts.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/makeopts.in b/makeopts.in
index 19a64ba088..fced44200f 100644
--- a/makeopts.in
+++ b/makeopts.in
@@ -24,6 +24,7 @@ prefix = @prefix@
 exec_prefix = @exec_prefix@
 
 bindir = @bindir@
+datarootdir = @datarootdir@
 datadir = @datadir@
 includedir = @includedir@
 infodir = @infodir@
-- 
GitLab