~ignacio-nin/tcprstat/trunk

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Ignacio Nin
  • Date: 2010-08-12 03:09:23 UTC
  • Revision ID: git-v1:a6ef0e91fa2b8c0dd124ee60653ea804f6acdd97
Tags: v0.3.1
Changed project name to tcprstat

Project name has been changed to tcprstat from rtime. All files,
all comments in files and products have been renamed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
# Process this file with autoconf to produce a configure script.
3
3
 
4
4
#
5
 
#   rtime -- Extract stats about TCP response times
 
5
#   tcprstat -- Extract stats about TCP response times
6
6
#   Copyright (C) 2010  Ignacio Nin
7
7
#
8
8
#   This program is free software; you can redistribute it and/or modify
22
22
#
23
23
 
24
24
AC_PREREQ(2.61)
25
 
AC_INIT([rtime], [0.3.0b], [ignacio.nin@percona.com])
 
25
AC_INIT([tcprstat], [0.3.1], [ignacio.nin@percona.com])
26
26
AM_INIT_AUTOMAKE([ ])
27
27
AC_CONFIG_HEADER([config.h])
28
28