Skip to content
Snippets Groups Projects
Commit 1cf21c73 authored by Guillaume ROUSSE's avatar Guillaume ROUSSE
Browse files

simplification: no need to pass those variables anymore

parent 9e315122
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment