summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2018-04-26 03:36:36 +0200
committerGuillem Jover <guillem@debian.org>2018-05-03 02:12:43 +0200
commitc72f539b979a0c8647d2a6c62ee45565cd243b3d (patch)
tree35e0f0e28000b62460115759591971ffd9cc6c6d /README
parent22685bcfa8aa4b13bfd95a117320fc0bedfa6715 (diff)
downloaddpkg-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--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 348f8e700..d255efb32 100644
--- a/README
+++ b/README
@@ -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.