OSDN Git Service

v1.0.2.8
[ntch/develop.git] / configure.ac
index 3a9df81..ef51e65 100644 (file)
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ([2.69])
-AC_INIT([ntch], [1.0.2.4], [akohta001@gmail.com],[ntch],[https://sourceforge.jp/projects/ntch/])
+AC_INIT([ntch], [1.0.2.8], [akohta001@gmail.com],[ntch],[https://sourceforge.jp/projects/ntch/])
 AC_CONFIG_SRCDIR([src/main.c])
 AC_CONFIG_HEADERS([config.h])
 
@@ -39,7 +39,7 @@ AC_CHECK_FUNCS([gethostbyname memset mkdir regcomp setlocale socket strchr strrc
 AC_CONFIG_FILES([Makefile])
 
 AC_CONFIG_COMMANDS([make-gen-dir], [mkdir -p gen])
-AC_PREFIX_DEFAULT([/usr/local])
+AC_PREFIX_DEFAULT([/usr])
 AC_PREFIX_PROGRAM([ntch])
 
 AC_OUTPUT