[PATCH] simplify autogen.sh
This is all that is needed, actually. --- autogen.sh | 6 +----- 1 files changed, 1 insertions(+), 5 deletions(-) diff --git a/autogen.sh b/autogen.sh index d4668c6..b83e6e7 100644 --- a/autogen.sh +++ b/autogen.sh @@ -2,9 +2,5 @@ # # # -libtoolize --copy --force -aclocal -autoheader -automake -a -c --foreign -autoconf +autoreconf -fvi -- 1.6.2.5
without passing --foreign to automake, it warns about and creates a bunch of files like NEWS, COPYING, AUTHORS, etc in the top level of the directory, assuming the project wants to comply to the GNU standards. Bobby On Mon, Oct 26, 2009 at 3:50 AM, Paolo Bonzini <bonzini@gnu.org> wrote:
This is all that is needed, actually. --- autogen.sh | 6 +----- 1 files changed, 1 insertions(+), 5 deletions(-)
diff --git a/autogen.sh b/autogen.sh index d4668c6..b83e6e7 100644 --- a/autogen.sh +++ b/autogen.sh @@ -2,9 +2,5 @@ # # # -libtoolize --copy --force -aclocal -autoheader -automake -a -c --foreign -autoconf +autoreconf -fvi
-- 1.6.2.5
_______________________________________________ libdispatch-dev mailing list libdispatch-dev@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/libdispatch-dev
On 10/26/2009 03:41 PM, Bobby Powers wrote:
without passing --foreign to automake, it warns about and creates a bunch of files like NEWS, COPYING, AUTHORS, etc in the top level of the directory, assuming the project wants to comply to the GNU standards.
The 02/17 patch I have already sent guarantees that autoreconf passes --foreign to automake. Paolo
On Mon, Oct 26, 2009 at 11:54 AM, Paolo Bonzini <bonzini@gnu.org> wrote:
On 10/26/2009 03:41 PM, Bobby Powers wrote:
without passing --foreign to automake, it warns about and creates a bunch of files like NEWS, COPYING, AUTHORS, etc in the top level of the directory, assuming the project wants to comply to the GNU standards.
The 02/17 patch I have already sent guarantees that autoreconf passes --foreign to automake.
Paolo
sorry, i must have missed that! thanks for the tip yours, Bobby
You can replace "automake --foreign" with adding the following to configure.ac AM_INIT_AUTOMAKE([foreign]) Love 26 okt 2009 kl. 07:41 skrev Bobby Powers:
without passing --foreign to automake, it warns about and creates a bunch of files like NEWS, COPYING, AUTHORS, etc in the top level of the directory, assuming the project wants to comply to the GNU standards.
Bobby
On Mon, Oct 26, 2009 at 3:50 AM, Paolo Bonzini <bonzini@gnu.org> wrote:
This is all that is needed, actually. --- autogen.sh | 6 +----- 1 files changed, 1 insertions(+), 5 deletions(-)
diff --git a/autogen.sh b/autogen.sh index d4668c6..b83e6e7 100644 --- a/autogen.sh +++ b/autogen.sh @@ -2,9 +2,5 @@ # # # -libtoolize --copy --force -aclocal -autoheader -automake -a -c --foreign -autoconf +autoreconf -fvi
-- 1.6.2.5
_______________________________________________ libdispatch-dev mailing list libdispatch-dev@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/libdispatch-dev
_______________________________________________ libdispatch-dev mailing list libdispatch-dev@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/libdispatch-dev
On Mon, 26 Oct 2009, Love Hörnquist Åstrand wrote:
You can replace "automake --foreign" with adding the following to configure.ac
AM_INIT_AUTOMAKE([foreign])
I've committed this as r55, thanks! Robert N M Watson Computer Laboratory University of Cambridge
Love
26 okt 2009 kl. 07:41 skrev Bobby Powers:
without passing --foreign to automake, it warns about and creates a bunch of files like NEWS, COPYING, AUTHORS, etc in the top level of the directory, assuming the project wants to comply to the GNU standards.
Bobby
On Mon, Oct 26, 2009 at 3:50 AM, Paolo Bonzini <bonzini@gnu.org> wrote:
This is all that is needed, actually. --- autogen.sh | 6 +----- 1 files changed, 1 insertions(+), 5 deletions(-)
diff --git a/autogen.sh b/autogen.sh index d4668c6..b83e6e7 100644 --- a/autogen.sh +++ b/autogen.sh @@ -2,9 +2,5 @@ # # # -libtoolize --copy --force -aclocal -autoheader -automake -a -c --foreign -autoconf +autoreconf -fvi
-- 1.6.2.5
_______________________________________________ libdispatch-dev mailing list libdispatch-dev@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/libdispatch-dev
_______________________________________________ libdispatch-dev mailing list libdispatch-dev@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/libdispatch-dev
_______________________________________________ libdispatch-dev mailing list libdispatch-dev@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/libdispatch-dev
participants (4)
-
Bobby Powers
-
Love Hörnquist Åstrand
-
Paolo Bonzini
-
Robert Watson