******************************************************************************** conan install mpdecimal/2.5.0@#bcb80280122e1e66300b59ef21dae7e4 --build=mpdecimal -pr /home/conan/w/BuildSingleReference/84874/6edaabe3-aa02-4ed6-9e90-fa204a272219/profile_linux_9_libstdcpp11_gcc_release_64.mpdecimal-shared-False.txt ******************************************************************************** Auto detecting your dev setup to initialize the default profile (/home/conan/w/BuildSingleReference/.conan/profiles/default) CC and CXX: /usr/bin/gcc, /usr/bin/g++ Found gcc 9 gcc>=5, using the major as version ************************* WARNING: GCC OLD ABI COMPATIBILITY *********************** Conan detected a GCC version > 5 but has adjusted the 'compiler.libcxx' setting to 'libstdc++' for backwards compatibility. Your compiler is likely using the new CXX11 ABI by default (libstdc++11). If you want Conan to use the new ABI for the default profile, run: $ conan profile update settings.compiler.libcxx=libstdc++11 default Or edit '/home/conan/w/BuildSingleReference/.conan/profiles/default' and set compiler.libcxx=libstdc++11 ************************************************************************************ Default settings os=Linux os_build=Linux arch=x86_64 arch_build=x86_64 compiler=gcc compiler.version=9 compiler.libcxx=libstdc++ build_type=Release *** You can change them in /home/conan/w/BuildSingleReference/.conan/profiles/default *** *** Or override with -s compiler='other' -s ...s*** Configuration: [settings] arch=x86_64 build_type=Release compiler=gcc compiler.libcxx=libstdc++11 compiler.version=9 os=Linux [options] mpdecimal:shared=False [build_requires] [env] mpdecimal/2.5.0: Forced build from source Installing package: mpdecimal/2.5.0 Requirements mpdecimal/2.5.0 from local cache - Cache Packages mpdecimal/2.5.0:ed0afefdcb2cd63a38eaf4030d0a9bc9a0070e9d - Build Installing (downloading, building) binaries... [HOOK - conan-center.py] pre_source(): [IMMUTABLE SOURCES (KB-H010)] OK mpdecimal/2.5.0: Configuring sources in /home/conan/w/BuildSingleReference/.conan/data/mpdecimal/2.5.0/_/_/source [HOOK - conan-center.py] post_source(): [LIBCXX MANAGEMENT (KB-H011)] OK [HOOK - conan-center.py] post_source(): [CPPSTD MANAGEMENT (KB-H022)] OK mpdecimal/2.5.0: Copying sources to build folder mpdecimal/2.5.0: Building your package in /home/conan/w/BuildSingleReference/.conan/data/mpdecimal/2.5.0/_/_/build/ed0afefdcb2cd63a38eaf4030d0a9bc9a0070e9d mpdecimal/2.5.0: Generator txt created conanbuildinfo.txt mpdecimal/2.5.0: Aggregating env generators [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] OK. 'fPIC' option found and apparently well managed [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] OK mpdecimal/2.5.0: Calling build() ----Running------ > autoreconf -fiv ----------------- mpdecimal/2.5.0: Calling: > ./configure '--enable-cxx' '--prefix=/home/conan/w/BuildSingleReference/.conan/data/mpdecimal/2.5.0/_/_/package/ed0afefdcb2cd63a38eaf4030d0a9bc9a0070e9d' '--bindir=${prefix}/bin' '--sbindir=${prefix}/bin' '--libexecdir=${prefix}/bin' '--libdir=${prefix}/lib' '--includedir=${prefix}/include' '--oldincludedir=${prefix}/include' '--datarootdir=${prefix}/share' ----Running------ > ./configure '--enable-cxx' '--prefix=/home/conan/w/BuildSingleReference/.conan/data/mpdecimal/2.5.0/_/_/package/ed0afefdcb2cd63a38eaf4030d0a9bc9a0070e9d' '--bindir=${prefix}/bin' '--sbindir=${prefix}/bin' '--libexecdir=${prefix}/bin' '--libdir=${prefix}/lib' '--includedir=${prefix}/include' '--oldincludedir=${prefix}/include' '--datarootdir=${prefix}/share' ----------------- checking system as reported by uname -s... Linux checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu configure: "host is x86_64-unknown-linux-gnu" checking for --enable-cxx... yes checking for --enable-profile... no checking for gcc... /usr/bin/gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to accept ISO C89... none needed checking whether we are using the GNU C++ compiler... yes checking whether /usr/bin/g++ accepts -g... yes checking for ar... ar checking for ranlib... ranlib checking how to run the C preprocessor... /usr/bin/gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for size_t... yes checking for int32_t... yes checking for int64_t... yes checking for uint32_t... yes checking for uint64_t... yes checking for __uint128_t... yes checking size of size_t... 8 checking size of __uint128_t... 16 checking for x64 gcc inline assembler... yes checking for x87 gcc inline assembler... yes checking for -O2... yes checking for a BSD-compatible install... /usr/bin/install -c checking for glibc _FORTIFY_SOURCE/memmove bug... no configure: creating ./config.status config.status: creating Makefile config.status: creating libmpdec/Makefile config.status: creating tests/Makefile config.status: creating libmpdec/mpdecimal.h config.status: creating libmpdec++/Makefile config.status: creating tests++/Makefile config.status: creating config.h mpdecimal/2.5.0: # ============================================================================== # Unix Makefile for libmpdec # ============================================================================== LIBSTATIC = libmpdec.a LIBNAME = libmpdec.so LIBSONAME = libmpdec.so.2 LIBSHARED = libmpdec.so.2.5.0 CC = /usr/bin/gcc LD = /usr/bin/gcc AR = ar RANLIB = ranlib MPD_PGEN = -fprofile-generate -fprofile-values MPD_PUSE = -fprofile-use -freorder-blocks MPD_PREC = 19 MPD_DPREC = 38 CONFIGURE_CFLAGS = -Wall -Wextra -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_64 -DASM -O2 -DNDEBUG -m64 -O3 -s -fPIC MPD_CFLAGS = $(strip $(CONFIGURE_CFLAGS) $(CFLAGS)) MPD_CFLAGS_SHARED = $(MPD_CFLAGS) -fPIC CONFIGURE_LDFLAGS = -shared -Wl,-soname,libmpdec.so.2 -m64 MPD_LDFLAGS = $(strip $(CONFIGURE_LDFLAGS) $(LDFLAGS)) ifeq ($(MAKECMDGOALS), profile_gen) MPD_CFLAGS += $(MPD_PGEN) MPD_LDFLAGS += $(MPD_PGEN) endif ifeq ($(MAKECMDGOALS), profile_use) MPD_CFLAGS += $(MPD_PUSE) MPD_LDFLAGS += $(MPD_PUSE) endif default: $(LIBSTATIC) $(LIBSHARED) OBJS := basearith.o context.o constants.o convolute.o crt.o mpdecimal.o \ mpsignal.o difradix2.o fnt.o fourstep.o io.o mpalloc.o numbertheory.o \ sixstep.o transpose.o SHARED_OBJS := .objs/basearith.o .objs/context.o .objs/constants.o \ .objs/convolute.o .objs/crt.o .objs/mpdecimal.o .objs/mpsignal.o \ .objs/difradix2.o .objs/fnt.o .objs/fourstep.o .objs/io.o \ .objs/mpalloc.o .objs/numbertheory.o .objs/sixstep.o \ .objs/transpose.o $(LIBSTATIC): Makefile $(OBJS) $(AR) rc $(LIBSTATIC) $(OBJS) $(RANLIB) $(LIBSTATIC) $(LIBSHARED): Makefile $(SHARED_OBJS) $(LD) $(MPD_LDFLAGS) -o $(LIBSHARED) $(SHARED_OBJS) -lm ln -sf $(LIBSHARED) $(LIBNAME) ln -sf $(LIBSHARED) $(LIBSONAME) basearith.o:\ Makefile basearith.c mpdecimal.h basearith.h typearith.h constants.h $(CC) $(MPD_CFLAGS) -c basearith.c .objs/basearith.o:\ Makefile basearith.c mpdecimal.h basearith.h typearith.h constants.h $(CC) $(MPD_CFLAGS_SHARED) -c basearith.c -o .objs/basearith.o constants.o:\ Makefile constants.c mpdecimal.h constants.h $(CC) $(MPD_CFLAGS) -c constants.c .objs/constants.o:\ Makefile constants.c mpdecimal.h constants.h $(CC) $(MPD_CFLAGS_SHARED) -c constants.c -o .objs/constants.o context.o:\ Makefile context.c mpdecimal.h $(CC) $(MPD_CFLAGS) -c context.c .objs/context.o:\ Makefile context.c mpdecimal.h $(CC) $(MPD_CFLAGS_SHARED) -c context.c -o .objs/context.o convolute.o:\ Makefile convolute.c mpdecimal.h bits.h constants.h convolute.h fnt.h \ fourstep.h numbertheory.h sixstep.h umodarith.h typearith.h $(CC) $(MPD_CFLAGS) -c convolute.c .objs/convolute.o:\ Makefile convolute.c mpdecimal.h bits.h constants.h convolute.h fnt.h \ fourstep.h numbertheory.h sixstep.h umodarith.h typearith.h $(CC) $(MPD_CFLAGS_SHARED) -c convolute.c -o .objs/convolute.o crt.o:\ Makefile crt.c mpdecimal.h constants.h crt.h numbertheory.h umodarith.h \ typearith.h $(CC) $(MPD_CFLAGS) -c crt.c .objs/crt.o:\ Makefile crt.c mpdecimal.h constants.h crt.h numbertheory.h umodarith.h \ typearith.h $(CC) $(MPD_CFLAGS_SHARED) -c crt.c -o .objs/crt.o difradix2.o:\ Makefile difradix2.c mpdecimal.h bits.h constants.h difradix2.h \ numbertheory.h umodarith.h typearith.h $(CC) $(MPD_CFLAGS) -c difradix2.c .objs/difradix2.o:\ Makefile difradix2.c mpdecimal.h bits.h constants.h difradix2.h \ numbertheory.h umodarith.h typearith.h $(CC) $(MPD_CFLAGS_SHARED) -c difradix2.c -o .objs/difradix2.o fnt.o:\ Makefile fnt.c mpdecimal.h bits.h difradix2.h numbertheory.h constants.h \ fnt.h $(CC) $(MPD_CFLAGS) -c fnt.c .objs/fnt.o:\ Makefile fnt.c mpdecimal.h bits.h difradix2.h numbertheory.h constants.h \ fnt.h $(CC) $(MPD_CFLAGS_SHARED) -c fnt.c -o .objs/fnt.o fourstep.o:\ Makefile fourstep.c mpdecimal.h constants.h fourstep.h numbertheory.h \ sixstep.h umodarith.h typearith.h $(CC) $(MPD_CFLAGS) -c fourstep.c .objs/fourstep.o:\ Makefile fourstep.c mpdecimal.h constants.h fourstep.h numbertheory.h \ sixstep.h umodarith.h typearith.h $(CC) $(MPD_CFLAGS_SHARED) -c fourstep.c -o .objs/fourstep.o io.o:\ Makefile io.c mpdecimal.h typearith.h io.h $(CC) $(MPD_CFLAGS) -c io.c .objs/io.o:\ Makefile io.c mpdecimal.h typearith.h io.h $(CC) $(MPD_CFLAGS_SHARED) -c io.c -o .objs/io.o mpalloc.o:\ Makefile mpalloc.c mpdecimal.h mpalloc.h typearith.h $(CC) $(MPD_CFLAGS) -c mpalloc.c .objs/mpalloc.o:\ Makefile mpalloc.c mpdecimal.h mpalloc.h typearith.h $(CC) $(MPD_CFLAGS_SHARED) -c mpalloc.c -o .objs/mpalloc.o mpdecimal.o:\ Makefile mpdecimal.c mpdecimal.h basearith.h typearith.h bits.h \ constants.h convolute.h crt.h mpalloc.h $(CC) $(MPD_CFLAGS) -c mpdecimal.c .objs/mpdecimal.o:\ Makefile mpdecimal.c mpdecimal.h basearith.h typearith.h bits.h \ constants.h convolute.h crt.h mpalloc.h $(CC) $(MPD_CFLAGS_SHARED) -c mpdecimal.c -o .objs/mpdecimal.o mpsignal.o:\ Makefile mpsignal.c mpdecimal.h $(CC) $(MPD_CFLAGS) -c mpsignal.c .objs/mpsignal.o:\ Makefile mpsignal.c mpdecimal.h $(CC) $(MPD_CFLAGS_SHARED) -c mpsignal.c -o .objs/mpsignal.o numbertheory.o:\ Makefile numbertheory.c mpdecimal.h bits.h numbertheory.h \ constants.h umodarith.h typearith.h $(CC) $(MPD_CFLAGS) -c numbertheory.c .objs/numbertheory.o:\ Makefile numbertheory.c mpdecimal.h bits.h numbertheory.h \ constants.h umodarith.h typearith.h $(CC) $(MPD_CFLAGS_SHARED) -c numbertheory.c -o .objs/numbertheory.o sixstep.o:\ Makefile sixstep.c mpdecimal.h bits.h constants.h difradix2.h \ numbertheory.h sixstep.h transpose.h umodarith.h typearith.h $(CC) $(MPD_CFLAGS) -c sixstep.c .objs/sixstep.o:\ Makefile sixstep.c mpdecimal.h bits.h constants.h difradix2.h \ numbertheory.h sixstep.h transpose.h umodarith.h typearith.h $(CC) $(MPD_CFLAGS_SHARED) -c sixstep.c -o .objs/sixstep.o transpose.o:\ Makefile transpose.c mpdecimal.h bits.h constants.h transpose.h \ typearith.h $(CC) $(MPD_CFLAGS) -c transpose.c .objs/transpose.o:\ Makefile transpose.c mpdecimal.h bits.h constants.h transpose.h \ typearith.h $(CC) $(MPD_CFLAGS_SHARED) -c transpose.c -o .objs/transpose.o bench: bench.c $(LIBSTATIC) $(CC) $(MPD_CFLAGS) -o bench bench.c $(LIBSTATIC) -lm bench_full: bench_full.c $(LIBSTATIC) $(CC) $(MPD_CFLAGS) -o bench_full bench_full.c $(LIBSTATIC) -lm bench_shared: bench.c $(LIBSHARED) $(CC) -L. $(MPD_CFLAGS) -o bench_shared bench.c -lmpdec -lm bench_full_shared: bench_full.c $(LIBSHARED) $(CC) -L. $(MPD_CFLAGS) -o bench_full_shared bench_full.c -lmpdec -lm pow: Makefile examples/pow.c $(LIBSTATIC) $(CC) -I. $(MPD_CFLAGS) -o pow examples/pow.c $(LIBSTATIC) -lm sqrt: Makefile examples/sqrt.c $(LIBSTATIC) $(CC) -I. $(MPD_CFLAGS) -o sqrt examples/sqrt.c $(LIBSTATIC) -lm examples: pow sqrt profile_gen: clean bench_full bench_shared ./bench_full $(MPD_PREC) 1000 ./bench_full $(MPD_DPREC) 1000 LD_32_LIBRARY_PATH=. LD_LIBRARY_PATH=. ./bench_shared $(MPD_PREC) 1000000 LD_32_LIBRARY_PATH=. LD_LIBRARY_PATH=. ./bench_shared $(MPD_DPREC) 1000000 rm -f *.o *.gch .objs/*.o .objs/*.gch bench_full bench_shared rm -f $(LIBSTATIC) $(LIBSHARED) $(LIBSONAME) $(LIBNAME) profile_use: bench_full bench_shared ./bench_full $(MPD_PREC) 1000 ./bench_full $(MPD_DPREC) 1000 LD_32_LIBRARY_PATH=. LD_LIBRARY_PATH=. ./bench_shared $(MPD_PREC) 1000000 LD_32_LIBRARY_PATH=. LD_LIBRARY_PATH=. ./bench_shared $(MPD_DPREC) 1000000 profile: $(MAKE) profile_gen $(MAKE) profile_use check: default cd ../tests && $(MAKE) && ./runshort.sh check_alloc: default cd ../tests && $(MAKE) && ./runshort_alloc.sh clean: rm -f *.o *.so *.gch *.gcda *.gcno *.gcov *.dyn *.dpi *.lock rm -f bench bench_shared bench_full bench_full_shared pow sqrt $(LIBSTATIC) $(LIBSHARED) $(LIBSONAME) $(LIBNAME) cd .objs && rm -f *.o *.so *.gch *.gcda *.gcno *.gcov *.dyn *.dpi *.lock distclean: clean rm -f config.h config.log config.status Makefile mpdecimal.h ----Running------ > make libmpdec.a -j3 ----------------- /usr/bin/gcc -Wall -Wextra -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_64 -DASM -O2 -DNDEBUG -m64 -O3 -s -fPIC -m64 -O3 -s -fPIC -c basearith.c /usr/bin/gcc -Wall -Wextra -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_64 -DASM -O2 -DNDEBUG -m64 -O3 -s -fPIC -m64 -O3 -s -fPIC -c context.c /usr/bin/gcc -Wall -Wextra -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_64 -DASM -O2 -DNDEBUG -m64 -O3 -s -fPIC -m64 -O3 -s -fPIC -c constants.c /usr/bin/gcc -Wall -Wextra -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_64 -DASM -O2 -DNDEBUG -m64 -O3 -s -fPIC -m64 -O3 -s -fPIC -c convolute.c /usr/bin/gcc -Wall -Wextra -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_64 -DASM -O2 -DNDEBUG -m64 -O3 -s -fPIC -m64 -O3 -s -fPIC -c crt.c /usr/bin/gcc -Wall -Wextra -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_64 -DASM -O2 -DNDEBUG -m64 -O3 -s -fPIC -m64 -O3 -s -fPIC -c mpdecimal.c /usr/bin/gcc -Wall -Wextra -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_64 -DASM -O2 -DNDEBUG -m64 -O3 -s -fPIC -m64 -O3 -s -fPIC -c mpsignal.c /usr/bin/gcc -Wall -Wextra -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_64 -DASM -O2 -DNDEBUG -m64 -O3 -s -fPIC -m64 -O3 -s -fPIC -c difradix2.c /usr/bin/gcc -Wall -Wextra -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_64 -DASM -O2 -DNDEBUG -m64 -O3 -s -fPIC -m64 -O3 -s -fPIC -c fnt.c /usr/bin/gcc -Wall -Wextra -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_64 -DASM -O2 -DNDEBUG -m64 -O3 -s -fPIC -m64 -O3 -s -fPIC -c fourstep.c /usr/bin/gcc -Wall -Wextra -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_64 -DASM -O2 -DNDEBUG -m64 -O3 -s -fPIC -m64 -O3 -s -fPIC -c io.c /usr/bin/gcc -Wall -Wextra -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_64 -DASM -O2 -DNDEBUG -m64 -O3 -s -fPIC -m64 -O3 -s -fPIC -c mpalloc.c /usr/bin/gcc -Wall -Wextra -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_64 -DASM -O2 -DNDEBUG -m64 -O3 -s -fPIC -m64 -O3 -s -fPIC -c numbertheory.c /usr/bin/gcc -Wall -Wextra -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_64 -DASM -O2 -DNDEBUG -m64 -O3 -s -fPIC -m64 -O3 -s -fPIC -c sixstep.c /usr/bin/gcc -Wall -Wextra -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_64 -DASM -O2 -DNDEBUG -m64 -O3 -s -fPIC -m64 -O3 -s -fPIC -c transpose.c ar rc libmpdec.a basearith.o context.o constants.o convolute.o crt.o mpdecimal.o mpsignal.o difradix2.o fnt.o fourstep.o io.o mpalloc.o numbertheory.o sixstep.o transpose.o ranlib libmpdec.a ----Running------ > make libmpdec++.a -j3 ----------------- /usr/bin/g++ -I. -I../libmpdec -Wall -Wextra -std=c++11 -pedantic -O3 -DNDEBUG -m64 -O3 -s -fPIC -m64 -O3 -s -fPIC -c decimal.cc ar rc libmpdec++.a decimal.o ranlib libmpdec++.a mpdecimal/2.5.0: Package 'ed0afefdcb2cd63a38eaf4030d0a9bc9a0070e9d' built mpdecimal/2.5.0: Build folder /home/conan/w/BuildSingleReference/.conan/data/mpdecimal/2.5.0/_/_/build/ed0afefdcb2cd63a38eaf4030d0a9bc9a0070e9d mpdecimal/2.5.0: Generated conaninfo.txt mpdecimal/2.5.0: Generated conanbuildinfo.txt mpdecimal/2.5.0: Generating the package mpdecimal/2.5.0: Package folder /home/conan/w/BuildSingleReference/.conan/data/mpdecimal/2.5.0/_/_/package/ed0afefdcb2cd63a38eaf4030d0a9bc9a0070e9d mpdecimal/2.5.0: Calling package() [HOOK - conan-center.py] post_package(): [PACKAGE LICENSE (KB-H012)] OK [HOOK - conan-center.py] post_package(): [DEFAULT PACKAGE LAYOUT (KB-H013)] OK [HOOK - conan-center.py] post_package(): [MATCHING CONFIGURATION (KB-H014)] OK [HOOK - conan-center.py] post_package(): [SHARED ARTIFACTS (KB-H015)] OK [HOOK - conan-center.py] post_package(): [PC-FILES (KB-H020)] OK [HOOK - conan-center.py] post_package(): [CMAKE-MODULES-CONFIG-FILES (KB-H016)] OK [HOOK - conan-center.py] post_package(): [PDB FILES NOT ALLOWED (KB-H017)] OK [HOOK - conan-center.py] post_package(): [LIBTOOL FILES PRESENCE (KB-H018)] OK [HOOK - conan-center.py] post_package(): [MS RUNTIME FILES (KB-H021)] OK mpdecimal/2.5.0 package(): Packaged 2 '.a' files: libmpdec++.a, libmpdec.a mpdecimal/2.5.0 package(): Packaged 1 '.h' file: mpdecimal.h mpdecimal/2.5.0 package(): Packaged 1 '.hh' file: decimal.hh mpdecimal/2.5.0 package(): Packaged 1 '.txt' file: LICENSE.txt mpdecimal/2.5.0: Package 'ed0afefdcb2cd63a38eaf4030d0a9bc9a0070e9d' created mpdecimal/2.5.0: Created package revision 3b4101b905408f6d2979b4d24cc56c76 [HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK [HOOK - conan-center.py] post_package_info(): [LIBRARY DOES NOT EXIST (KB-H054)] OK Aggregating env generators autoreconf: Entering directory `.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal --force autoreconf: configure.ac: tracing autoreconf: configure.ac: not using Libtool autoreconf: running: /usr/bin/autoconf --force autoreconf: running: /usr/bin/autoheader --force autoreconf: configure.ac: not using Automake autoreconf: Leaving directory `.'