Add autoxxx tools to the ELFIOTest directory

This commit is contained in:
Serge Lamikhov-Center 2020-02-15 23:23:52 +02:00
parent d8e8a4cbb4
commit aed963ce55
3 changed files with 5502 additions and 0 deletions

1088
ELFIOTest/aclocal.m4 vendored Normal file

File diff suppressed because it is too large Load Diff

4407
ELFIOTest/configure vendored Executable file

File diff suppressed because it is too large Load Diff

7
ELFIOTest/configure.ac Normal file
View File

@ -0,0 +1,7 @@
AC_INIT([ELFIOTest],[3.4])
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
AC_PROG_CXX
AC_CONFIG_FILES([
Makefile
])
AC_OUTPUT