Commit Graph

26 Commits

Author SHA1 Message Date
Panu Matilainen d8babb5a86 Remove .splintrc's in the tree 2007-11-07 09:01:38 +02:00
Ralf Corsépius ea2968b6b3 Cleanup CPPFLAGS. 2007-10-17 16:41:59 +02:00
Ralf Corsépius 343effc65f Remove (unused). 2007-10-01 13:17:15 +02:00
Ralf Corsépius 9f914c2524 Remove (Unused). 2007-09-11 23:22:45 +02:00
Ralf Corsépius a1eb1f41d9 Remove splint tags. 2007-09-11 23:20:16 +02:00
Ralf Corsépius a6bfea129d Add RPMCONFIGDIR to lua_lua_CPPFLAGS. 2007-09-05 09:30:32 +02:00
Ralf Corsépius b977d7aa31 Remove lint-support. 2007-09-03 10:17:40 +02:00
Ralf Corsépius 9eded681b8 Use *_CPPFLAGS instead of *_CFLAGS. 2007-08-13 07:44:54 +02:00
Ralf Corsépius ce32a7839a Remove -lncurses (unused). 2007-08-13 07:31:10 +02:00
Ralf Corsépius 19c75c9f4a Remove -I$(includedir) from AM_CPPFLAGS (bogus). 2007-08-12 06:38:15 +02:00
Panu Matilainen 8d2b416782 Automake cleanups.
- Replace INCLUDES with AM_CPPFLAGS
  (INCLUDES has been replaced by AM_CPPFLAGS and is deprecated in
  modern automakes for several years)
- Require autoconf-2.61 and automake-1.10
  (already required by autogen.sh)
- update mkinstalldirs with the version from automake-1.10
  (The version in rpm is ancient and known to be bugged)

Patch from Ralf Corsepius
2007-08-05 11:30:55 +03:00
Panu Matilainen 129f42a669 Add linit.h to liblua sources (distcheck sanity) 2007-07-24 15:17:04 +03:00
Panu Matilainen 33d9e08adf Add missing includes to local lua sources. 2007-07-11 13:33:32 +03:00
Panu Matilainen 98d634bc7f Make peace with auto*foo.
- Remove checks for internal zlib
- Don't try to auto*foo'ize nonexistent zlib, sqlite subdirs. Db3 subdir
  isn't auto*-enabled
- Set AM_GNU_GETTEXT_VERSION to make auto"#¤"# to realize we're using gettext
- Don't stomp into auto*** namespace with LUA_SPLINT stuff (from JBJ)
2007-06-06 12:50:56 +03:00
Paul Nasrat fd8b51eb5e Build lua without readline support.
Patch from OpenSuSE
2007-04-16 13:22:34 +01:00
jbj f94168ba0e - remove remnant -I/opt/local hacks, --prefix=/usr is recommended.
CVS patchset: 7773
CVS date: 2005/02/16 20:04:28
2005-02-16 20:04:28 +00:00
jbj d0615e9641 - macosx: change to --prefix=/usr rather than /opt/local.
- use waitpid rather than SIGCHLD reaper.
- rip out DB_PRIVATE revert if not NPTL, it's not the right thing to do.

CVS patchset: 7761
CVS date: 2005/02/13 03:01:09
2005-02-13 03:01:09 +00:00
jbj 217c588baa Build on macosx.
CVS patchset: 7701
CVS date: 2005/01/17 23:58:09
2005-01-17 23:58:09 +00:00
jbj 84ec406c35 - mac os x patches (#133611, #133612, #134637).
CVS patchset: 7673
CVS date: 2005/01/04 19:31:31
2005-01-04 19:31:31 +00:00
jbj d1a74696d6 Doxygen and cpp nit picks.
CVS patchset: 7443
CVS date: 2004/10/09 21:58:33
2004-10-09 21:58:33 +00:00
niemeyer b0ccb6fc07 Adding missing entries in EXTRA_DIST.
CVS patchset: 7186
CVS date: 2004/03/23 18:38:19
2004-03-23 18:38:19 +00:00
jbj 7b5c3b42c9 Splint annotations.
CVS patchset: 7182
CVS date: 2004/03/23 05:09:13
2004-03-23 05:09:13 +00:00
jbj 9ecefd3901 Splint annotations.
CVS patchset: 7181
CVS date: 2004/03/23 02:27:55
2004-03-23 02:27:55 +00:00
niemeyer fa111e33ba Upgrading to Lua 5.0.2.
CVS patchset: 7179
CVS date: 2004/03/19 21:14:32
2004-03-19 21:14:32 +00:00
niemeyer 635edd9523 - New internal Lua support scheme, laying under rpmio.
- New API abstracting access to Lua state (rpmlua is
  abstract to everyone but rpmlua.c).
- New %{lua: ... } macro.
Modified Files:
	lib/Makefile.am lib/psm.c lib/rpmts.c lua/local/linit.lch
	lua/local/linit.lua rpmio/Makefile.am rpmio/macro.c
Added Files:
	rpmio/rpmlua.c rpmio/rpmlua.h
Removed Files:
	lib/rpmlua.c lib/rpmlua.h

CVS patchset: 7178
CVS date: 2004/03/19 20:08:20
2004-03-19 20:08:20 +00:00
niemeyer 73260d956c - Implemented support for internal Lua scripts.
- Implemented %pretrans and %posttrans script slots.
Changed files:
	Makefile.am configure.ac build/pack.c build/parseScript.c
	build/parseSpec.c build/rpmbuild.h build/rpmspec.h
	lib/Makefile.am lib/psm.c lib/rpmlib.h lib/rpmlibprov.c
	lib/rpmts.c lib/rpmts.h lib/transaction.c
Added files:
	lib/rpmlua.c lib/rpmlua.h lua/*

CVS patchset: 7175
CVS date: 2004/03/16 21:58:25
2004-03-16 21:58:25 +00:00