summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorThomas Osterried <thomas@osterried.de>2008-08-05 09:04:50 +0000
committerThomas Osterried <thomas@osterried.de>2008-08-05 09:04:50 +0000
commitbc56cf90127cca5c8713fe1f6f26134682dfe56b (patch)
tree5ee5196ab6e36441d5310c96c1ac68e336b73cc7 /configure.ac
parentdfc9ec02f4bd0f385d2661e9618d1007756e2bc3 (diff)
AC_INIT: we are ax25-apps, not libax25.
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 653baf1..9167226 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.59)
-AC_INIT(libax25, 0.0.7, linux-hams@vger.kernel.org)
+AC_INIT(ax25-apps, 0.0.7, linux-hams@vger.kernel.org)
AC_CONFIG_SRCDIR(ax25ipd/config.c)
AM_INIT_AUTOMAKE