summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@dside.dyndns.org>2013-11-15 15:33:37 +0100
committerSuren A. Chilingaryan <csa@dside.dyndns.org>2013-11-15 15:33:37 +0100
commit66062a2ae70a6e5716befa86c55cb7aed8c8ffae (patch)
treed40c60d3dcf77fa4a4cf2d5613dad53c4005c78e
parent4494365a4bba2a4400c832da8330231753dc2768 (diff)
downloadlibrcd-66062a2ae70a6e5716befa86c55cb7aed8c8ffae.tar.gz
librcd-66062a2ae70a6e5716befa86c55cb7aed8c8ffae.tar.bz2
librcd-66062a2ae70a6e5716befa86c55cb7aed8c8ffae.tar.xz
librcd-66062a2ae70a6e5716befa86c55cb7aed8c8ffae.zip
Fix typo in configure.ac
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c59f0e7..aa3d6de 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
-AC_INIT(librcc, m4_esyscmd([head -n 1 VERSION | sed -e s/CVS.*$// | tr -d \\n]))
+AC_INIT(librcd, m4_esyscmd([head -n 1 VERSION | sed -e s/CVS.*$// | tr -d \\n]))
AC_CONFIG_SRCDIR([src/librcd.c])
AC_CONFIG_HEADERS(config.h)
AM_INIT_AUTOMAKE()