Pārlūkot izejas kodu

autotools: ensure that files necessary to build are present

Moritz Wilhelmy 4 gadus atpakaļ
vecāks
revīzija
f9754a10fd
1 mainītis faili ar 7 papildinājumiem un 0 dzēšanām
  1. 7
    0
      autogen.sh

+ 7
- 0
autogen.sh Parādīt failu

@@ -1,3 +1,10 @@
1 1
 #!/bin/sh
2 2
 
3
+echo aclocal
4
+aclocal
5
+echo autoheader
6
+autoheader
7
+echo automake
8
+automake --add-missing --copy
9
+echo autoreconf
3 10
 autoreconf -W portability -visfm