1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-01 04:58:35 +03:00

r22067: - fix --with-fhs, where confdir is set to \${sysconfdir}

but sysconfdir wasn't defined in our Makefile
- add localstatedir for completeness

metze
(This used to be commit a70af6d457fede7f6bec822d4118abe658613d67)
This commit is contained in:
Stefan Metzmacher 2007-04-04 03:54:30 +00:00 committed by Gerald (Jerry) Carter
parent 3bdd0e3650
commit f5d3d29f72

View File

@ -10,6 +10,8 @@
prefix=@prefix@
exec_prefix=@exec_prefix@
sysconfdir=@sysconfdir@
localstatedir=@localstatedir@
datarootdir=@datarootdir@
selftest_prefix=@selftest_prefix@