summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/host/layer23/configure.ac5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/host/layer23/configure.ac b/src/host/layer23/configure.ac
index 9335e66e..102d2344 100644
--- a/src/host/layer23/configure.ac
+++ b/src/host/layer23/configure.ac
@@ -1,7 +1,6 @@
dnl Process this file with autoconf to produce a configure script
-AC_INIT
-
-AM_INIT_AUTOMAKE(layer23, 0.0.0)
+AC_INIT([layer23], [0.0.0])
+AM_INIT_AUTOMAKE
dnl kernel style compile messages
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])