From 3d6cf904cf823b3d0dbeb116c06f7d237df30a3e Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Wed, 8 May 2019 12:44:45 +0000 Subject: [PATCH] updated README --- qse/Makefile.am | 2 +- qse/Makefile.in | 8 +++----- qse/{README.in => README} | 5 ++--- qse/configure | 3 +-- qse/configure.ac | 1 - 5 files changed, 7 insertions(+), 12 deletions(-) rename qse/{README.in => README} (81%) diff --git a/qse/Makefile.am b/qse/Makefile.am index f2d5b1fc..011a08c7 100644 --- a/qse/Makefile.am +++ b/qse/Makefile.am @@ -1,7 +1,7 @@ AUTOMAKE_OPTION = foreign ACLOCAL_AMFLAGS = -I m4 -EXTRA_DIST = LICENSE \ +EXTRA_DIST = LICENSE README \ bld/qse.bkl bld/readme.txt bld/os2.bkgen bld/win32.bkgen \ bld/os2-watcom/makefile bld/win32-watcom/makefile \ bld/win32-msvc/makefile bld/win32-borland/makefile diff --git a/qse/Makefile.in b/qse/Makefile.in index f3b24470..fec4a57c 100644 --- a/qse/Makefile.in +++ b/qse/Makefile.in @@ -104,7 +104,7 @@ am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ configure.lineno config.status.lineno mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/include/qse/config.h -CONFIG_CLEAN_FILES = README +CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = AM_V_P = $(am__v_P_@AM_V@) am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) @@ -161,7 +161,7 @@ am__define_uniq_tagged_files = \ ETAGS = etags CTAGS = ctags 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/config.guess $(top_srcdir)/ac/config.sub \ $(top_srcdir)/ac/install-sh $(top_srcdir)/ac/ltmain.sh \ @@ -376,7 +376,7 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AUTOMAKE_OPTION = foreign ACLOCAL_AMFLAGS = -I m4 -EXTRA_DIST = LICENSE \ +EXTRA_DIST = LICENSE README \ bld/qse.bkl bld/readme.txt bld/os2.bkgen bld/win32.bkgen \ bld/os2-watcom/makefile bld/win32-watcom/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) $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) $(am__aclocal_m4_deps): -README: $(top_builddir)/config.status $(srcdir)/README.in - cd $(top_builddir) && $(SHELL) ./config.status $@ mostlyclean-libtool: -rm -f *.lo diff --git a/qse/README.in b/qse/README similarity index 81% rename from qse/README.in rename to qse/README index a2b84e28..f449eb4a 100644 --- a/qse/README.in +++ b/qse/README @@ -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. * The library is licensed under the BSD license. See the LICENSE file. -* The project webpage is at @QSE_PROJECT_URL@ - -For further information, contact: @QSE_PROJECT_AUTHOR@ +* The project code is hosted at https://code.miflux.com/@qse and is mirrored + at https://github.com/hyung-hwan/qse diff --git a/qse/configure b/qse/configure index 32c67740..e08d3055 100755 --- a/qse/configure +++ b/qse/configure @@ -23587,7 +23587,7 @@ QSE_PROJECT_AUTHOR="${PACKAGE_BUGREPORT}" 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 # This file is a shell script that caches the results of configure @@ -24745,7 +24745,6 @@ do "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;; "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; - "README") CONFIG_FILES="$CONFIG_FILES README" ;; "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;; "include/qse/Makefile") CONFIG_FILES="$CONFIG_FILES include/qse/Makefile" ;; "include/qse/cmn/Makefile") CONFIG_FILES="$CONFIG_FILES include/qse/cmn/Makefile" ;; diff --git a/qse/configure.ac b/qse/configure.ac index 73fee4bb..9c87e250 100644 --- a/qse/configure.ac +++ b/qse/configure.ac @@ -951,7 +951,6 @@ AC_SUBST(QSE_PROJECT_URL, "${PACKAGE_URL}") AC_CONFIG_FILES([ Makefile - README include/Makefile include/qse/Makefile include/qse/cmn/Makefile