diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-12-28 23:17:32 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-12-28 23:17:32 -0600 |
commit | 29fade027e4c46443d47ebaa93024f0441a7a550 (patch) | |
tree | 3bf53a831ca1f2d4df2d5fccf13941064a805883 | |
parent | a8f1fbabb8220fa546288e871d47ece67446f216 (diff) | |
download | libr-29fade027e4c46443d47ebaa93024f0441a7a550.tar.gz libr-29fade027e4c46443d47ebaa93024f0441a7a550.zip |
Fix autogen.sh
libr now compiles properly on my test system
-rwxr-xr-x | autogen.sh | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,6 +1,5 @@ #!/bin/bash -autoreconf -i -autopoint +autoreconf -iv autoconf automake |