Browse Source

Merge f9754a10fdcc0a0a7c91b3ef5fa32027a2f5fb85 into 8e162c5a6359d13d2bca5e5eb71f5280b4708593

Moritz Wilhelmy 1 year ago
parent
commit
07c341fcb3
No account linked to committer's email
1 changed files with 7 additions and 0 deletions
  1. 7
    0
      autogen.sh

+ 7
- 0
autogen.sh View File

1
 #!/bin/sh
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
 autoreconf -W portability -visfm
10
 autoreconf -W portability -visfm