~ubuntu-branches/ubuntu/trusty/gnuradio/trusty

« back to all changes in this revision

Viewing changes to config/grc_gr_trellis.m4

  • Committer: Bazaar Package Importer
  • Author(s): Kamal Mostafa
  • Date: 2010-03-13 07:46:01 UTC
  • mfrom: (2.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20100313074601-zjsa893a87bozyh7
Tags: 3.2.2.dfsg-1ubuntu1
* Fix build for Ubuntu lucid (LP: #260406)
  - add binary package dep for libusrp0, libusrp2-0: adduser
  - debian/rules clean: remove pre-built Qt moc files

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
dnl Copyright 2001,2002,2003,2004,2005,2006 Free Software Foundation, Inc.
 
1
dnl Copyright 2001,2002,2003,2004,2005,2006,2008 Free Software Foundation, Inc.
2
2
dnl 
3
3
dnl This file is part of GNU Radio
4
4
dnl 
18
18
dnl Boston, MA 02110-1301, USA.
19
19
 
20
20
AC_DEFUN([GRC_GR_TRELLIS],[
21
 
    GRC_ENABLE([gr-trellis])
 
21
    GRC_ENABLE(gr-trellis)
 
22
 
 
23
    dnl Don't do gr-trellis if gnuradio-core skipped
 
24
    GRC_CHECK_DEPENDENCY(gr-trellis, gnuradio-core)
22
25
 
23
26
    AC_CONFIG_FILES([\
24
 
        gr-trellis/Makefile \
25
 
        gr-trellis/doc/Makefile \
26
 
        gr-trellis/src/Makefile \
27
 
        gr-trellis/src/lib/Makefile \
28
 
        gr-trellis/src/python/Makefile \
29
 
        gr-trellis/src/python/run_tests \
 
27
        gr-trellis/Makefile \
 
28
        gr-trellis/doc/Makefile \
 
29
        gr-trellis/src/Makefile \
 
30
        gr-trellis/src/lib/Makefile \
 
31
        gr-trellis/src/python/Makefile \
 
32
        gr-trellis/src/python/run_tests \
 
33
        gr-trellis/src/examples/Makefile \
 
34
        gr-trellis/src/examples/fsm_files/Makefile
30
35
    ])
31
36
 
32
 
    passed=yes
33
 
    GRC_BUILD_CONDITIONAL([gr-trellis],[
 
37
    GRC_BUILD_CONDITIONAL(gr-trellis,[
34
38
        dnl run_tests is created from run_tests.in.  Make it executable.
35
39
        AC_CONFIG_COMMANDS([run_tests_gr_trellis], [chmod +x gr-trellis/src/python/run_tests])
36
40
    ])