diff options
author | Guillem Jover <guillem@debian.org> | 2018-04-26 03:36:36 +0200 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2018-05-03 02:12:43 +0200 |
commit | c72f539b979a0c8647d2a6c62ee45565cd243b3d (patch) | |
tree | 35e0f0e28000b62460115759591971ffd9cc6c6d /README | |
parent | 22685bcfa8aa4b13bfd95a117320fc0bedfa6715 (diff) | |
download | dpkg-c72f539b979a0c8647d2a6c62ee45565cd243b3d.tar.gz |
build: Add an autogen script
This conforms to general expectations, and makes having to infer what
is needed to prepare the source tree more easily discoverable.
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ some required software needs to be installed: After installing the needed software, and running the following command on the git tree: - $ autoreconf -f -i + $ ./autogen the source should be roughly equivalent to the distributed tar source. |