Imported Upstream version 1.35
[platform/upstream/connman.git] / m4 / configmake.m4
1 # configmake.m4 serial 2
2 dnl Copyright (C) 2010-2015 Free Software Foundation, Inc.
3 dnl This file is free software; the Free Software Foundation
4 dnl gives unlimited permission to copy and/or distribute it,
5 dnl with or without modifications, as long as this notice is preserved.
6
7 # gl_CONFIGMAKE_PREP
8 # ------------------
9 AC_DEFUN([gl_CONFIGMAKE_PREP],
10 [
11   dnl Added in autoconf 2.70
12   if test "x$runstatedir" = x; then
13     AC_SUBST([runstatedir], ['${localstatedir}/run'])
14   fi
15 ])