Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Y
yaxt
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
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