Переглянути джерело

* Put autotools files in a hidden ".auto" directory instead of "autotools".

tags/v0.99.beta14
Sam Hocevar sam 16 роки тому
джерело
коміт
a278364a00
2 змінених файлів з 2 додано та 2 видалено
  1. +1
    -1
      .gitignore
  2. +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(autotools)
AC_CONFIG_AUX_DIR(.auto)
AC_CANONICAL_SYSTEM

AM_INIT_AUTOMAKE(libcaca, 0.99.beta14)


Завантаження…
Відмінити
Зберегти