* Makefile change: Removed the make include file: clixon.mk and clixon.mk.in
* These generated the Makefile variables: clixon_DBSPECDIR, clixon_SYSCONFDIR, clixon_LOCALSTATEDIR, clixon_LIBDIR, clixon_DATADIR which have been replaced by generic autoconf variables instead.
This commit is contained in:
parent
faea537d25
commit
9776ee864f
16 changed files with 51 additions and 384 deletions
8
configure
vendored
8
configure
vendored
|
|
@ -621,6 +621,7 @@ ac_includes_default="\
|
|||
|
||||
ac_subst_vars='LTLIBOBJS
|
||||
LIBOBJS
|
||||
CLIXON_DATADIR
|
||||
EGREP
|
||||
GREP
|
||||
LEXLIB
|
||||
|
|
@ -4308,11 +4309,12 @@ fi
|
|||
done
|
||||
|
||||
|
||||
# This is to find clixon system files in the source code.
|
||||
# same as clixon_DATADIR defined in clixon.mk.cpp for Makefiles
|
||||
# This is to find clixon system files in the source code and Makefile
|
||||
|
||||
CLIXON_DATADIR="${prefix}/share/clixon"
|
||||
|
||||
cat >>confdefs.h <<_ACEOF
|
||||
#define CLIXON_DATADIR "${prefix}/share/clixon"
|
||||
#define CLIXON_DATADIR "${CLIXON_DATADIR}"
|
||||
_ACEOF
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue