aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 764e815..b05066a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,13 +12,13 @@
12# GNU General Public License for more details. 12# GNU General Public License for more details.
13# 13#
14# You should have received a copy of the GNU General Public License 14# You should have received a copy of the GNU General Public License
15# along with Direvent. If not, see <http://www.gnu.org/licenses/>. 15# along with Direvent. If not, see <http://www.gnu.org/licenses/>.
16 16
17AC_PREREQ([2.69]) 17AC_PREREQ([2.69])
18AC_INIT([GNU Direvent], [4.1.91], [bug-direvent@gnu.org.ua], [direvent], 18AC_INIT([GNU Direvent], [5.0], [bug-direvent@gnu.org.ua], [direvent],
19 [http://www.gnu.org.ua/software/direvent]) 19 [http://www.gnu.org.ua/software/direvent])
20AC_CONFIG_SRCDIR([src/direvent.c]) 20AC_CONFIG_SRCDIR([src/direvent.c])
21AC_CONFIG_HEADERS([config.h]) 21AC_CONFIG_HEADERS([config.h])
22AC_CONFIG_AUX_DIR([build-aux]) 22AC_CONFIG_AUX_DIR([build-aux])
23AM_INIT_AUTOMAKE([1.11.5 gnits tar-ustar silent-rules]) 23AM_INIT_AUTOMAKE([1.11.5 gnits tar-ustar silent-rules])
24 24

Return to:

Send suggestions and report system problems to the System administrator.