summaryrefslogtreecommitdiff
path: root/buildlib/configure.mak
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of the old buildsystemJulian Andres Klode2016-08-101-62/+0
| | | | Bye, bye, old friend.
* buildsystem: deal with spaces in path to sourceDavid Kalnischkies2015-12-191-3/+3
| | | | Git-Dch: Ignore
* do not rerun ./configure causing FTCBFS with newer autotools-devDavid Kalnischkies2015-11-191-4/+5
| | | | | | | | | | | | | | | | | | If the config.{sub,guess} files we linked in were newer than our configure script we ended up recreating configure and then rerun it without all the configuration options which were (potentially) present for a previous run. We avoid this by changing to the same ruleset as in the debian/rules file which compares the config.* files against a stamp file rather than the configure script itself as its the configuration itself which depends on all scripts, not configure on the config scripts. While at it, we also drop the 'make -s dirs' call as we don't need to do it explicitly here as proper dependencies will take care of it. Thanks: Helmut Grohne for the detailed bugreport. Closes: 804923
* make autoconf happy by "mv configure.{in,ac}"David Kalnischkies2013-07-261-2/+2
| | | | Git-Dch: Ignore
* * buildlib/configure.mak:David Kalnischkies2012-06-181-1/+28
| | | | - print a message detailing how to get config.guess and config.sub in case they are not in /usr/share/misc (Closes: #677312)
* * Makefile, buildlib/*.mak:David Kalnischkies2012-05-121-6/+5
| | | - reshuffle dependencies so that parallel building seems to work
* merged -r1887..1901 from lp:~donkult/apt/sidMichael Vogt2009-12-101-1/+7
|\
| * remove (outdated) config.{sub,guess} and use the ones providedDavid Kalnischkies2009-10-281-0/+4
|/ | | | by the new added build-dependency autotools-dev instead
* Join with aliencodeArch Librarian2004-09-201-1/+1
| | | | | | Author: jgg Date: 2001-02-20 07:03:16 GMT Join with aliencode
* More depsArch Librarian2004-09-201-1/+3
| | | | | | Author: jgg Date: 1999-12-10 04:35:02 GMT More deps
* Fixes for SolarisArch Librarian2004-09-201-1/+1
| | | | | | Author: jgg Date: 1999-12-09 21:18:01 GMT Fixes for Solaris
* Fixed configure rulesArch Librarian2004-09-201-2/+3
| | | | | | Author: jgg Date: 1998-12-06 06:06:19 GMT Fixed configure rules
* YODLArch Librarian2004-09-201-1/+1
| | | | | | Author: jgg Date: 1998-12-06 05:57:16 GMT YODL
* Fixed make woopsArch Librarian2004-09-201-8/+8
| | | | | | Author: jgg Date: 1998-11-06 03:10:24 GMT Fixed make woops
* Fixed typo preventing working make startupArch Librarian2004-09-201-1/+1
| | | | | | Author: jgg Date: 1998-11-06 02:48:28 GMT Fixed typo preventing working make startup
* Working acquire codeArch Librarian2004-09-201-9/+0
| | | | | | Author: jgg Date: 1998-11-05 07:21:35 GMT Working acquire code
* Configuration fragmentArch Librarian2004-09-201-0/+35
Author: jgg Date: 1998-11-05 00:32:06 GMT Configuration fragment