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 6ffa55b..19e90ee 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,8 +15,8 @@
# along with Grecs. If not, see <http://www.gnu.org/licenses/>.
AC_PREREQ(2.63)
-AC_INIT([libgrecs], [1.0], [gray+grecs@gnu.org.ua])
-AC_CONFIG_SRCDIR([src/grecs-gram.y])
+AC_INIT([libargot], [1.0], [gray+argot@gnu.org.ua])
+AC_CONFIG_SRCDIR([src/argot-gram.y])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_HEADER([config.h])
AM_INIT_AUTOMAKE([1.11 gnu tar-ustar dist-xz std-options silent-rules])
@@ -37,6 +37,6 @@ AC_HEADER_STDC
# Grecs subsystem
-GRECS_SETUP(., [install tests git2chg all-parsers json])
+ARGOT_SETUP(., [install tests git2chg all-parsers json])
AC_OUTPUT

Return to:

Send suggestions and report system problems to the System administrator.