This commit is contained in:
jie
2024-10-16 10:58:52 +08:00
commit dcc11e2fef
286 changed files with 253151 additions and 0 deletions

25
autojoe Executable file
View File

@@ -0,0 +1,25 @@
#!/bin/sh
# The automake and autoconf commands which need to be run
aclocal
autoheader -I joe
automake -a -c
automake -a -c man/Makefile
automake -a -c joe/Makefile
automake -a -c man/ru/Makefile
automake -a -c rc/Makefile
automake -a -c syntax/Makefile
automake -a -c po/Makefile
automake -a -c colors/Makefile
autoconf