From d58ba0017be71c37ef4b5a36109c3dd68cc423c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20Cr=C3=AAte?= Date: Tue, 11 Sep 2012 12:33:34 -0400 Subject: Using git for a long long time --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 66abc714..8fd484f5 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ dnl define PACKAGE_VERSION_* variables AS_VERSION dnl check if this is a release version -AS_NANO(FS_CVS="no", FS_CVS="yes") +AS_NANO(FS_GIT="no", FS_GIT="yes") dnl can autoconf find the source ? AC_CONFIG_SRCDIR([farstream/fs-conference.c]) @@ -278,10 +278,10 @@ dnl set location of plugin directory AG_GST_SET_PLUGINDIR dnl define an ERROR_CFLAGS Makefile variable -AG_GST_SET_ERROR_CFLAGS($FS_CVS) +AG_GST_SET_ERROR_CFLAGS($FS_GIT) dnl define correct level for debugging messages -AG_GST_SET_LEVEL_DEFAULT($FS_CVS) +AG_GST_SET_LEVEL_DEFAULT($FS_GIT) AC_CHECK_FUNCS(getifaddrs) -- cgit v1.2.1