public
Description: Library to access lastfm via it's 2.0 api
Homepage: https://launchpad.net/liblastfm
Clone URL: git://github.com/LCID-Fire/liblastfm.git
Click here to lend your support to: liblastfm and make a donation at www.pledgie.com !
liblastfm / configure.in
100644 10 lines (7 sloc) 0.122 kb
1
2
3
4
5
6
7
8
9
10
AC_PREREQ(2.61)
AC_INIT(lastfm,0.0.1)
AC_PROG_CC
AC_PROG_LIBTOOL
 
AM_INIT_AUTOMAKE
 
AC_CONFIG_FILES([Makefile])
AC_OUTPUT