From 6f0b17e2e9491552b683d38dfe72f1463a6fd6c0 Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Wed, 19 Aug 2020 05:09:51 +0000 Subject: [PATCH] removed unneeded substitution in configure.ac --- mio/Makefile.in | 16 ++-------------- mio/bin/Makefile.in | 12 ------------ mio/configure | 37 ------------------------------------- mio/configure.ac | 14 +------------- mio/lib/Makefile.in | 12 ------------ 5 files changed, 3 insertions(+), 88 deletions(-) diff --git a/mio/Makefile.in b/mio/Makefile.in index 661cde2..e6308d3 100644 --- a/mio/Makefile.in +++ b/mio/Makefile.in @@ -164,8 +164,8 @@ 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 $(top_srcdir)/ac/missing ac/ar-lib \ - ac/compile ac/config.guess ac/config.sub ac/install-sh \ - ac/ltmain.sh ac/missing + ac/compile ac/config.guess ac/config.sub ac/depcomp \ + ac/install-sh ac/ltmain.sh ac/missing DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) distdir = $(PACKAGE)-$(VERSION) top_distdir = $(distdir) @@ -255,18 +255,6 @@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MIO_PROJECT_AUTHOR = @MIO_PROJECT_AUTHOR@ MIO_PROJECT_URL = @MIO_PROJECT_URL@ -MIO_SIZEOF_CHAR = @MIO_SIZEOF_CHAR@ -MIO_SIZEOF_DOUBLE = @MIO_SIZEOF_DOUBLE@ -MIO_SIZEOF_FLOAT = @MIO_SIZEOF_FLOAT@ -MIO_SIZEOF_INT = @MIO_SIZEOF_INT@ -MIO_SIZEOF_LONG = @MIO_SIZEOF_LONG@ -MIO_SIZEOF_LONG_DOUBLE = @MIO_SIZEOF_LONG_DOUBLE@ -MIO_SIZEOF_LONG_LONG = @MIO_SIZEOF_LONG_LONG@ -MIO_SIZEOF_OFF64_T = @MIO_SIZEOF_OFF64_T@ -MIO_SIZEOF_OFF_T = @MIO_SIZEOF_OFF_T@ -MIO_SIZEOF_SHORT = @MIO_SIZEOF_SHORT@ -MIO_SIZEOF_VOID_P = @MIO_SIZEOF_VOID_P@ -MIO_SIZEOF_WCHAR_T = @MIO_SIZEOF_WCHAR_T@ MKDIR_P = @MKDIR_P@ MYSQL_CFLAGS = @MYSQL_CFLAGS@ MYSQL_CONFIG = @MYSQL_CONFIG@ diff --git a/mio/bin/Makefile.in b/mio/bin/Makefile.in index 8ac1cc1..b10f413 100644 --- a/mio/bin/Makefile.in +++ b/mio/bin/Makefile.in @@ -280,18 +280,6 @@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MIO_PROJECT_AUTHOR = @MIO_PROJECT_AUTHOR@ MIO_PROJECT_URL = @MIO_PROJECT_URL@ -MIO_SIZEOF_CHAR = @MIO_SIZEOF_CHAR@ -MIO_SIZEOF_DOUBLE = @MIO_SIZEOF_DOUBLE@ -MIO_SIZEOF_FLOAT = @MIO_SIZEOF_FLOAT@ -MIO_SIZEOF_INT = @MIO_SIZEOF_INT@ -MIO_SIZEOF_LONG = @MIO_SIZEOF_LONG@ -MIO_SIZEOF_LONG_DOUBLE = @MIO_SIZEOF_LONG_DOUBLE@ -MIO_SIZEOF_LONG_LONG = @MIO_SIZEOF_LONG_LONG@ -MIO_SIZEOF_OFF64_T = @MIO_SIZEOF_OFF64_T@ -MIO_SIZEOF_OFF_T = @MIO_SIZEOF_OFF_T@ -MIO_SIZEOF_SHORT = @MIO_SIZEOF_SHORT@ -MIO_SIZEOF_VOID_P = @MIO_SIZEOF_VOID_P@ -MIO_SIZEOF_WCHAR_T = @MIO_SIZEOF_WCHAR_T@ MKDIR_P = @MKDIR_P@ MYSQL_CFLAGS = @MYSQL_CFLAGS@ MYSQL_CONFIG = @MYSQL_CONFIG@ diff --git a/mio/configure b/mio/configure index 58a0e84..2105f02 100755 --- a/mio/configure +++ b/mio/configure @@ -637,18 +637,6 @@ LTLIBOBJS LIBOBJS MIO_PROJECT_URL MIO_PROJECT_AUTHOR -MIO_SIZEOF_OFF64_T -MIO_SIZEOF_OFF_T -MIO_SIZEOF_LONG_DOUBLE -MIO_SIZEOF_DOUBLE -MIO_SIZEOF_FLOAT -MIO_SIZEOF_VOID_P -MIO_SIZEOF_CHAR -MIO_SIZEOF_SHORT -MIO_SIZEOF_INT -MIO_SIZEOF_LONG -MIO_SIZEOF_LONG_LONG -MIO_SIZEOF_WCHAR_T ENABLE_LIBUNWIND_FALSE ENABLE_LIBUNWIND_TRUE BUILD_MODE @@ -19053,31 +19041,6 @@ then LIBS="$LIBS $PTHREAD_LIBS" fi -MIO_SIZEOF_WCHAR_T=$ac_cv_sizeof_wchar_t - -MIO_SIZEOF_LONG_LONG=$ac_cv_sizeof_long_long - -MIO_SIZEOF_LONG=$ac_cv_sizeof_long - -MIO_SIZEOF_INT=$ac_cv_sizeof_int - -MIO_SIZEOF_SHORT=$ac_cv_sizeof_short - -MIO_SIZEOF_CHAR=$ac_cv_sizeof_char - -MIO_SIZEOF_VOID_P=$ac_cv_sizeof_void_p - -MIO_SIZEOF_FLOAT=$ac_cv_sizeof_float - -MIO_SIZEOF_DOUBLE=$ac_cv_sizeof_double - -MIO_SIZEOF_LONG_DOUBLE=$ac_cv_sizeof_long_double - -MIO_SIZEOF_OFF_T=$ac_cv_sizeof_off_t - -MIO_SIZEOF_OFF64_T=$ac_cv_sizeof_off64_t - - MIO_PROJECT_AUTHOR="${PACKAGE_BUGREPORT}" MIO_PROJECT_URL="${PACKAGE_URL}" diff --git a/mio/configure.ac b/mio/configure.ac index b34bcbb..a8ebccd 100644 --- a/mio/configure.ac +++ b/mio/configure.ac @@ -824,19 +824,7 @@ then [LIBS="$LIBS $PTHREAD_LIBS"] fi -AC_SUBST(MIO_SIZEOF_WCHAR_T, $ac_cv_sizeof_wchar_t) -AC_SUBST(MIO_SIZEOF_LONG_LONG, $ac_cv_sizeof_long_long) -AC_SUBST(MIO_SIZEOF_LONG, $ac_cv_sizeof_long) -AC_SUBST(MIO_SIZEOF_INT, $ac_cv_sizeof_int) -AC_SUBST(MIO_SIZEOF_SHORT, $ac_cv_sizeof_short) -AC_SUBST(MIO_SIZEOF_CHAR, $ac_cv_sizeof_char) -AC_SUBST(MIO_SIZEOF_VOID_P, $ac_cv_sizeof_void_p) -AC_SUBST(MIO_SIZEOF_FLOAT, $ac_cv_sizeof_float) -AC_SUBST(MIO_SIZEOF_DOUBLE, $ac_cv_sizeof_double) -AC_SUBST(MIO_SIZEOF_LONG_DOUBLE, $ac_cv_sizeof_long_double) -AC_SUBST(MIO_SIZEOF_OFF_T, $ac_cv_sizeof_off_t) -AC_SUBST(MIO_SIZEOF_OFF64_T, $ac_cv_sizeof_off64_t) - +dnl ==== subsititution of some key items ==== AC_SUBST(MIO_PROJECT_AUTHOR, "${PACKAGE_BUGREPORT}") AC_SUBST(MIO_PROJECT_URL, "${PACKAGE_URL}") diff --git a/mio/lib/Makefile.in b/mio/lib/Makefile.in index 110307a..0b1d22c 100644 --- a/mio/lib/Makefile.in +++ b/mio/lib/Makefile.in @@ -320,18 +320,6 @@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MIO_PROJECT_AUTHOR = @MIO_PROJECT_AUTHOR@ MIO_PROJECT_URL = @MIO_PROJECT_URL@ -MIO_SIZEOF_CHAR = @MIO_SIZEOF_CHAR@ -MIO_SIZEOF_DOUBLE = @MIO_SIZEOF_DOUBLE@ -MIO_SIZEOF_FLOAT = @MIO_SIZEOF_FLOAT@ -MIO_SIZEOF_INT = @MIO_SIZEOF_INT@ -MIO_SIZEOF_LONG = @MIO_SIZEOF_LONG@ -MIO_SIZEOF_LONG_DOUBLE = @MIO_SIZEOF_LONG_DOUBLE@ -MIO_SIZEOF_LONG_LONG = @MIO_SIZEOF_LONG_LONG@ -MIO_SIZEOF_OFF64_T = @MIO_SIZEOF_OFF64_T@ -MIO_SIZEOF_OFF_T = @MIO_SIZEOF_OFF_T@ -MIO_SIZEOF_SHORT = @MIO_SIZEOF_SHORT@ -MIO_SIZEOF_VOID_P = @MIO_SIZEOF_VOID_P@ -MIO_SIZEOF_WCHAR_T = @MIO_SIZEOF_WCHAR_T@ MKDIR_P = @MKDIR_P@ MYSQL_CFLAGS = @MYSQL_CFLAGS@ MYSQL_CONFIG = @MYSQL_CONFIG@