本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
說明
登入
cacalabs
/
libcaca
镜像来自
https://github.com/cacalabs/libcaca.git
關注
1
收藏
0
複製
0
程式碼
問題
0
版本發佈
7
Wiki
活動
瀏覽代碼
* Put autotools files in a hidden ".auto" directory instead of "autotools".
tags/v0.99.beta14
Sam Hocevar
sam
16 年之前
父節點
5c813a8158
當前提交
a278364a00
共有
2 個檔案被更改
,包括
2 行新增
和
2 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.gitignore
+1
-1
configure.ac
+ 1
- 1
.gitignore
查看文件
@@ -3,13 +3,13 @@
*.la
*.exe
*.pc
.auto
.libs
.deps
Makefile
Makefile.in
aclocal.m4
autom4te.cache
autotools
config.h.in
config.h
config.log
+ 1
- 1
configure.ac
查看文件
@@ -3,7 +3,7 @@
AC_INIT(caca/caca.c)
AC_PREREQ(2.50)
AC_CONFIG_AUX_DIR(auto
tools
)
AC_CONFIG_AUX_DIR(
.
auto)
AC_CANONICAL_SYSTEM
AM_INIT_AUTOMAKE(libcaca, 0.99.beta14)
Write
Preview
Loading…
取消
儲存