Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
libcdi
Commits
0f110582
Commit
0f110582
authored
Feb 27, 2020
by
Sergey Kosukhin
Browse files
Clean-up and gitignore a.out.
parent
73be7d47
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
0f110582
...
@@ -67,6 +67,7 @@ Makefile
...
@@ -67,6 +67,7 @@ Makefile
*.mod
*.mod
*.o
*.o
.libs
.libs
/a.out
/app/cdi
/app/cdi
/app/createtable
/app/createtable
/build
/build
...
...
configure.ac
View file @
0f110582
...
@@ -51,6 +51,8 @@ dnl before switching on libtool, identify compilers that prevent us from
...
@@ -51,6 +51,8 @@ dnl before switching on libtool, identify compilers that prevent us from
dnl certain build configurations
dnl certain build configurations
ACX_LT_PROBLEMS
ACX_LT_PROBLEMS
LT_INIT([pic-only])
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 _KPSE_USE_LIBTOOL ensures libtool is also used for configure-time tests,
dnl which deduces dependent libraries automatically
dnl which deduces dependent libraries automatically
_KPSE_USE_LIBTOOL
_KPSE_USE_LIBTOOL
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment