aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 542c54e..c2d80af 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,11 +15,11 @@
# along with Ipacct. If not, see <http://www.gnu.org/licenses/>. */
AC_PREREQ(2.53)
-AC_INIT(ipacct, 1.0, bug-ipacct@gnu.org.ua)
+AC_INIT([ipacct], [1.0], [bug-ipacct@gnu.org.ua])
AC_CONFIG_SRCDIR(src/ipacct.h)
-AC_CANONICAL_SYSTEM
-AM_INIT_AUTOMAKE(no-exeext)
+AC_CONFIG_AUX_DIR([build-aux])
AM_CONFIG_HEADER(config.h)
+AM_INIT_AUTOMAKE([1.10 readme-alpha])
dnl Checks for programs.
AC_PROG_CC

Return to:

Send suggestions and report system problems to the System administrator.