Skip to content

Commit 822082e

Browse files
authored
configure.ac: Remove obsolete macros
The newer macros that replace the obsolete ones are already present in configure.ac. * AC_PROG_LIBTOOL -> LT_INIT * AC_LANG_CPLUSPLUS -> AC_LANG([C++])
1 parent 621f9e2 commit 822082e

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

configure.ac

+1-15
Original file line numberDiff line numberDiff line change
@@ -313,39 +313,25 @@ if test -d $curwd/gnu/lib ; then
313313
LDFLAGS="$LDFLAGS -L$curwd/gnu/lib"
314314
fi
315315
316-
# ----------------------------------------
317-
# Check Compiler Characteristics and
318-
# configure automake. The two appear to
319-
# be intimately linked...
320-
# ----------------------------------------
321-
322-
AC_PROG_LIBTOOL
323-
324316
# ----------------------------------------
325317
# Additional checking of compiler characteristics
326318
# ----------------------------------------
327319
328320
# Check Endianness. If Big Endian, this will define WORDS_BIGENDIAN
329-
# See also at end of this file, where we define INTEL_BYTE_ORDER
330-
# or MOTOROLA_BYTE_ORDER.
331321
AC_C_BIGENDIAN
332322
333323
334324
# ----------------------------------------
335-
# Check for programs we need
325+
# Init libtool
336326
# ----------------------------------------
337327
338-
# Check where all the following programs are and set
339-
# variables accordingly:
340328
LT_INIT
341329
342330
343331
# ----------------------------------------
344332
# C++ related options
345333
# ----------------------------------------
346334
347-
AC_LANG_CPLUSPLUS
348-
349335
AC_MSG_CHECKING([if compiling with clang])
350336
AC_COMPILE_IFELSE(
351337
[AC_LANG_PROGRAM([], [[

0 commit comments

Comments
 (0)