]> sourceware.org Git - systemtap.git/commitdiff
Move HAVE_DYNINST setting back to original/correct place.
authorWilliam Cohen <wcohen@redhat.com>
Fri, 3 Sep 2021 21:14:12 +0000 (17:14 -0400)
committerWilliam Cohen <wcohen@redhat.com>
Tue, 26 Oct 2021 13:57:22 +0000 (09:57 -0400)
configure
configure.ac
doc/Makefile.in
doc/beginners/Makefile.in
java/Makefile.in
python/Makefile.in
stap-exporter/Makefile.in

index dde728f9210c29c663bcc1a735678e35f9420cc2..f63044688b0e1b934d4fea42b8381221c4b1ef2b 100755 (executable)
--- a/configure
+++ b/configure
@@ -681,11 +681,11 @@ HAVE_LIBVIRT_FALSE
 HAVE_LIBVIRT_TRUE
 libvirt_LIBS
 libvirt_CFLAGS
+HAVE_DYNINST_FALSE
+HAVE_DYNINST_TRUE
 DYNINST_LIBS
 DYNINST_LDFLAGS
 DYNINST_CXXFLAGS
-HAVE_DYNINST_FALSE
-HAVE_DYNINST_TRUE
 BOOST_SYSTEM_LIB
 CXXCPP
 stapbpf_LIBS
@@ -12031,14 +12031,6 @@ if test "${with_dyninst+set}" = set; then :
 fi
 
 
- if test "${have_dyninst}" = "yes"; then
-  HAVE_DYNINST_TRUE=
-  HAVE_DYNINST_FALSE='#'
-else
-  HAVE_DYNINST_TRUE='#'
-  HAVE_DYNINST_FALSE=
-fi
-
 case "$with_dyninst" in
 no) ;;
 ''|yes) # Try a simple-minded distro search
@@ -12099,6 +12091,14 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $
 ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
 fi
+ if test "${have_dyninst}" = "yes"; then
+  HAVE_DYNINST_TRUE=
+  HAVE_DYNINST_FALSE='#'
+else
+  HAVE_DYNINST_TRUE='#'
+  HAVE_DYNINST_FALSE=
+fi
+
 
 
 
index 36549db9e8ddb455b5ec5cf1ec39d964f7abdd83..8e0ea09abb3481d7b906417fb7c58783c5169517 100644 (file)
@@ -608,7 +608,6 @@ AC_ARG_WITH([dyninst],
   AS_HELP_STRING([--with-dyninst=DIRECTORY],
     [find dyninst headers/libraries in DIRECTORY]))
 
-AM_CONDITIONAL([HAVE_DYNINST], [test "${have_dyninst}" = "yes"])
 case "$with_dyninst" in
 no) ;;
 ''|yes) # Try a simple-minded distro search
@@ -644,6 +643,7 @@ if test "$with_dyninst" != "no"; then
   CPPFLAGS="$old_CPPFLAGS"
   AC_LANG_POP(C++)
 fi
+AM_CONDITIONAL([HAVE_DYNINST], [test "${have_dyninst}" = "yes"])
 
 
 dnl Check for the libvirt and libxml2 devel packages
index 2247c7f2727a6342471a72e57418e4a3017ec6ee..82bd5dc59dd6acc496dbb062cf6974c0982b6022 100644 (file)
@@ -541,8 +541,8 @@ distclean-generic:
 maintainer-clean-generic:
        @echo "This command is intended for maintainers to use"
        @echo "it deletes files that may require special tools to rebuild."
-@BUILD_DOCS_FALSE@uninstall-local:
 @BUILD_DOCS_FALSE@clean-local:
+@BUILD_DOCS_FALSE@uninstall-local:
 @BUILD_DOCS_FALSE@install-data-hook:
 clean: clean-recursive
 
index a63c0966087f1a2503ab0f03ffed7d5a32f87389..f38cb8ac7ecacb6190e026bd2b448362ebe0a339 100644 (file)
@@ -409,8 +409,8 @@ distclean-generic:
 maintainer-clean-generic:
        @echo "This command is intended for maintainers to use"
        @echo "it deletes files that may require special tools to rebuild."
-@INSTALL_PREBUILT_DOCS_FALSE@clean-local:
 @INSTALL_PREBUILT_DOCS_FALSE@uninstall-local:
+@INSTALL_PREBUILT_DOCS_FALSE@clean-local:
 @INSTALL_PREBUILT_DOCS_FALSE@install-data-hook:
 clean: clean-am
 
index 2c2d1663707a5691b18732c6a3810a87388e18b2..f769f103bb6a29672d884195fddb605133083b53 100644 (file)
@@ -685,8 +685,8 @@ maintainer-clean-generic:
        @echo "This command is intended for maintainers to use"
        @echo "it deletes files that may require special tools to rebuild."
        -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
-@HAVE_JAVA_FALSE@install-exec-local:
 @HAVE_JAVA_FALSE@install-data-local:
+@HAVE_JAVA_FALSE@install-exec-local:
 @HAVE_JAVA_FALSE@uninstall-local:
 clean: clean-am
 
index 9d5d4e750834f2ea63966e739fe4f55991aabc19..fe067daac809328bc5a7ca90cef9e799aab8453e 100644 (file)
@@ -530,8 +530,8 @@ distclean-generic:
 maintainer-clean-generic:
        @echo "This command is intended for maintainers to use"
        @echo "it deletes files that may require special tools to rebuild."
-@HAVE_PYTHON_PROBES_FALSE@clean-local:
 @HAVE_PYTHON_PROBES_FALSE@install-exec-local:
+@HAVE_PYTHON_PROBES_FALSE@clean-local:
 clean: clean-am
 
 clean-am: clean-generic clean-local mostlyclean-am
index 370115a8e6901610d23f838acfb74883cd43338d..f5bd8a3e9b73764534750b10b9e3889521e9820f 100644 (file)
@@ -523,9 +523,9 @@ distclean-generic:
 maintainer-clean-generic:
        @echo "This command is intended for maintainers to use"
        @echo "it deletes files that may require special tools to rebuild."
+@HAVE_PYTHON3_PROBES_FALSE@install-data-local:
 @HAVE_PYTHON3_PROBES_FALSE@clean-local:
 @HAVE_PYTHON3_PROBES_FALSE@uninstall-local:
-@HAVE_PYTHON3_PROBES_FALSE@install-data-local:
 clean: clean-am
 
 clean-am: clean-generic clean-local mostlyclean-am
This page took 0.045586 seconds and 5 git commands to generate.