/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: 2008-12-15 14:11:11 UTC
  • Revision ID: Arch-1:ds@dside.dyndns.org--darksoft-2004%librcd--main--0.1--patch-13
GPL disclaimers are added to all source files

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
# autoconf binary
9
9
 
10
10
AUTOCONF=`which autoconf`
11
 
if test x"${AUTOCONF}" != x -a -f ${AUTOCONF}
 
11
if test x"${AUTOCONF}" != x -a -f "${AUTOCONF}"
12
12
then
13
13
    AUTOCONF=autoconf
14
14
    AUTOMAKE=automake