summaryrefslogtreecommitdiff
path: root/autogen.sh
Commit message (Collapse)AuthorAgeFilesLines
* s/configure.in/configure.ac/Werner Lemberg2013-01-291-1/+1
| | | | Future autoconf versions will no longer support `configure.in'.
* Remove StepMake as a separate packageJohn Mandereau2012-08-151-11/+0
| | | | | | | | | | | | | | | | | | | | | | Rationale: * there are no publicly-known current usage cases of StepMake outside LilyPond, * StepMake installation has been disabled for a decade, * generic templates (stepmake/stepmake) have been so heavily customized lately for our heavy documentation that they can no longer be qualifed as "generic", * only a few build scripts have remained in stepmake/bin, whereas most of them now live in scripts/build. This commit removes everything in stepmake/ except included makefiles; scripts that are still used are moved to config/ (Autoconf helpers) or scripts/build (build and install scripts). Remove config make target to avoid potential conflict with new config/ directory. For clarity, a merge of all stepmake templates, from stepmake/stepmake and make/ into stepmake/ (or similar), will be done in another commit.
* Build: Let Autoconf check its own minimum version.Patrick McCarty2010-07-031-21/+4
| | | | | | | | | | | | | | | | | | | After invoking `autoconf', Autoconf will check to see if it is older than the minimum required version. Right now, we require Autoconf 2.60, which is specified at the top of configure.in: AC_PREREQ(2.60) If Autoconf < 2.60 is installed, an error message is produced: $ ./autogen.sh processing . Running autoconf ... configure.in:4: error: Autoconf version 2.60 or higher is required configure.in:4: the top level autom4te: /usr/bin/m4 failed with exit status: 63
* autogen is not autogenned.Han-Wen Nienhuys2006-11-141-3/+0
| | | | (cherry picked from b4e7cf9bb5b059bb699d88eee03770bbd309af14 commit)
* dist emacs patches too.Han-Wen Nienhuys2006-11-031-2/+3
| | | | sort commits, and use .git-commits-done file.
* * mf/GNUmakefile (FC_FIND): new function. Find ncsb usingHan-Wen Nienhuys2006-05-031-1/+1
| | | | | | | | | | $(FCMATCH), only if $(NCSB_DIR) not set. * configure.in (LINK_GXX_STATICALLY): only warn if $NCSB_DIR set. * config.make.in (DOCUMENTATION): set FCMATCH * autogen.sh (srcdir): don't set --with-ncsb-dir.
* (conf_flags): set sensible default for with-ncsb-dirHan-Wen Nienhuys2006-05-011-0/+2
|
* (option_parser): update to 2.7.40Han-Wen Nienhuys2006-03-201-1/+0
|
* * .cvsignore: Add install-sh.Jan Nieuwenhuizen2005-12-201-1/+1
| | | | * autogen.sh (srcdir): Typo.
* (srcdir): urg. Touch install-sh.Han-Wen Nienhuys2005-12-201-1/+2
|
* * stepmake/stepmake/*:Jan Nieuwenhuizen2005-10-191-4/+7
| | | | | | | | | | | | * */GNUmakefile: * config.make.in: * GNUmakefile.in: * stepmake/aclocal.m4: Friendlier --srcdir build, allowing `make' from any directory in build-dir. Cleanups. * make/srcdir.make.in: Remove. * lily/main.cc (setup_paths): Fix and document build-dir hack.
* * stepmake/aclocal.m4 (STEPMAKE_PANGO_FT2): Define HAVE_PANGO16 too.Jan Nieuwenhuizen2005-04-171-2/+2
| | | | | | | | * SConstruct (test_lib): New function. Update pkg-config and some other requirements. * configure.in: Require pkg-config. Enforce REQUIRE and version for freetype, pangof2t.
* * scm/framework-gnome.scm: Add pango decoders.Jan Nieuwenhuizen2004-06-171-0/+3
| | | | | | | | | | | | | | | * lily/include/pangofc-afm-decoder.hh: * lily/pangofc-afm-decoder.cc: New file. * lily/lily-guile.cc (ly:pango-add-afm-decoder): New function. * configure.in: Check for pango. * stepmake/aclocal.m4 (PKG_CHECK_MODULES): New function (from autoconf). (STEPMAKE_GTK2, STEPMAKE_PANGO): New function. * config.make.in (USER_CFLAGS, USER_LDLAGS): Update.
* * autogen.sh (srcdir): Regenerate.Jan Nieuwenhuizen2004-03-311-3/+0
| | | | | * stepmake/autogen.sh (srcdir): Copy SUSE fix to the master autogen.sh.
* * configure.in: check for C language.Han-Wen Nienhuys2004-03-311-1/+1
| | | | | | | | | * lily/source-file.cc: include strstream without h. * scm/documentation-generate.scm (string-append): use name without .texi. * autogen.sh (srcdir): suse fix.
* *** empty log message ***Mats Bengtsson2004-03-221-0/+3
|
* * tex/titledefs.tex: Replaced \ifx\blabla\undefinedMats Bengtsson2004-03-221-3/+0
| | | | | with \lilypondifundefined{blabla}. Solves problem with multiple titles in the same lilypond-book document.
* * GNUmakefile.in (EXTRA_DIST_FILES): remove VIM stuff.Han-Wen Nienhuys2004-03-051-0/+3
| | | | | | | | | | * vim/GNUmakefile: flatten dirs, add GNUmakefile. * Documentation/user/running.itely: new file. * lily/include/audio-element.hh (class Audio_element): remove grace_b_ * lily/score-performer.cc (finish): call Translator::finalize ().
* Only issue warning about running configureJan Nieuwenhuizen2004-03-031-16/+17
| | | | without arguments when configure will actually running configure.
* release commitHan-Wen Nienhuys2003-12-241-1/+1
|
* * mf/GNUmakefile: always trace pfa fonts.Han-Wen Nienhuys2003-09-211-4/+1
| | | | | | | | | | | * configure.in: require mftrace. * lily/staff-performer.cc (new_instrument_string): don't look at instrument property. * lily/lily-guile.cc: renaming, ly_dir_p is the Scheme function, is_direction is the C++ one. Similar for ly_axis_p and ly_number_pair_p
* release commitHan-Wen Nienhuys2003-08-271-2/+5
|
* Bugfix: copy aclocal.m4, autogen.sh also ifJan Nieuwenhuizen2003-08-261-4/+4
| | | | they do not exist.
* release commitHan-Wen Nienhuys2002-12-241-0/+6
|
* drum fixesRune Zedeler2002-12-101-5/+0
|
* * python/GNUmakefile (INSTALLATION_DIR1): install Python moduleHan-Wen Nienhuys2002-12-041-0/+5
| | | | | | | | into libdir * autogen.sh (srcdir): copy aclocal.m4 if newer. * stepmake/aclocal.m4: STEPMAKE_LIBDIR.
* (warning): better robustness fix.Han-Wen Nienhuys2002-11-191-3/+0
|
* * GNUmakefile.in: config.h message fix.Jan Nieuwenhuizen2002-11-161-7/+7
| | | | | | | | | | | | * autogen.sh: * aclocal.m4: Regenerate. * configure.in: * config.make.in: * stepmake/config.make.in: * stepmake/configure.in: * stepmake/autogen.sh: * stepmake/aclocal.m4: Update for autoconf 2.56.
* mutopia moveHan-Wen Nienhuys2002-07-141-0/+3
|
* 2002-07-13 Han-Wen <hanwen@cs.uu.nl>Han-Wen Nienhuys2002-07-131-4/+7
| | | | | | | | | | | | | | | | * scripts/ly2dvi.py (run_latex): show latex error log. Ask for bugreport if lilypond is killed. 2002-07-12 Mats Bengtsson <matsb@s3.kth.se> * lily/beam.cc (after_line_breaking): Set correct stem lengths also when beam positions are set manually. (consider_auto_knees): Do not use automatic knees if the directions are set manually by the user. 2002-07-13 Han-Wen <hanwen@cs.uu.nl> * lily/input-smob.cc (make_input): GUILE 1.7 compatibility fixes.
* * Documentation/windows/zlily-profile.sh:Jan Nieuwenhuizen2002-06-181-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | * Documentation/windows/post-lilypond.sh: Assume normal prefix=/usr for lilypond. * lily/musical-request.cc (length_mom): Display origin with error. * lily/lily-guile.cc (ly_pair_p): [PARANOID]: Check for freed cells. * lily/part-combine-music-iterator.cc (get_state): Bugfix: use ly_symbol2scm to get a scm symbol (rather than ly_str02scm). * aclocal.m4: * autogen.sh: Regenerate. * Documentation/topdocs/INSTALL.texi: * configure.in: * stepmake/configure.in: * stepmake/aclocal.m4: Revert autoconf upgrade. Autoconf 2.53 has a serious bug wrt AC_CONFIG_AUX_DIR (reported). Creating ./configure once again requires autoconf == 2.13. * stepmake/autogen.sh: Check for autoconf == 2.13.
* ''Han-Wen Nienhuys2002-06-161-1/+0
|
* * GNUmakefile.in (short-examples):Jan Nieuwenhuizen2002-06-141-8/+20
| | | | | | | | | | | | | | | | | (long-examples): Bugfix for --srcdir build. * stepmake/bin/config.sub: * stepmake/bin/config.guess: Update from latest autotools. * aclocal.m4: * autogen.sh: Regenerate. * configure.in: * stepmake/configure.in: * stepmake/aclocal.m4: Run autoupdate. Creating ./configure now requires autoconf >= 2.50. * stepmake/autogen.sh: Check for autoconf >= 2.50.
* nu wel 58Han-Wen Nienhuys2002-05-221-0/+2
|
* Check for autoconf2.13, and abort if notJan Nieuwenhuizen2002-05-201-10/+3
| | | | found.
* * autogen.sh: Generate.Jan Nieuwenhuizen2002-05-171-0/+47
* stepmake/configure: * configure: Regenerate. * stepmake/stepmake/automatically-generated.sub.make: Keep original first line. * stepmake/stepmake/toplevel-targets.make (autogen.sh): Add rule. * stepmake/stepmake/generic-targets.make (configure): Generate using autogen.sh. * GNUmakefile.in (SCRIPTS): * stepmake/GNUmakefile.in (SCRIPTS): Add autogen.sh * stepmake/autogen.sh: New file. * configure: Check for g++ >= 2.95. * stepmake/aclocal.m4: Fixes for FlexLexer.h, Python headers. GNU c/c++ version checking.