updated README
This commit is contained in:
		@ -1,7 +1,7 @@
 | 
				
			|||||||
AUTOMAKE_OPTION = foreign
 | 
					AUTOMAKE_OPTION = foreign
 | 
				
			||||||
ACLOCAL_AMFLAGS = -I m4
 | 
					ACLOCAL_AMFLAGS = -I m4
 | 
				
			||||||
 | 
					
 | 
				
			||||||
EXTRA_DIST = LICENSE \
 | 
					EXTRA_DIST = LICENSE README \
 | 
				
			||||||
	bld/qse.bkl bld/readme.txt bld/os2.bkgen bld/win32.bkgen \
 | 
						bld/qse.bkl bld/readme.txt bld/os2.bkgen bld/win32.bkgen \
 | 
				
			||||||
	bld/os2-watcom/makefile bld/win32-watcom/makefile \
 | 
						bld/os2-watcom/makefile bld/win32-watcom/makefile \
 | 
				
			||||||
	bld/win32-msvc/makefile bld/win32-borland/makefile
 | 
						bld/win32-msvc/makefile bld/win32-borland/makefile
 | 
				
			||||||
 | 
				
			|||||||
@ -104,7 +104,7 @@ am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
 | 
				
			|||||||
 configure.lineno config.status.lineno
 | 
					 configure.lineno config.status.lineno
 | 
				
			||||||
mkinstalldirs = $(install_sh) -d
 | 
					mkinstalldirs = $(install_sh) -d
 | 
				
			||||||
CONFIG_HEADER = $(top_builddir)/include/qse/config.h
 | 
					CONFIG_HEADER = $(top_builddir)/include/qse/config.h
 | 
				
			||||||
CONFIG_CLEAN_FILES = README
 | 
					CONFIG_CLEAN_FILES =
 | 
				
			||||||
CONFIG_CLEAN_VPATH_FILES =
 | 
					CONFIG_CLEAN_VPATH_FILES =
 | 
				
			||||||
AM_V_P = $(am__v_P_@AM_V@)
 | 
					AM_V_P = $(am__v_P_@AM_V@)
 | 
				
			||||||
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 | 
					am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 | 
				
			||||||
@ -161,7 +161,7 @@ am__define_uniq_tagged_files = \
 | 
				
			|||||||
ETAGS = etags
 | 
					ETAGS = etags
 | 
				
			||||||
CTAGS = ctags
 | 
					CTAGS = ctags
 | 
				
			||||||
CSCOPE = cscope
 | 
					CSCOPE = cscope
 | 
				
			||||||
am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/README.in \
 | 
					am__DIST_COMMON = $(srcdir)/Makefile.in \
 | 
				
			||||||
	$(top_srcdir)/ac/ar-lib $(top_srcdir)/ac/compile \
 | 
						$(top_srcdir)/ac/ar-lib $(top_srcdir)/ac/compile \
 | 
				
			||||||
	$(top_srcdir)/ac/config.guess $(top_srcdir)/ac/config.sub \
 | 
						$(top_srcdir)/ac/config.guess $(top_srcdir)/ac/config.sub \
 | 
				
			||||||
	$(top_srcdir)/ac/install-sh $(top_srcdir)/ac/ltmain.sh \
 | 
						$(top_srcdir)/ac/install-sh $(top_srcdir)/ac/ltmain.sh \
 | 
				
			||||||
@ -376,7 +376,7 @@ top_builddir = @top_builddir@
 | 
				
			|||||||
top_srcdir = @top_srcdir@
 | 
					top_srcdir = @top_srcdir@
 | 
				
			||||||
AUTOMAKE_OPTION = foreign
 | 
					AUTOMAKE_OPTION = foreign
 | 
				
			||||||
ACLOCAL_AMFLAGS = -I m4
 | 
					ACLOCAL_AMFLAGS = -I m4
 | 
				
			||||||
EXTRA_DIST = LICENSE \
 | 
					EXTRA_DIST = LICENSE README \
 | 
				
			||||||
	bld/qse.bkl bld/readme.txt bld/os2.bkgen bld/win32.bkgen \
 | 
						bld/qse.bkl bld/readme.txt bld/os2.bkgen bld/win32.bkgen \
 | 
				
			||||||
	bld/os2-watcom/makefile bld/win32-watcom/makefile \
 | 
						bld/os2-watcom/makefile bld/win32-watcom/makefile \
 | 
				
			||||||
	bld/win32-msvc/makefile bld/win32-borland/makefile
 | 
						bld/win32-msvc/makefile bld/win32-borland/makefile
 | 
				
			||||||
@ -419,8 +419,6 @@ $(top_srcdir)/configure:  $(am__configure_deps)
 | 
				
			|||||||
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 | 
					$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 | 
				
			||||||
	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 | 
						$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 | 
				
			||||||
$(am__aclocal_m4_deps):
 | 
					$(am__aclocal_m4_deps):
 | 
				
			||||||
README: $(top_builddir)/config.status $(srcdir)/README.in
 | 
					 | 
				
			||||||
	cd $(top_builddir) && $(SHELL) ./config.status $@
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
mostlyclean-libtool:
 | 
					mostlyclean-libtool:
 | 
				
			||||||
	-rm -f *.lo
 | 
						-rm -f *.lo
 | 
				
			||||||
 | 
				
			|||||||
@ -6,6 +6,5 @@ interface has been designed to be flexible enough to access various aspects of
 | 
				
			|||||||
embedding application and an embedded object from each other.
 | 
					embedding application and an embedded object from each other.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
* The library is licensed under the BSD license. See the LICENSE file.
 | 
					* The library is licensed under the BSD license. See the LICENSE file.
 | 
				
			||||||
* The project webpage is at @QSE_PROJECT_URL@
 | 
					* The project code is hosted at https://code.miflux.com/@qse and is mirrored
 | 
				
			||||||
 | 
					  at https://github.com/hyung-hwan/qse
 | 
				
			||||||
For further information, contact: @QSE_PROJECT_AUTHOR@
 | 
					 | 
				
			||||||
							
								
								
									
										3
									
								
								qse/configure
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								qse/configure
									
									
									
									
										vendored
									
									
								
							@ -23587,7 +23587,7 @@ QSE_PROJECT_AUTHOR="${PACKAGE_BUGREPORT}"
 | 
				
			|||||||
QSE_PROJECT_URL="${PACKAGE_URL}"
 | 
					QSE_PROJECT_URL="${PACKAGE_URL}"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ac_config_files="$ac_config_files Makefile README include/Makefile include/qse/Makefile include/qse/cmn/Makefile include/qse/cry/Makefile include/qse/si/Makefile include/qse/awk/Makefile include/qse/sed/Makefile include/qse/xli/Makefile include/qse/http/Makefile include/qse/rad/Makefile include/qse/dhcp/Makefile include/qse/sttp/Makefile lib/Makefile lib/cmn/Makefile lib/cry/Makefile lib/si/Makefile lib/awk/Makefile lib/sed/Makefile lib/xli/Makefile lib/http/Makefile lib/rad/Makefile lib/dhcp/Makefile lib/sttp/Makefile lib/qsecmn.pc lib/qsecry.pc lib/qsesi.pc lib/qsesed.pc lib/qseawk.pc lib/qsexli.pc lib/qsehttp.pc lib/qserad.pc lib/qsedhcp.pc cmd/Makefile cmd/awk/Makefile cmd/sed/Makefile cmd/xli/Makefile cmd/http/Makefile samples/Makefile samples/cmn/Makefile samples/cry/Makefile samples/si/Makefile samples/awk/Makefile samples/sed/Makefile samples/xli/Makefile samples/http/Makefile samples/rad/Makefile samples/dhcp/Makefile regress/Makefile regress/awk/Makefile regress/awk/regress.sh regress/sed/Makefile regress/sed/regress.sh doc/Makefile doc/Doxyfile tools/Makefile"
 | 
					ac_config_files="$ac_config_files Makefile include/Makefile include/qse/Makefile include/qse/cmn/Makefile include/qse/cry/Makefile include/qse/si/Makefile include/qse/awk/Makefile include/qse/sed/Makefile include/qse/xli/Makefile include/qse/http/Makefile include/qse/rad/Makefile include/qse/dhcp/Makefile include/qse/sttp/Makefile lib/Makefile lib/cmn/Makefile lib/cry/Makefile lib/si/Makefile lib/awk/Makefile lib/sed/Makefile lib/xli/Makefile lib/http/Makefile lib/rad/Makefile lib/dhcp/Makefile lib/sttp/Makefile lib/qsecmn.pc lib/qsecry.pc lib/qsesi.pc lib/qsesed.pc lib/qseawk.pc lib/qsexli.pc lib/qsehttp.pc lib/qserad.pc lib/qsedhcp.pc cmd/Makefile cmd/awk/Makefile cmd/sed/Makefile cmd/xli/Makefile cmd/http/Makefile samples/Makefile samples/cmn/Makefile samples/cry/Makefile samples/si/Makefile samples/awk/Makefile samples/sed/Makefile samples/xli/Makefile samples/http/Makefile samples/rad/Makefile samples/dhcp/Makefile regress/Makefile regress/awk/Makefile regress/awk/regress.sh regress/sed/Makefile regress/sed/regress.sh doc/Makefile doc/Doxyfile tools/Makefile"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
cat >confcache <<\_ACEOF
 | 
					cat >confcache <<\_ACEOF
 | 
				
			||||||
# This file is a shell script that caches the results of configure
 | 
					# This file is a shell script that caches the results of configure
 | 
				
			||||||
@ -24745,7 +24745,6 @@ do
 | 
				
			|||||||
    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
 | 
					    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
 | 
				
			||||||
    "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
 | 
					    "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
 | 
				
			||||||
    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
 | 
					    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
 | 
				
			||||||
    "README") CONFIG_FILES="$CONFIG_FILES README" ;;
 | 
					 | 
				
			||||||
    "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
 | 
					    "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
 | 
				
			||||||
    "include/qse/Makefile") CONFIG_FILES="$CONFIG_FILES include/qse/Makefile" ;;
 | 
					    "include/qse/Makefile") CONFIG_FILES="$CONFIG_FILES include/qse/Makefile" ;;
 | 
				
			||||||
    "include/qse/cmn/Makefile") CONFIG_FILES="$CONFIG_FILES include/qse/cmn/Makefile" ;;
 | 
					    "include/qse/cmn/Makefile") CONFIG_FILES="$CONFIG_FILES include/qse/cmn/Makefile" ;;
 | 
				
			||||||
 | 
				
			|||||||
@ -951,7 +951,6 @@ AC_SUBST(QSE_PROJECT_URL, "${PACKAGE_URL}")
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
AC_CONFIG_FILES([
 | 
					AC_CONFIG_FILES([
 | 
				
			||||||
	Makefile 
 | 
						Makefile 
 | 
				
			||||||
	README
 | 
					 | 
				
			||||||
	include/Makefile
 | 
						include/Makefile
 | 
				
			||||||
	include/qse/Makefile
 | 
						include/qse/Makefile
 | 
				
			||||||
	include/qse/cmn/Makefile
 | 
						include/qse/cmn/Makefile
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user