use sysconfdir, no need for an additional confdir variable

This commit is contained in:
Martin Willi
2009-09-07 15:10:30 +02:00
parent c0e56a663e
commit faa4bd49fb
8 changed files with 7 additions and 8 deletions
-1
View File
@@ -19,7 +19,6 @@ dnl ===========================
AC_INIT(strongSwan,4.3.5)
AM_INIT_AUTOMAKE(tar-ustar)
AC_CONFIG_MACRO_DIR([m4/config])
AC_SUBST(confdir, '${sysconfdir}')
PKG_PROG_PKG_CONFIG
dnl =================================