diff options
author | Steffen Jaeckel <jaeckel-floss@eyet-services.de> | 2021-10-27 15:05:49 +0200 |
---|---|---|
committer | Steffen Jaeckel <jaeckel-floss@eyet-services.de> | 2021-10-27 22:45:44 +0200 |
commit | 687714d7d68c7393d8d254d59471cdbcb160a17d (patch) | |
tree | 01d83dee23459eb733454c0b7b3f4451759b7744 | |
parent | ffc0b49ab19dc976ecd113dbf163c2fe03a651fa (diff) | |
download | profani-tty-687714d7d68c7393d8d254d59471cdbcb160a17d.tar.gz |
ran `autoupdate`
Signed-off-by: Steffen Jaeckel <jaeckel-floss@eyet-services.de>
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 1dc08907..8a4456c8 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -AC_INIT([profanity], [0.12.0], [jubalh@iodoru.org]) +AC_INIT([profanity],[0.12.0],[jubalh@iodoru.org]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR([src/main.c]) @@ -10,7 +10,7 @@ AM_INIT_AUTOMAKE([foreign subdir-objects]) ### Checks for programs. AC_PROG_CC -AC_PROG_LIBTOOL +LT_INIT ## Check for LFS AC_SYS_LARGEFILE |