Skip to content
Snippets Groups Projects
Commit d1c87d72 authored by Sergey Kosukhin's avatar Sergey Kosukhin
Browse files

Clean-up and gitignore a.out.

parent 28f90b7b
No related branches found
No related tags found
No related merge requests found
......@@ -48,6 +48,7 @@ Makefile
*.mod
*.o
.libs
/a.out
/app/cdi
/app/createtable
......
......@@ -51,6 +51,8 @@ dnl before switching on libtool, identify compilers that prevent us from
dnl certain build configurations
ACX_LT_PROBLEMS
LT_INIT([pic-only])
dnl Clean up after Libtool checks:
rm -f a.out
dnl _KPSE_USE_LIBTOOL ensures libtool is also used for configure-time tests,
dnl which deduces dependent libraries automatically
_KPSE_USE_LIBTOOL
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment