From 3c1bab4fb8f432480db1fa57c1cc8ad4907bc892 Mon Sep 17 00:00:00 2001
From: Kipp Cannon <kipp.cannon@ligo.org>
Date: Fri, 31 Jan 2014 13:53:33 -0500
Subject: [PATCH] remove an apostrophe to stop confusing vi's syntax hilighting

---
 gstlal-calibration/configure.ac | 2 +-
 gstlal-inspiral/configure.ac    | 2 +-
 gstlal-ugly/configure.ac        | 2 +-
 gstlal/configure.ac             | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/gstlal-calibration/configure.ac b/gstlal-calibration/configure.ac
index 6a10b4cc73..46ed1715ea 100644
--- a/gstlal-calibration/configure.ac
+++ b/gstlal-calibration/configure.ac
@@ -154,7 +154,7 @@ PKG_CHECK_MODULES([gstreamer], [gstreamer-${GSTREAMER_RELEASE} >= ${MIN_GSTREAME
 AC_SUBST([gstreamer_CFLAGS])
 AC_SUBST([gstreamer_LIBS])
 AC_SUBST([plugindir], [${libdir}/gstreamer-${GSTREAMER_RELEASE}])
-AC_MSG_NOTICE([If you have chosen to install the software in a location not included in your gstreamer's default search path, you might need to add the directory
+AC_MSG_NOTICE([If you have chosen to install the software in a location not included in your default gstreamer plugin search path, you might need to add the directory
 
 	$plugindir
 	
diff --git a/gstlal-inspiral/configure.ac b/gstlal-inspiral/configure.ac
index ffc33013cc..d7b8f537e9 100644
--- a/gstlal-inspiral/configure.ac
+++ b/gstlal-inspiral/configure.ac
@@ -164,7 +164,7 @@ PKG_CHECK_MODULES([gstreamer], [gstreamer-${GSTREAMER_RELEASE} >= ${MIN_GSTREAME
 AC_SUBST([gstreamer_CFLAGS])
 AC_SUBST([gstreamer_LIBS])
 AC_SUBST([plugindir], [${libdir}/gstreamer-${GSTREAMER_RELEASE}])
-AC_MSG_NOTICE([If you have chosen to install the software in a location not included in your gstreamer's default search path, you might need to add the directory
+AC_MSG_NOTICE([If you have chosen to install the software in a location not included in your default gstreamer plugin search path, you might need to add the directory
 
 	$plugindir
 	
diff --git a/gstlal-ugly/configure.ac b/gstlal-ugly/configure.ac
index eac9bab71b..16b8ff3120 100644
--- a/gstlal-ugly/configure.ac
+++ b/gstlal-ugly/configure.ac
@@ -210,7 +210,7 @@ PKG_CHECK_MODULES([gstreamer], [gstreamer-${GSTREAMER_RELEASE} >= ${MIN_GSTREAME
 AC_SUBST([gstreamer_CFLAGS])
 AC_SUBST([gstreamer_LIBS])
 AC_SUBST([plugindir], [${libdir}/gstreamer-${GSTREAMER_RELEASE}])
-AC_MSG_NOTICE([If you have chosen to install the software in a location not included in your gstreamer's default search path, you might need to add the directory
+AC_MSG_NOTICE([If you have chosen to install the software in a location not included in your default gstreamer plugin search path, you might need to add the directory
 
 	$plugindir
 	
diff --git a/gstlal/configure.ac b/gstlal/configure.ac
index 0f1a928b1f..203e260c80 100644
--- a/gstlal/configure.ac
+++ b/gstlal/configure.ac
@@ -165,7 +165,7 @@ PKG_CHECK_MODULES([gstreamer], [gstreamer-${GSTREAMER_RELEASE} >= ${MIN_GSTREAME
 AC_SUBST([gstreamer_CFLAGS])
 AC_SUBST([gstreamer_LIBS])
 AC_SUBST([plugindir], [${libdir}/gstreamer-${GSTREAMER_RELEASE}])
-AC_MSG_NOTICE([If you have chosen to install the software in a location not included in your default gstreamer search path, you might need to add the directory
+AC_MSG_NOTICE([If you have chosen to install the software in a location not included in your default gstreamer plugin search path, you might need to add the directory
 
 	$plugindir
 	
-- 
GitLab