summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)Author
2013-01-12Remove lisp/env.c from EXTRA_DIST to fix make_distcheckAlan Coopersmith
commit c110109f171 replaced it with getenv.c & setenv.c Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2012-05-31Update fallback implementation of missing libc functionspcpa
This commit updates realpath.c from http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/stdlib/realpath.c?rev=1.14;content-type=text/plain and lisp/env.c from http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/stdlib/getenv.c?rev=1.10;content-type=text/plain and http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/stdlib/setenv.c?rev=1.13;content-type=text/plain The update reason is to replace files under "4 clause BSD", that is considered problematic or require special documentation notation or conditions when redistributing free software. Signed-off-by: pcpa <paulo.cesar.pereira.de.andrade@gmail.com> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2011-01-19config: move man pages into their own directoryGaetan Nadon
Use services provided by XORG_MANPAGE_SECTIONS. Use standard Makefile for man pages. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-07-01config: upgrade to util-macros 1.8 for additional man page supportAlan Coopersmith
Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS The value of MAN_SUBST is the same for all X.Org packages. Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS The existing statement can now be removed from the configuration file. Use automake provided $(AM_V_GEN) and XORG_DEFAULT_OPTIONS provided $(SED) Enables silent rule and use platform appropriate version of sed. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-03-25xprint: remove Xedit-xprint resource fileGaetan Nadon
Remove configuration regarding xprint support Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-03-25config: remove dependency on xaw8Gaetan Nadon
Remove configure option --enable-xprint Remove AM conditional USE_XPRINT Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2009-11-26Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILESGaetan Nadon
Now that the INSTALL file is generated. Allows running make maintainer-clean.
2009-10-28INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206Gaetan Nadon
Add missing INSTALL file. Use standard GNU file on building tarball README may have been updated Remove AUTHORS file as it is empty and no content available yet. Remove NEWS file as it is empty and no content available yet.
2009-10-26Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432Gaetan Nadon
ChangeLog filename is known to Automake and requires no further coding in the makefile.
2009-01-12Correct problems in make distcheck.Paulo Cesar Pereira de Andrade
2008-12-02Use new XORG_CWARNFLAGS and XORG_CHANGELOG macros.Paulo Cesar Pereira de Andrade
Also correct a possible uninitialized variable.
2008-11-12reorganize app default filesPeter Breitenlohner
2008-11-10avoid race condition for parallel jobsPeter Breitenlohner
2008-11-07Xedit version 1.1.2.xedit-1.1.2Paulo Cesar Pereira de Andrade
Also update to use ``git log'' instead of ``git-log'', to match newer versions of git.
2008-11-07enabled VPATH buildPeter Breitenlohner
2008-08-04Fixed filename conflict during compilation on case-insensitive file systems.Jeremy Huddleston
2008-07-31Correct make dist and update to xedit-1.1.1.xedit-1.1.1Paulo Cesar Pereira de Andrade
2008-07-02Add python mode.Paulo Cesar Pereira de Andrade
This mode adds syntax highlight and automatic indentation. Unlike most other modes with automatic indentation, this mode most only reads one line back to figure the proper indentation. Some features include: o When the first character in a line is typped, it automatically moves it to the proper tab stop. o Increments one indentation level if line ends in ':'. o Properly handle vector/hash table declarations.
2008-07-02Support multiple make jobs.Paulo Cesar Pereira de Andrade
Minor patch to avoid requiring xedit to have some special rule in a buildsystem that defaults to something like "make -j 16".
2008-07-02Add perl and "auto tools" modes.Paulo Cesar Pereira de Andrade
Auto mode has only syntax highlight mode; needs some tweaking to ignore "'" characters where they are allowed, i.e. usually descriptions. Perl mode has syntax highlight and indentation support. May need some tweaking for some files where it may parse back too much lines before assuming the indentation is correct.
2008-07-02Add a tags interface to xedit.Paulo Cesar Pereira de Andrade
To use the tags, first create a tags file with a command like "ctags -R". The interface can be disabled with resources, see the updated man page. Tag files are searched descending to the root directory. Multiple tags files are properly handled, and multiple symbol definitions can be searched.
2008-07-02Add a generic hash table interface to replace the other implementations.Paulo Cesar Pereira de Andrade
2008-07-02Update build for sane defaults.Paulo Cesar Pereira de Andrade
Check for existing system functions. Don't add test program sources with main functions to libraries. Build test programs.
2007-12-06Replace static ChangeLog with dist-hook to generate from git logJames Cloos
2006-04-03Bug #6480: Cygwin build fix. (Yaakov Selkowitz)XORG-7_0_99_901Adam Jackson
2005-12-07Change to use the app-defaults default dir configured in libXt.MODULAR_COPYKevin E Martin
2005-12-06Change *man_SOURCES ==> *man_PRE to fix autotools warnings.Kevin E Martin
2005-11-28Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4Alan Coopersmith
update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
2005-10-18Change default install dir for app-default files fromAlan Coopersmith
$(sysconfdir)/X11/app-defaults to $(libdir)/X11/app-defaults to match the monolith & allow localization
2005-10-17Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions toAlan Coopersmith
work better with BSD make
2005-10-16Change man sources from xedit.1 to xedit.man to allow the man page to beKevin E Martin
processed. Move man page to top level dir to pass check-tarball test.
2005-10-14Use sed to fill in variables in man pageAlan Coopersmith
2005-10-05Add missing files to EXTRA_DISTKevin E Martin
2005-09-28Don't override , automake predefines it.Adam Jackson
2005-09-27Only add -DINCLUDE_XPRINT_SUPPORT if the Xaw version supports it.Kristian Høgsberg
2005-08-28Install the lisp files.Matthieu Herrb
2005-07-23Fix DEP_* referenceMatthieu Herrb
2005-07-20Use a unique token for PKG_CHECK_MODULES. Otherwise, if you use a globalAdam Jackson
configure cache, you cache it, and the cached value is probably wrong.
2005-07-12Build system for xprintSøren Sandmann Pedersen