Last change
on this file since 2438 was
2438,
checked in by Peter, 11 years ago
|
Move yathello test from maintainer-check to installcheck, which means
it is run also during distcheck. The check is split into two parts: 1)
Generate a tarball and as this step requires autotools it is typically
only done by the maintainer (or developers) and included in the
distribution. 2) At intallcheck time the tarball is extracted and the
yat-hello package is built using the installed yat. The name of this
toy package has changed from yathello to yat-hello to avoid file name
conflicts.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
File size:
1.1 KB
|
Rev | Line | |
---|
[2438] | 1 | ## Process this file with autoconf to produce a configure script. |
---|
| 2 | ## |
---|
| 3 | ## $Id: configure.ac 2438 2011-03-12 23:45:59Z peter $ |
---|
| 4 | |
---|
| 5 | # Copyright (C) 2011 Peter Johansson |
---|
| 6 | # |
---|
| 7 | # This file is part of the yat library, http://dev.thep.lu.se/yat |
---|
| 8 | # |
---|
| 9 | # The yat library is free software; you can redistribute it |
---|
| 10 | # and/or modify it under the terms of the GNU General Public License as |
---|
| 11 | # published by the Free Software Foundation; either version 3 of the |
---|
| 12 | # License, or (at your option) any later version. |
---|
| 13 | # |
---|
| 14 | # The yat library is distributed in the hope that it will be useful, |
---|
| 15 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
| 16 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
---|
| 17 | # General Public License for more details. |
---|
| 18 | # |
---|
| 19 | # You should have received a copy of the GNU General Public License |
---|
| 20 | # along with yat. If not, see <http://www.gnu.org/licenses/>. |
---|
| 21 | # |
---|
| 22 | |
---|
| 23 | AC_INIT([yat-hello],[1.0]) |
---|
| 24 | AC_CONFIG_SRCDIR([hello.cc]) |
---|
| 25 | AM_INIT_AUTOMAKE([foreign]) |
---|
| 26 | AC_CONFIG_MACRO_DIR([m4]) |
---|
| 27 | AC_LANG([C++]) |
---|
| 28 | AC_PROG_CXXCPP |
---|
| 29 | AC_PROG_CXX |
---|
| 30 | AC_PROG_LIBTOOL |
---|
| 31 | YAT_CHECK_YAT([0.4],[],[AC_MSG_ERROR([could not find required version of yat])]) |
---|
| 32 | AC_CONFIG_FILES([Makefile]) |
---|
| 33 | AC_OUTPUT |
---|
Note: See
TracBrowser
for help on using the repository browser.