Skip to content
Snippets Groups Projects
Commit 4b3355c3 authored by Aki Tuomi's avatar Aki Tuomi
Browse files

configure: Use build-aux for external scripts

parent af1e6952
No related branches found
No related tags found
No related merge requests found
...@@ -9,22 +9,22 @@ Makefile.in ...@@ -9,22 +9,22 @@ Makefile.in
/configure /configure
/config.cache /config.cache
/config.guess /build-aux/config.guess
/config.h /config.h
/config.h.in /config.h.in
/config.log /config.log
/config.status /config.status
/config.sub /build-aux/config.sub
/config.rpath /build-aux/config.rpath
/compile /build-aux/compile
/depcomp /build-aux/depcomp
/dummy-config.h /dummy-config.h
/dummy-config.h.in /dummy-config.h.in
/fts-config.h /fts-config.h
/install-sh /build-aux/install-sh
/libtool /libtool
/ltmain.sh /build-aux/ltmain.sh
/missing /build-aux/missing
/run-test.sh /run-test.sh
/aclocal.m4 /aclocal.m4
/stamp.h /stamp.h
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
for dir in $GETTEXT_DIR /usr/share/gettext; do for dir in $GETTEXT_DIR /usr/share/gettext; do
if test -f $dir/config.rpath; then if test -f $dir/config.rpath; then
/bin/cp -f $dir/config.rpath . cp -f $dir/config.rpath build-aux/
break break
fi fi
done done
......
...@@ -5,9 +5,9 @@ AC_PREREQ([2.59]) ...@@ -5,9 +5,9 @@ AC_PREREQ([2.59])
AC_INIT([Pigeonhole], [0.6.devel], [dovecot@dovecot.org], [dovecot-2.4-pigeonhole]) AC_INIT([Pigeonhole], [0.6.devel], [dovecot@dovecot.org], [dovecot-2.4-pigeonhole])
AC_DEFINE_UNQUOTED([PIGEONHOLE_ABI_VERSION], "0.6.ABIv0($PACKAGE_VERSION)", [Pigeonhole ABI version]) AC_DEFINE_UNQUOTED([PIGEONHOLE_ABI_VERSION], "0.6.ABIv0($PACKAGE_VERSION)", [Pigeonhole ABI version])
AC_CONFIG_AUX_DIR([.])
AC_CONFIG_SRCDIR([src]) AC_CONFIG_SRCDIR([src])
AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])
# Autoheader is not needed and does more harm than good for this package. However, it is # Autoheader is not needed and does more harm than good for this package. However, it is
# tightly integrated in autoconf/automake and therefore it is difficult not to use it. As # tightly integrated in autoconf/automake and therefore it is difficult not to use it. As
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment

Consent

On this website, we use the web analytics service Matomo to analyze and review the use of our website. Through the collected statistics, we can improve our offerings and make them more appealing for you. Here, you can decide whether to allow us to process your data and set corresponding cookies for these purposes, in addition to technically necessary cookies. Further information on data protection—especially regarding "cookies" and "Matomo"—can be found in our privacy policy. You can withdraw your consent at any time.