summaryrefslogtreecommitdiffstats
path: root/m4/svrcore.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/svrcore.m4')
-rw-r--r--m4/svrcore.m426
1 files changed, 23 insertions, 3 deletions
diff --git a/m4/svrcore.m4 b/m4/svrcore.m4
index a2853734..5051f73d 100644
--- a/m4/svrcore.m4
+++ b/m4/svrcore.m4
@@ -1,6 +1,26 @@
-# -*- tab-width: 4; -*-
+# BEGIN COPYRIGHT BLOCK
+# Copyright (C) 2007 Red Hat, Inc.
+# All rights reserved.
+#
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License
+# as published by the Free Software Foundation; either version 2
+# of the License, or (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+#
+# END COPYRIGHT BLOCK
+#
# Configure paths for SVRCORE
-# Public domain - Nathan Kinder <nkinder@redhat.com> 2006-06-26
+
+AC_CHECKING(for svrcore)
AC_MSG_CHECKING(for --with-svrcore)
AC_ARG_WITH(svrcore,
@@ -65,8 +85,8 @@ AC_ARG_WITH(svrcore-lib,
dnl svrcore not given - look for pkg-config
if test -z "$svrcore_inc" -o -z "$svrcore_lib"; then
- AC_MSG_CHECKING(for svrcore with pkg-config)
AC_PATH_PROG(PKG_CONFIG, pkg-config)
+ AC_MSG_CHECKING(for svrcore with pkg-config)
if test -n "$PKG_CONFIG"; then
if $PKG_CONFIG --exists svrcore; then
svrcore_inc=`$PKG_CONFIG --cflags-only-I svrcore`