diff --git a/README b/README index a008282e..b3aee934 100644 --- a/README +++ b/README @@ -7,9 +7,7 @@ install locally, using the following instructions... 0) If you have pulled the source from the upstream bzr repository (bzr branch lp:byobu) then you first need to run: - aclocal - automake --add-missing --copy - autoconf + ./debian/rules autoconf 1) Or download the latest version (>= 3.0) from: https://launchpad.net/byobu/+download 2) Extract: diff --git a/debian/rules b/debian/rules index 174fe8eb..054252b6 100755 --- a/debian/rules +++ b/debian/rules @@ -22,12 +22,14 @@ update-pot: msgmerge $${po} po/${PKG}.pot -o $${po} ; \ done -prebuild: clean +autoconf: clean dh_testdir cp debian/changelog ChangeLog aclocal - automake --add-missing + automake --add-missing --copy autoconf + +prebuild: autoconf ./configure --prefix=/usr build: prebuild