All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] do not use --symlink for autoreconf
@ 2014-07-02 12:12 Andre Naujoks
  2014-07-02 12:18 ` Marc Kleine-Budde
  0 siblings, 1 reply; 12+ messages in thread
From: Andre Naujoks @ 2014-07-02 12:12 UTC (permalink / raw)
  To: linux-can; +Cc: socketcan, Andre Naujoks

When packaging the can-utils, I understand, that the generation step for
autoconf should be done beforehand. However using the --symlink option in the
autoreconf step installs links instead of the actual files, which leads to a
build failure when trying to build on another host with different autotools
installed.

Signed-off-by: Andre Naujoks <nautsch2@gmail.com>
---
 autogen.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/autogen.sh b/autogen.sh
index 29db9c9..6d1c20a 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -17,6 +17,6 @@ banner() {
 
 banner "autoreconf"
 
-autoreconf --force --install --symlink -Wall || exit $?
+autoreconf --force --install -Wall || exit $?
 
 banner "Finished"
-- 
2.0.1


^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2014-07-02 14:15 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-02 12:12 [PATCH] do not use --symlink for autoreconf Andre Naujoks
2014-07-02 12:18 ` Marc Kleine-Budde
2014-07-02 12:34   ` Andre Naujoks
2014-07-02 12:41     ` Andre Naujoks
2014-07-02 12:58       ` Marc Kleine-Budde
2014-07-02 13:06         ` Marc Kleine-Budde
2014-07-02 13:07           ` Marc Kleine-Budde
2014-07-02 13:08           ` Marc Kleine-Budde
2014-07-02 13:47             ` Andre Naujoks
2014-07-02 14:05               ` Marc Kleine-Budde
2014-07-02 14:09                 ` Andre Naujoks
2014-07-02 12:57     ` Marc Kleine-Budde

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.