Skip to content

Commit

Permalink
remove the configure file which is generated by autoconf
Browse files Browse the repository at this point in the history
As suggested by Yegor the configure script is generated by autoconf anyway.
So remove this generated file and update the README.md documentation to point
to the autoconf invocation which is now needed first.

Signed-off-by: Oliver Hartkopp <socketcan@hartkopp.net>
  • Loading branch information
hartkopp committed Dec 7, 2014
1 parent 1314064 commit 8604ca6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5,635 deletions.
7 changes: 7 additions & 0 deletions README.md
Expand Up @@ -8,6 +8,7 @@ Installation

To build and run socketcand make sure you have the following tools installed:

* autoconf
* make
* gcc or another C compiler
* a kernel that includes the SocketCAN modules
Expand All @@ -16,6 +17,12 @@ To build and run socketcand make sure you have the following tools installed:

First run

$ autoconf

to create the 'configure' script.

Then run the created script with

$ ./configure

to check your system and create the Makefile. If you want to install scripts for a init system other than SysVinit check the available settings with './configure -h'.
Expand Down

0 comments on commit 8604ca6

Please sign in to comment.