Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
eduGAIN Access Check - Account manager
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
edugain
eduGAIN Access Check - Account manager
Commits
1cf21c73
Commit
1cf21c73
authored
3 years ago
by
Guillaume ROUSSE
Browse files
Options
Downloads
Patches
Plain Diff
simplification: no need to pass those variables anymore
parent
9e315122
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
configure.ac
+1
-9
1 addition, 9 deletions
configure.ac
with
1 addition
and
9 deletions
configure.ac
+
1
−
9
View file @
1cf21c73
...
...
@@ -5,16 +5,8 @@ AC_REQUIRE_AUX_FILE([tap-driver.sh])
AC_PROG_LN_S
confdir=$sysconfdir/access-check
wwwdir=$datadir/access-check/www
modulesdir=$datadir/access-check/lib
sqldir=$datadir/access-check/sql
templatesdir=$datadir/access-check/templates
AC_SUBST(confdir)
AC_SUBST(wwwdir)
AC_SUBST(modulesdir)
AC_SUBST(sqldir)
AC_SUBST(templatesdir)
AC_CONFIG_FILES(
Makefile
...
...
@@ -22,7 +14,7 @@ AC_CONFIG_FILES(
conf/Makefile
lib/Makefile
templates/Makefile
resources
/Makefile
public
/Makefile
)
AC_OUTPUT
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