Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cdo
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor 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
mpim-sw
cdo
Merge requests
!16
Wrap configure script generation
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Wrap configure script generation
autogen
into
master
Overview
1
Commits
1
Pipelines
0
Changes
1
Open
Raphael Schlarb
requested to merge
autogen
into
master
2 years ago
Overview
1
Commits
1
Pipelines
0
Changes
1
Expand
Add convenience wrapper to avoid confusion about the configure script generation.
0
0
Merge request reports
Compare
master
master (HEAD)
and
latest version
latest version
12452a91
1 commit,
2 years ago
1 file
+
7
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
autogen.sh
0 → 100755
+
7
−
0
Options
#!/bin/sh
autoreconf
-fvi
||
exit
$?
(
cd
libcdi
;
./autogen.sh
)
||
exit
$?
exit
0
Loading