apache-mod-markdown icon indicating copy to clipboard operation
apache-mod-markdown copied to clipboard

configure.ac: obsoleted m4s macros

Open tieugene opened this issue 4 years ago • 0 comments

AutoTools: Obsoleted m4s found
------------------------------
  AM_CONFIG_HEADER: configure.ac:6
  AM_PROG_LIBTOOL: configure.ac:10

Fedora 33, autoconf-2.69, m4-1.4.18

Fix:

-AM_CONFIG_HEADER(config.h)
 
 # Add a test for a compiler.
 AC_PROG_CC
-AM_PROG_LIBTOOL
+LT_INIT

tieugene avatar Mar 24 '21 08:03 tieugene