Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libmtime
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
icon-libraries
libmtime
Commits
20b9fa70
Commit
20b9fa70
authored
5 years ago
by
Sergey Kosukhin
Browse files
Options
Downloads
Patches
Plain Diff
Clean-up and gitignore a.out.
parent
2b5fd811
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!2
Master patched
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+1
-0
1 addition, 0 deletions
.gitignore
configure.ac
+4
-0
4 additions, 0 deletions
configure.ac
with
5 additions
and
0 deletions
.gitignore
+
1
−
0
View file @
20b9fa70
...
...
@@ -4,6 +4,7 @@
# Configure stage files
.deps
/a.out
/config.log
/config.status
/config/config.h
...
...
This diff is collapsed.
Click to expand it.
configure.ac
+
4
−
0
View file @
20b9fa70
...
...
@@ -12,12 +12,16 @@ AM_EXTRA_RECURSIVE_TARGETS([doc install-doc man install-man])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
LT_INIT([pic-only])
dnl Clean up after Libtool checks for C compiler:
rm -f a.out
AC_PROG_CC_C99
AS_VAR_IF([ac_cv_prog_cc_c99], [no],
[AC_MSG_FAILURE([C compiler does not support ISO C99])])
AC_PROG_FC
dnl Clean up after Libtool checks for Fortran compiler:
rm -f a.out
AC_LANG_PUSH([Fortran])
dnl Automake does not trace AC_FC_PP_SRCEXT/ACX_FC_PP_SRCEXT and therefore
dnl does not add their results to the compilation rules. But AC_FC_SRCEXT is
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment