diff options
| author | Matias Fontanini <matias.fontanini@gmail.com> | 2013-01-31 16:48:32 -0300 |
|---|---|---|
| committer | Matias Fontanini <matias.fontanini@gmail.com> | 2013-01-31 16:48:32 -0300 |
| commit | a24e0d5a4b4ef380818e7763c2a5885c413c2cd4 (patch) | |
| tree | 2e62c0aac378dadb29380ce270ff801bd1f78096 /m4 | |
| parent | c6dc18d215d2876a6107ebc9841f975306827cca (diff) | |
Done some changes on the build system.v0.3
Diffstat (limited to 'm4')
| l--------- | m4/libtool.m4 | 1 | ||||
| l--------- | m4/ltoptions.m4 | 1 | ||||
| l--------- | m4/ltsugar.m4 | 1 | ||||
| l--------- | m4/ltversion.m4 | 1 | ||||
| l--------- | m4/lt~obsolete.m4 | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/m4/libtool.m4 b/m4/libtool.m4 new file mode 120000 index 0000000..f3504e9 --- /dev/null +++ b/m4/libtool.m4 @@ -0,0 +1 @@ +/usr/share/aclocal/libtool.m4
\ No newline at end of file diff --git a/m4/ltoptions.m4 b/m4/ltoptions.m4 new file mode 120000 index 0000000..b81279e --- /dev/null +++ b/m4/ltoptions.m4 @@ -0,0 +1 @@ +/usr/share/aclocal/ltoptions.m4
\ No newline at end of file diff --git a/m4/ltsugar.m4 b/m4/ltsugar.m4 new file mode 120000 index 0000000..4d76cc7 --- /dev/null +++ b/m4/ltsugar.m4 @@ -0,0 +1 @@ +/usr/share/aclocal/ltsugar.m4
\ No newline at end of file diff --git a/m4/ltversion.m4 b/m4/ltversion.m4 new file mode 120000 index 0000000..5eb474f --- /dev/null +++ b/m4/ltversion.m4 @@ -0,0 +1 @@ +/usr/share/aclocal/ltversion.m4
\ No newline at end of file diff --git a/m4/lt~obsolete.m4 b/m4/lt~obsolete.m4 new file mode 120000 index 0000000..de0b9f9 --- /dev/null +++ b/m4/lt~obsolete.m4 @@ -0,0 +1 @@ +/usr/share/aclocal/lt~obsolete.m4
\ No newline at end of file |
