Skip to content

Commit

Permalink
configure: use AC_ENABLE/DISABLE_SHARED/STATIC instead of AM_
Browse files Browse the repository at this point in the history
The latter is obsolete, the former has been available for a long time.

Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
  • Loading branch information
bgoglin committed Jun 7, 2021
1 parent 75dd8c2 commit 2a82b9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Expand Up @@ -79,8 +79,8 @@ LT_PREREQ([2.2.6])

# Setup libtool, but disable F77, Java and Windows Resource
# Compiler support -- we don't need that stuff.
AM_ENABLE_SHARED
AM_DISABLE_STATIC
AC_ENABLE_SHARED
AC_DISABLE_STATIC

# This did not exist pre AM 1.11.x (where x is somewhere >0 and <3),
# but it is necessary in AM 1.12.x.
Expand Down

0 comments on commit 2a82b9a

Please sign in to comment.