/rusxmms/librcd

To get this branch, use:
bzr branch http://suren.me/webbzr/rusxmms/librcd

« back to all changes in this revision

Viewing changes to autogen.sh

  • Committer: Suren A. Chilingaryan
  • Date: 2013-11-14 22:55:44 UTC
  • Revision ID: csa@dside.dyndns.org-20131114225544-fymyplzpdvt0qfu9
Fix COPYING

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
 
38
38
if test ! -d /usr/local/share/aclocal
39
39
then
40
 
  ACLOCAL_FLAGS=''
 
40
  ACLOCAL_FLAGS='-I m4'
41
41
else
42
 
  ACLOCAL_FLAGS='-I /usr/local/share/aclocal'
 
42
  ACLOCAL_FLAGS='-I m4 -I /usr/local/share/aclocal'
43
43
fi
44
44
AUTOHEADER_FLAGS=-Wall
45
45
AUTOMAKE_FLAGS='--add-missing --copy -Wall'