~ubuntu-branches/ubuntu/trusty/libnfnetlink/trusty

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Wirt
  • Date: 2008-07-22 23:09:10 UTC
  • mfrom: (1.2.1 upstream) (2.1.3 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080722230910-6pdckzhbi7e1pnyj
Tags: 0.0.39-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
dnl Process this file with autoconf to create configure.
2
2
 
3
 
AC_INIT
 
3
AC_INIT(libnfnetlink, 0.0.39)
4
4
 
5
5
AC_CANONICAL_SYSTEM
6
6
 
7
 
AM_INIT_AUTOMAKE(libnfnetlink, 0.0.16)
 
7
AM_INIT_AUTOMAKE
8
8
 
9
9
AC_PROG_CC
10
10
AC_EXEEXT
22
22
 
23
23
 
24
24
dnl Output the makefile
25
 
AC_OUTPUT(Makefile src/Makefile include/Makefile include/libnfnetlink/Makefile libnfnetlink.pc)
 
25
AC_OUTPUT(Makefile src/Makefile include/Makefile include/libnfnetlink/Makefile utils/Makefile libnfnetlink.pc)