Browse Source

* Put autotools files in ./.auto instead of ./autotools.

pull/1/head
Sam Hocevar sam 16 years ago
parent
commit
f59a2adfdc
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      configure.ac

+ 1
- 1
configure.ac View File

@@ -4,7 +4,7 @@ AC_INIT(toilet, 0.1)

AC_PREREQ(2.50)
AC_CONFIG_SRCDIR(src/main.c)
AC_CONFIG_AUX_DIR(autotools)
AC_CONFIG_AUX_DIR(.auto)
AC_CANONICAL_SYSTEM

AM_INIT_AUTOMAKE(toilet, 0.1)


Loading…
Cancel
Save