~ubuntu-branches/debian/jessie/ggobi/jessie

« back to all changes in this revision

Viewing changes to plugins/MySQL/configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Dirk Eddelbuettel
  • Date: 2006-10-23 11:22:46 UTC
  • mfrom: (1.2.1 upstream) (2.1.3 edgy)
  • Revision ID: james.westby@ubuntu.com-20061023112246-nrbosijkz6758sao
Tags: 2.1.4-1
* New upstream release

* debian/shlibs: Updated accordingly

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
AC_INIT(mysqlInput.c)
2
 
 
3
 
AC_PATH_PROG(GTK_CONFIG, gtk-config)
4
 
AC_PATH_PROG(MYSQL_CONFIG, mysql_config)
5
 
 
6
 
AC_SUBST(GTK_CONFIG)
7
 
AC_SUBST(MYSQL_CONFIG)
8
 
 
9
 
AC_OUTPUT(local.config Makevars)