Skip to content

Commit 22e1e09

Browse files
committed
Removed autotools
1 parent eed15c1 commit 22e1e09

File tree

9 files changed

+0
-98
lines changed

9 files changed

+0
-98
lines changed

.gitignore

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -31,37 +31,3 @@
3131
*.out
3232
*.app
3333

34-
# Autotools
35-
# http://www.gnu.org/software/automake
36-
37-
Makefile.in
38-
/ar-lib
39-
/mdate-sh
40-
/py-compile
41-
/test-driver
42-
/ylwrap
43-
44-
# http://www.gnu.org/software/autoconf
45-
46-
/autom4te.cache
47-
/autoscan.log
48-
/autoscan-*.log
49-
/aclocal.m4
50-
/compile
51-
/config.guess
52-
/config.h.in
53-
/config.sub
54-
/configure
55-
/configure.scan
56-
/depcomp
57-
/install-sh
58-
/missing
59-
/stamp-h1
60-
61-
# https://www.gnu.org/software/libtool/
62-
63-
/ltmain.sh
64-
65-
# http://www.gnu.org/software/texinfo
66-
67-
/texinfo.tex

ChangeLog

Whitespace-only changes.

Makefile.am

Lines changed: 0 additions & 8 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,8 @@ When you are using this library, you need to consider variable byte size, becaus
1111
## How to install
1212
```
1313
$ cd <library_directory>
14-
$ autoreconf -vis
15-
$ ./configure
16-
$ make
17-
$ make install
1814
```
1915

20-
If you have problems, that library can't be found run `sudo ldconfig`.
2116

2217
## Examples
2318
Convert numeric variable for eg. `int`,`short`,`float`,`double` to array of bytes.

configure.ac

Lines changed: 0 additions & 28 deletions
This file was deleted.

examples/SimpleTest.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#include <iostream>
22
#include <cstdlib>
3-
#include <ByteConvert.hpp>
43

54
using namespace std;
65

libbyteconvert.pc.in

Lines changed: 0 additions & 12 deletions
This file was deleted.

libbyteconvert/Makefile.am

Lines changed: 0 additions & 5 deletions
This file was deleted.

m4/.gitignore

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)