41 lines
1.7 KiB
Plaintext
41 lines
1.7 KiB
Plaintext
dnl-----------------------------------------------------------------------------
|
|
dnl Copyright (c) 2010 Sourcefabric O.P.S.
|
|
dnl
|
|
dnl This file is part of the Airtime project.
|
|
dnl http://airtime.sourcefabric.org/
|
|
dnl
|
|
dnl Airtime is free software; you can redistribute it and/or modify
|
|
dnl it under the terms of the GNU General Public License as published by
|
|
dnl the Free Software Foundation; either version 2 of the License, or
|
|
dnl (at your option) any later version.
|
|
dnl
|
|
dnl Airtime is distributed in the hope that it will be useful,
|
|
dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
dnl GNU General Public License for more details.
|
|
dnl
|
|
dnl You should have received a copy of the GNU General Public License
|
|
dnl along with Airtime; if not, write to the Free Software
|
|
dnl Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
dnl
|
|
dnl-----------------------------------------------------------------------------
|
|
|
|
dnl-----------------------------------------------------------------------------
|
|
dnl NOTE: Run all configure related scripts from the tmp directory of the
|
|
dnl project.
|
|
dnl This is due to the fact that configure spreads a lot of trash around,
|
|
dnl like atom4te cache directories, config.* files, etc. into the directory
|
|
dnl it is being run from. We clearly don't want these in our base directory.
|
|
dnl-----------------------------------------------------------------------------
|
|
AC_INIT(GetId3, 0.0, contact@sourcefabric.org)
|
|
AC_PREREQ(2.59)
|
|
AC_COPYRIGHT([Copyright (c) 2010 Sourcefabric O.P.S. under the GNU GPL])
|
|
AC_REVISION($Revision$)
|
|
|
|
AC_CONFIG_SRCDIR(../var/getid3.php)
|
|
|
|
|
|
AC_CONFIG_FILES(../Makefile:../etc/Makefile.in)
|
|
|
|
AC_OUTPUT()
|