~ubuntu-branches/debian/sid/kdevelop/sid

« back to all changes in this revision

Viewing changes to languages/ada/app_templates/adahello/configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Jeremy Lainé
  • Date: 2006-05-23 18:39:42 UTC
  • Revision ID: james.westby@ubuntu.com-20060523183942-hucifbvh68k2bwz7
Tags: upstream-3.3.2
Import upstream version 3.3.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
AC_INIT(configure.in)
 
2
 
 
3
AM_INIT_AUTOMAKE(%{APPNAMELC}, %{VERSION})
 
4
AM_CONFIG_HEADER(config.h)
 
5
 
 
6
AC_LANG_ADA
 
7
AC_PROG_ADA
 
8
AC_ADA_LIBRARY_LDFLAGS
 
9
 
 
10
AC_OUTPUT(Makefile src/Makefile)