Skip to content

Commit 6387248

Browse files
committed
fix: typo in configure.ac.in
1 parent e751187 commit 6387248

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

configure.ac.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ([2.63])
5-
AC_INIT([module_tty], [PACKAGE_VERSION], [Robert Burger <robert.burger@dlr.de>)
5+
AC_INIT([module_tty], [PACKAGE_VERSION], [Robert Burger <robert.burger@dlr.de>])
66
AC_CONFIG_HEADERS([config.h])
77
AC_CONFIG_MACRO_DIR([m4])
88
AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects silent-rules])

0 commit comments

Comments
 (0)