Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@telenet.be>2023-10-01 12:03:43 +0200
committerStijn Buys <ingar@telenet.be>2023-10-01 12:03:43 +0200
commite48640cb71ceb85cda8b7714a32f04b0e4c66614 (patch)
treef06c53f4213b4bdafeb7eff9faed54ae6e465830 /Makefile.git
parent7823c639c51d0c3b25e9b05821b3c1292b258e22 (diff)
Added libtoolize and m4 things for autoconf.
Diffstat (limited to 'Makefile.git')
-rw-r--r--Makefile.git5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.git b/Makefile.git
index d160702..8092793 100644
--- a/Makefile.git
+++ b/Makefile.git
@@ -1,8 +1,9 @@
default: all
all:
- aclocal
+ libtoolize
+ aclocal -I m4
autoheader
- automake
+ automake --add-missing
autoconf