diff options
author | Martin Pärtel <martin.partel@gmail.com> | 2025-06-08 12:19:12 +0300 |
---|---|---|
committer | Martin Pärtel <martin.partel@gmail.com> | 2025-06-08 12:19:12 +0300 |
commit | 43a8fc6dae219fa82f449f054321d22e07660704 (patch) | |
tree | ec6961762a71e015adfb7dee11f1b44dbe2036d5 | |
parent | c8274c45f6f80499b138d32eb880bf21a6825a29 (diff) | |
download | bindfs-43a8fc6dae219fa82f449f054321d22e07660704.tar.gz |
configure.ac: AC_PROG_LIBTOOL -> LT_INIT (by autoupdate)
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 0f69555..61be567 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ AC_CONFIG_HEADERS([config.h]) AC_PROG_CC AC_LANG(C) -AC_PROG_LIBTOOL +LT_INIT # --enable and --with options AC_ARG_ENABLE([debug-output], |