Overview
Comment: | Updated to not randomly have libconfig.h passed through the C preprocessor |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
269106f456b0822932219541d61223e0 |
User & Date: | rkeene on 2014-11-24 18:11:57 |
Other Links: | manifest | tags |
Context
2014-11-24
| ||
18:21 | Updated to use individual m4 files from upstream repo, and many other cleanups check-in: 5e72879d0d user: rkeene tags: trunk | |
18:11 | Updated to not randomly have libconfig.h passed through the C preprocessor check-in: 269106f456 user: rkeene tags: trunk | |
18:02 | Updated list of authors check-in: 683cf7201d user: rkeene tags: trunk | |
Changes
Modified .fossil-settings/ignore-glob from [e97ace63c4] to [168a13de83].
︙ | |||
36 37 38 39 40 41 42 | 36 37 38 39 40 41 42 43 44 45 46 47 48 49 | - - | libconfig.a/* libconfig.dll libconfig.dll.a libconfig.dll.a/* libconfig.dll.def libconfig.dll.def/* libconfig.dll/* |
︙ |
Modified Makefile.in from [65d0a00b06] to [8809f1c079].
︙ | |||
48 49 50 51 52 53 54 | 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 | - - - - - + | %_shr.o: $(srcdir)/%.c $(CC) $(CPPFLAGS) $(CFLAGS) $(SHOBJFLAGS) -c -o $@ "$(filter %.c, $^)" %.o: $(srcdir)/%.c $(CC) $(CPPFLAGS) $(CFLAGS) -c -o $@ "$(filter %.c, $^)" |
︙ | |||
83 84 85 86 87 88 89 | 79 80 81 82 83 84 85 86 87 | + + | $(INSTALL) -m 644 lc_geterrno.3 "$(mandir)/man3/lc_geterrno.3" $(INSTALL) -m 644 lc_process.3 "$(mandir)/man3/lc_process.3" $(INSTALL) -m 644 lc_cleanup.3 "$(mandir)/man3/lc_cleanup.3" $(INSTALL) -m 644 libconfig.3 "$(mandir)/man3/libconfig.3" $(INSTALL) -m 644 libconfig.h "$(includedir)/libconfig.h" -( cd "$(libdir)" && rm -f libconfig.$(SHOBJEXT).$(PKGVERSMAJOR) && $(LN_S) libconfig.$(SHOBJEXT).$(PKGVERS) libconfig.$(SHOBJEXT).$(PKGVERSMAJOR) ) -( cd "$(libdir)" && rm -f libconfig.$(SHOBJEXT) && $(LN_S) libconfig.$(SHOBJEXT).$(PKGVERS) libconfig.$(SHOBJEXT) ) .PHONY: all clean distclean install |
Deleted build/h-to-hin version [34a6b6eb8a].
| - - - - - - - - - |
|
Added libconfig.h version [7c61a9805e].