Made option -version know again whether it is in GNU xorriso

This commit is contained in:
Thomas Schmitt 2010-05-16 11:32:00 +00:00
parent 585075af1b
commit 8097dd57ab
4 changed files with 8 additions and 7 deletions

View File

@ -285,7 +285,7 @@ then
# patch xorriso/xorriso.c to be GNU xorriso
sed -e's/define Xorriso_libburnia_xorrisO/define Xorriso_GNU_xorrisO/' \
-e's/This may be changed to Xorriso_GNU_xorrisO in order to c/C/' \
<xorriso/xorriso_main.c >"$lone_dir"/xorriso/xorriso_main.c
<xorriso/xorriso.h >"$lone_dir"/xorriso/xorriso.h
else

View File

@ -20,6 +20,12 @@ struct XorrisO;
#define Xorriso_program_patch_leveL ""
/* This may be changed to Xorriso_GNU_xorrisO in order to create GNU xorriso
under GPLv3+ derived from above GPLv2+.
*/
#define Xorriso_libburnia_xorrisO yes
/* --------------------- Fundamental Management ------------------- */

View File

@ -84,11 +84,6 @@
#include "../config.h"
#endif
/* This may be changed to Xorriso_GNU_xorrisO in order to create GNU xorriso */
#define Xorriso_libburnia_xorrisO yes
#include <ctype.h>
#include <sys/types.h>
#include <unistd.h>

View File

@ -1 +1 @@
#define Xorriso_timestamP "2010.05.16.093108"
#define Xorriso_timestamP "2010.05.16.113100"