commit | f316f52636ade7c7d323d706119f855965cbba90 | [log] [tgz] |
---|---|---|
author | Dongjin Kim <tobetter@gmail.com> | Tue Jan 18 10:10:24 2022 +0000 |
committer | Dongjin Kim <tobetter@gmail.com> | Thu Jan 20 06:30:34 2022 +0000 |
tree | 4d7f62a6b8d9b2bac81e98466f3fc532e67f60fa | |
parent | f78d9829591e3022510bbb9c98caa44dae867722 [diff] [blame] |
Rework to build by autoconf/automake and new Debian scripts Building in local machine: $ sh autogen.sh $ ./configure $ make $ sudo make install Building Debian package: $ debuild -uc -us -b Signed-off-by: Dongjin Kim <tobetter@gmail.com> Change-Id: I76faa07c1586658d053a3e260ea231a19392f792
diff --git a/autogen.sh b/autogen.sh new file mode 100755 index 0000000..d991b45 --- /dev/null +++ b/autogen.sh
@@ -0,0 +1,3 @@ +#!/bin/sh + +autoreconf -v --install || exit 1