aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2012-08-13 21:38:25 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2012-08-13 21:38:25 +0300
commite0c4fa084b5d59f862276ddfa72b56b4a77babe1 (patch)
treebcd55eaee04646f03483cb33c7cf35e5ace6bd8c
parent7f0cdfdba61d14f24389baef859f17acca99d884 (diff)
downloadcfpeek-e0c4fa084b5d59f862276ddfa72b56b4a77babe1.tar.gz
cfpeek-e0c4fa084b5d59f862276ddfa72b56b4a77babe1.tar.bz2
Minor changes.
* configure.ac (AC_INIT): Set web page address.
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c915f92..5ee8bc2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,8 @@
# along with cfpeek. If not, see <http://www.gnu.org/licenses/>.
AC_PREREQ(2.63)
-AC_INIT([cfpeek], 1.1, [bug-cfpeek@gnu.org.ua])
+AC_INIT([cfpeek], 1.1, [bug-cfpeek@gnu.org.ua],,
+ [http://www.gnu.org.ua/software/cfpeek])
AC_CONFIG_SRCDIR([src/cfpeek.c])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_HEADER([config.h])

Return to:

Send suggestions and report system problems to the System administrator.