summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index d1a37aa..960196b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-dnl webid-oidc, implementation of the Solid specification
+dnl disfluid, implementation of the Solid specification
dnl Copyright (C) 2020, 2021 Vivien Kraus
dnl This program is free software: you can redistribute it and/or modify
@@ -14,7 +14,7 @@ dnl GNU Affero General Public License for more details.
dnl You should have received a copy of the GNU Affero General Public License
dnl along with this program. If not, see <https://www.gnu.org/licenses/>.
-AC_INIT([webid-oidc], m4_esyscmd([bash ./get-version]), [vivien@planete-kraus.eu])
+AC_INIT([disfluid], m4_esyscmd([bash ./get-version]), [vivien@planete-kraus.eu])
AC_CONFIG_SRCDIR([src/libwebidoidc.c])
AM_INIT_AUTOMAKE([subdir-objects])
AM_SILENT_RULES([yes])