summaryrefslogtreecommitdiffstats
path: root/autogen.sh
Commit message (Collapse)AuthorAgeFilesLines
* fix the IFS trick. the bashims removal broke that partNorbert Thiebaud2010-12-011-1/+2
|
* autogen.sh: Even more portable.Jan Holesovsky2010-12-021-10/+14
|
* autogen.sh: Remove bashism / non-portable stuff.Jan Holesovsky2010-12-011-4/+16
|
* add support for --with-distroNorbert Thiebaud2010-12-011-2/+16
|
* ban bashismTakeshi Abe2010-11-301-1/+1
|
* make autogen ability to remember the last command line work on MacOSNorbert Thiebaud2010-11-301-4/+10
| | | | | | | futhermore: the conf.log extraction method is no reliable. autoconf has changed and newer version don't put it there. furthermore, because of the post_download generation, the conf.log get crowded by a second autoconf...
* building rawbuild on mac should not depend on pkg-config being installedNorbert Thiebaud2010-11-301-0/+7
|
* Use more portable sed construct for quoting expressions.Thomas Klausner2010-10-051-1/+1
| | | | Remove unused variable.
* Solve the problem with eval & $@.Jan Holesovsky2010-10-041-2/+6
|
* Don't quote stuff that does not need to be quotedFridrich Štrba2010-10-041-3/+1
|
* Remove 'configure' from the SCM, generate it using ./autogen.sh instead.Jan Holesovsky2010-08-241-0/+35
|
* Split build: Revert it for now.Jan Holesovsky2010-08-181-11/+0
|
* Split build: Remove files that should not be revision controlled.Jan Holesovsky2009-06-261-0/+11
They are generated; so actually also add autogen.sh and Makefile.am to help to generate them :-) * Makefile.in: Bin. * aclocal.m4: Bin. * configure: Bin. * autogen.sh: New file. * Makefile.am: New file.