Browse Source

Add ‘foreign’ flag to automake in order to please autoreconf (Closes #20)

tags/v0.99.beta20
Sam Hocevar 3 years ago
parent
commit
a8b9877080
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      configure.ac

+ 1
- 1
configure.ac View File

@@ -3,7 +3,7 @@ AC_INIT([libcaca],[0.99.beta20])
AC_PREREQ([2.71]) AC_PREREQ([2.71])
AC_CONFIG_AUX_DIR(.auto) AC_CONFIG_AUX_DIR(.auto)
AC_CANONICAL_TARGET AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE([no-define tar-ustar silent-rules subdir-objects])
AM_INIT_AUTOMAKE([foreign no-define tar-ustar silent-rules subdir-objects])
dnl AM_MAINTAINER_MODE dnl AM_MAINTAINER_MODE
AM_DEFAULT_VERBOSITY=0 AM_DEFAULT_VERBOSITY=0




Loading…
Cancel
Save