diff options
author | Mike Gerwitz <gerwitm@lovullo.com> | 2016-03-29 14:22:28 -0400 |
---|---|---|
committer | Mike Gerwitz <gerwitm@lovullo.com> | 2016-03-29 14:27:07 -0400 |
commit | 768c5d5297a94aa5d918208315d0c1ff117e9639 (patch) | |
tree | 60fe6413e1f82e3493937be542af3c693ce63455 /README.md | |
parent | b77bc57aee9547c8d0c8976c1da58a3b45dffec2 (diff) | |
download | liza-768c5d5297a94aa5d918208315d0c1ff117e9639.tar.gz liza-768c5d5297a94aa5d918208315d0c1ff117e9639.tar.bz2 liza-768c5d5297a94aa5d918208315d0c1ff117e9639.zip |
autogen.sh added
* autogen.sh: added
* Makefile.am: add autogen.sh to EXTRA_DIST
* README.md: reference autogen.sh
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ root, then you likely have the sources as committed to the project repository; you may generate the script by issuing the following command: ``` - $ autoreconf -fvi + $ ./autogen.sh ``` You may then see `./configure --help` for more information. |