Commit Graph

113 Commits

Author SHA1 Message Date
Heinrich Schuchardt ff7cd53594 autogen.sh: path admin, libtoolize
Add libtoolize to autogen.sh.
Remove path admin.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
2015-03-14 12:04:00 +01:00
Heinrich Schuchardt 67cc06ef66 admin/bootstrap: move to autogen.sh
Move the bootstrap script to the default location.
2015-03-14 11:52:07 +01:00
Heinrich Schuchardt 484c7ab91c configure.ac: use m4 directory
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
2015-03-14 11:49:49 +01:00
Heinrich Schuchardt 97b2b2a9e4 configure.ac: add archiver and libtool support
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
2015-03-14 11:48:36 +01:00
Heinrich Schuchardt cfea83ef17 configure.ac: AM_INIT_AUTOMAKE
The two argument form of AM_INIT_AUTOMAKE is deprecated.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
2015-03-14 11:46:23 +01:00
Heinrich Schuchardt 680d126cb6 configure.ac: correct formatting of help string
Use AC_HELP_STRING for formatting help string.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
2015-03-14 11:33:15 +01:00
Heinrich Schuchardt 9e40cb4bb2 src/Makefile.am: replace INCLUDES by AM_CPPFLAGS
'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
2015-03-14 11:24:24 +01:00
Heinrich Schuchardt 3ad43e45d4 src/Makefile.am: reformat
Lines should have a maximum of 80 characters.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
2015-03-14 11:17:45 +01:00
Heinrich Schuchardt d3412548af LICENCE: delete duplicate file
The file is a duplicate of COPYING. Remove it.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
2015-03-14 10:56:03 +01:00
Heinrich Schuchardt 49a333133b INSTALL: remove file
INSTALL is created by
automake --add-missing

Remove superfluous file.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
2015-03-14 10:55:12 +01:00
Heinrich Schuchardt 55316cb378 configure.in rename to configure.ac
Use the filename usually used with autoconf.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
2015-03-14 10:52:45 +01:00
Heinrich Schuchardt 7a58cc3b55 COPYING, LINCENCE: use original formatting
Replace files with formatting errors by
http://www.gnu.org/licenses/gpl-2.0.txt

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
2015-03-14 10:46:34 +01:00
Pete Hildebrandt 5ff4a05a5b make options 'v' and 'h' work, even if no SIM-PM is connected 2012-02-07 00:09:31 +01:00
Pete Hildebrandt a7e748360e add option 'L' for webserver (same as 'l', but stay in foreground) 2012-02-05 01:52:18 +01:00
Pete Hildebrandt f6397c0480 replace wmemset with for-loop to fix ARM alignment bug (Bug-ID: 3395806) 2012-01-05 21:42:04 +01:00
Pete Hildebrandt 4866c23cfd turn the debug messages back on after the 3.1 release 2011-11-28 23:03:30 +01:00
Pete Hildebrandt 4964f4c786 get ChangeLog, README, configure.in and src/main.c ready for 3.1 release 2011-11-28 21:41:59 +01:00
Pete Hildebrandt 600840fd28 man page updates 2011-07-27 23:07:19 +02:00
Pete Hildebrandt fcd07faff7 fix double free error (glibc) when calling usb_close (Bug-ID: 3300489) 2011-05-20 17:43:38 +02:00
Pete Hildebrandt 42a3c9862d fixes for the two mSIS-PM-versions (thanks to ksjh and exelnet for the bug reports) 2011-05-19 18:46:54 +02:00
Pete Hildebrandt 003eedc281 whitespace fixes in sispm_ctl.c 2011-05-19 18:34:49 +02:00
Pete Hildebrandt 0c4b272261 make webserver daemonize when send into listen mode (FREETZ patch) 2011-04-13 23:37:26 +02:00
Pete Hildebrandt fc341ae683 remove web-theme2 and make web-theme3 the new web-theme2 2011-04-13 23:04:33 +02:00
Pete Hildebrandt fcce2d4b8d change configure.in for release 3.0 2011-03-30 19:17:43 +02:00
Pete Hildebrandt fbbfb1c890 update ChangeLog for release 3.0 2011-03-30 18:58:49 +02:00
Pete Hildebrandt dff3b46db6 make extras/gemplug/gemplug compatible with sispmctl 3.0 (new -s output-layout) 2011-03-30 18:58:09 +02:00
Pete Hildebrandt 0988014ae3 whitespace fixes in extras/gemplug/gemplug 2011-03-30 18:57:55 +02:00
Pete Hildebrandt 64e42d3b3f the -d option now takes 0 for the first device 2011-03-30 18:57:28 +02:00
Pete Hildebrandt bb35ee79a2 update copyright-year in main.c 2011-03-30 18:56:54 +02:00
Pete Hildebrandt ac5ef9ffca cleaned and updated README 2011-03-29 21:57:23 +02:00
Pete Hildebrandt 40b859efea updated AUTHORS file 2011-03-29 20:23:13 +02:00
Pete Hildebrandt 69d9a2dced clean up ChangeLog file 2011-03-29 20:21:27 +02:00
Pete Hildebrandt 5eacc62618 whitespace fixes 2011-01-30 22:34:17 +01:00
Pete Hildebrandt e3ca0e99b1 beautify show_header() and answer() 2011-01-27 18:59:36 +01:00
Pete Hildebrandt 51537fab50 update .gitignore files (add compilation stuff) 2011-01-27 18:44:11 +01:00
Pete Hildebrandt a5552ad397 insert reworked fix for the fgets-assert-problem 2011-01-25 22:27:18 +01:00
Pete Hildebrandt a97245278f compine -s and -S option to -s and give output a new layout 2011-01-25 22:08:42 +01:00
Pete Hildebrandt 7c62921b30 add new flash device (0xFD13) to sispm.py 2011-01-24 23:07:50 +01:00
Pete Hildebrandt 7f1cc39ed3 add 'o' for $$on and $$off to ramdom $$ in file fix 2011-01-24 22:38:09 +01:00
Pete Hildebrandt f3b59ed06c fix messed up images 2011-01-24 22:29:31 +01:00
Pete Hildebrandt f26f6ca6ad remove rest of fgets-assert-problem in process() 2011-01-24 22:26:09 +01:00
Pete Hildebrandt fabc78b544 fix false detection of command/status when random $$ occurs in transmitted file 2011-01-24 22:23:22 +01:00
Pete Hildebrandt cf6c2f9608 more beautifying in process() in main.c 2011-01-24 22:18:41 +01:00
Pete Hildebrandt 8f6fd28337 fix HTTP Header and add correct ALT tags (Bug-ID: 2820966) 2011-01-24 00:43:10 +01:00
Pete Hildebrandt 9a9c87057f fix problem with assert for fgets (for EOF fgets returns NULL) 2011-01-23 20:23:13 +01:00
Pete Hildebrandt 3dd1899d17 beautify socket.c 2011-01-23 19:35:42 +01:00
Pete Hildebrandt 667ee154f0 beautify process() in main.c 2011-01-23 19:33:56 +01:00
Pete Hildebrandt 205d41a323 fix segmentation fault when an invalid HTTP Request is sent (Bug-ID: 2823020) 2011-01-21 20:35:11 +01:00
Pete Hildebrandt fba5fd6af4 simplify device detection 2011-01-20 23:55:37 +01:00
Pete Hildebrandt 50180f1aad beautify main routine 2011-01-20 00:17:09 +01:00