This website works better with JavaScript.
Home
Help
Sign In
cacalabs
/
libcaca
mirror of
https://github.com/cacalabs/libcaca.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
7
Wiki
Activity
Browse Source
* Put autotools files in a hidden ".auto" directory instead of "autotools".
tags/v0.99.beta14
Sam Hocevar
sam
16 years ago
parent
5c813a8158
commit
a278364a00
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.gitignore
+1
-1
configure.ac
+ 1
- 1
.gitignore
View File
@@ -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
View File
@@ -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…
Cancel
Save