Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dkrz-sw
yaxt
Commits
bba577b0
Commit
bba577b0
authored
Feb 27, 2020
by
Sergey Kosukhin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clean-up and gitignore a.out.
parent
faae9b3e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
.gitignore
.gitignore
+1
-0
configure.ac
configure.ac
+2
-0
No files found.
.gitignore
View file @
bba577b0
...
...
@@ -21,6 +21,7 @@ Makefile.in
# Configure stage files:
.deps
/a.out
/config.log
/config.lt
/config.status
...
...
configure.ac
View file @
bba577b0
...
...
@@ -118,6 +118,8 @@ AM_PROG_CC_C_O
AC_PROG_FC_C_O
# Set up libtool.
ACX_USE_LIBTOOL_CONFIGURATION
dnl Clean up after Libtool checks:
rm -f a.out
AC_SUBST([lt_cv_nm_interface])
dnl ######################################################################
dnl Properties of the compiler
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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