]> git.sur5r.net Git - kconfig-frontends/commit
buildsystem: do not use program-prefix to set the kconfig- prefix
authorYann E. MORIN <yann.morin.1998@free.fr>
Wed, 3 Aug 2016 19:15:53 +0000 (21:15 +0200)
committerYann E. MORIN <yann.morin.1998@free.fr>
Sun, 21 Aug 2016 19:31:21 +0000 (21:31 +0200)
commitf6cc4445afb527655a0dbb551252547e55f8b3ef
tree28d6e52a8fa3d720c388dbcf252f0d71e6b09aa5
parent554103406f6a0f4e8409bdcf6af5210fe323e4ea
buildsystem: do not use program-prefix to set the kconfig- prefix

Currently, we use automake's --program-prefix to set the prefix of the
kconfig executables to 'kconfig-'.

However, this is neither very nice nor very reliable. In some cases, the
standard practice distributions use is to force the prefix to be empty,
in which case this would create clashes with other tools (esp. diff and
merge).

Furthermore, we use a dirty trick to achieve this, by initialising
program-prefix before initialising automake. There is no guarantee this
will continue to work with future automake versions.

Stop using this trick, and directly include the 'kconfig-' prefix for
all programs (binaries and scripts alike) that we may generate and
install.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
17 files changed:
.gitignore
configure.ac
frontends/conf/Makefile.am
frontends/gconf/Makefile.am
frontends/mconf/Makefile.am
frontends/nconf/Makefile.am
frontends/qconf/Makefile.am
scripts/ksync.list
utils/Makefile.am
utils/diff [deleted file]
utils/kconfig-diff [new file with mode: 0755]
utils/kconfig-merge [new file with mode: 0755]
utils/kconfig-tweak.in [new file with mode: 0644]
utils/kconfig-tweak.in.patch [new file with mode: 0644]
utils/merge [deleted file]
utils/tweak.in [deleted file]
utils/tweak.in.patch [deleted file]