Hello, Best is to create a new folder, for example utils. Move the loop-aes-keygen* into it. And put attached files in there as well. Just in case... To produce the autoconf/automake stuff you should run: autoreconf -i -v -f Best Regards, Alon Bar-Lev. On 2/26/07, Jari Ruusu <jariruusu@xxxxxxxxxxxxxxxxxxxxx> wrote:
Alon Bar-Lev wrote: > On 2/23/07, Jari Ruusu <jariruusu@xxxxxxxxxxxxxxxxxxxxx> wrote: > > - Added loop-aes-keygen script from Max Vozeler. > > Can you please add this to the Makefile so in next version we can do > something like: > Make utils_install DESTDIR=/tmp/xxxx > > So that if you add new man pages or utilities it will be automatically > be installed by package management? Please send me a patch. -- Jari Ruusu 1024R/3A220F51 5B 4B F9 BB D3 3F 52 E9 DB 1D EB E3 24 0E A9 DD
# # Written by Jari Ruusu <jariruusu@xxxxxxxxxxxxxxxxxxxxx>, February 23 2007 # AC_PREREQ(2.60) AC_INIT(loop-aes-utils, 0.1) AM_INIT_AUTOMAKE([loop-aes-utils], [$PACKAGE_VERSION]) AC_CANONICAL_HOST AC_PROG_INSTALL AC_CONFIG_FILES([Makefile]) AC_OUTPUT
# # Written by Jari Ruusu <jariruusu@xxxxxxxxxxxxxxxxxxxxx>, February 23 2007 # AUTOMAKE_OPTIONS=foreign dist-bzip2 dist_man_MANS=loop-aes-keygen.1 bin_SCRIPTS=loop-aes-keygen