]> arthur.barton.de Git - netatalk.git/commitdiff
sorry. revert...
authorHAT <hat@fa2.so-net.ne.jp>
Mon, 11 Jun 2012 15:21:26 +0000 (00:21 +0900)
committerHAT <hat@fa2.so-net.ne.jp>
Mon, 11 Jun 2012 15:21:26 +0000 (00:21 +0900)
macros/netatalk.m4

index 71c72447c5bbb0321252c2770a201eaee51824ac..ed57db0ccb07f7e1c7be7d9bcc4e354b1b79e398 100644 (file)
@@ -36,16 +36,12 @@ AC_MSG_CHECKING([whether to use Filesystem Hierarchy Standard (FHS) compatibilit
 AC_ARG_ENABLE(fhs,
        [  --enable-fhs            use Filesystem Hierarchy Standard (FHS) compatibility],[
        if test "$enableval" = "yes"; then
-               bindir="/bin"
-               sbindir="/sbin"
-               sysconfdir="/etc"
-               libdir="/lib"
-               localstatedir="/var"
-               mandir="/usr/share/man"
                uams_path="${libdir}/netatalk"
-               PKGCONFDIR="${sysconfdir}"
-               SERVERTEXT="${localstatedir}/netatalk/msg"
+               sysconfdir="/etc"
+               PKGCONFDIR=${sysconfdir}/netatalk
+               SERVERTEXT="${PKGCONFDIR}/msg"
                use_pam_so=yes
+               mandir="/usr/share/man"
                AC_DEFINE(FHS_COMPATIBILITY, 1, [Define if you want compatibily with the FHS])
                AC_MSG_RESULT([yes])
        else