diff options
author | Nikolai Kondrashov <Nikolai.Kondrashov@redhat.com> | 2014-07-28 17:02:10 +0300 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2014-07-29 16:48:14 +0200 |
commit | 7b99fc9643001e22737c2c872c5d666218fc7ddc (patch) | |
tree | 268242a35e989ddf6dd3ad14e05f507df552acc0 /src/external | |
parent | 8c4abd227035169e75cb081424765e65c52b5266 (diff) | |
download | sssd-7b99fc9643001e22737c2c872c5d666218fc7ddc.tar.gz sssd-7b99fc9643001e22737c2c872c5d666218fc7ddc.tar.xz sssd-7b99fc9643001e22737c2c872c5d666218fc7ddc.zip |
build: Remove substitution of *_OBJ variables
Remove substitution of *_OBJ variables (e.g. POPT_OBJ or PCRE_OBJ) from
configure scripts as they don't seem to be set or used by anything.
Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
Diffstat (limited to 'src/external')
-rw-r--r-- | src/external/libaugeas.m4 | 1 | ||||
-rw-r--r-- | src/external/libcares.m4 | 1 | ||||
-rw-r--r-- | src/external/libcollection.m4 | 1 | ||||
-rw-r--r-- | src/external/libdhash.m4 | 1 | ||||
-rw-r--r-- | src/external/libini_config.m4 | 1 | ||||
-rw-r--r-- | src/external/libldb.m4 | 1 | ||||
-rw-r--r-- | src/external/libpcre.m4 | 2 | ||||
-rw-r--r-- | src/external/libpopt.m4 | 2 | ||||
-rw-r--r-- | src/external/libtalloc.m4 | 1 | ||||
-rw-r--r-- | src/external/libtdb.m4 | 1 | ||||
-rw-r--r-- | src/external/libtevent.m4 | 1 | ||||
-rw-r--r-- | src/external/sasl.m4 | 2 |
12 files changed, 0 insertions, 15 deletions
diff --git a/src/external/libaugeas.m4 b/src/external/libaugeas.m4 index 13f694c5c..29a793528 100644 --- a/src/external/libaugeas.m4 +++ b/src/external/libaugeas.m4 @@ -1,4 +1,3 @@ -AC_SUBST(AUGEAS_OBJ) AC_SUBST(AUGEAS_CFLAGS) AC_SUBST(AUGEAS_LIBS) diff --git a/src/external/libcares.m4 b/src/external/libcares.m4 index e2a56f157..b235ee215 100644 --- a/src/external/libcares.m4 +++ b/src/external/libcares.m4 @@ -1,4 +1,3 @@ -AC_SUBST(CARES_OBJ) AC_SUBST(CARES_LIBS) AC_SUBST(CARES_CFLAGS) diff --git a/src/external/libcollection.m4 b/src/external/libcollection.m4 index ae49edf84..0f737c119 100644 --- a/src/external/libcollection.m4 +++ b/src/external/libcollection.m4 @@ -1,4 +1,3 @@ -AC_SUBST(COLLECTION_OBJ) AC_SUBST(COLLECTION_CFLAGS) AC_SUBST(COLLECTION_LIBS) diff --git a/src/external/libdhash.m4 b/src/external/libdhash.m4 index f0184d1ec..2ca5136e5 100644 --- a/src/external/libdhash.m4 +++ b/src/external/libdhash.m4 @@ -1,4 +1,3 @@ -AC_SUBST(DHASH_OBJ) AC_SUBST(DHASH_CFLAGS) AC_SUBST(DHASH_LIBS) diff --git a/src/external/libini_config.m4 b/src/external/libini_config.m4 index 93a4bd94a..b9fefcc30 100644 --- a/src/external/libini_config.m4 +++ b/src/external/libini_config.m4 @@ -15,6 +15,5 @@ PKG_CHECK_MODULES(INI_CONFIG, [ ] ) -AC_SUBST(INI_CONFIG_OBJ) AC_SUBST(INI_CONFIG_CFLAGS) AC_SUBST(INI_CONFIG_LIBS) diff --git a/src/external/libldb.m4 b/src/external/libldb.m4 index 3e26b15a0..c400add37 100644 --- a/src/external/libldb.m4 +++ b/src/external/libldb.m4 @@ -1,4 +1,3 @@ -AC_SUBST(LDB_OBJ) AC_SUBST(LDB_CFLAGS) AC_SUBST(LDB_LIBS) diff --git a/src/external/libpcre.m4 b/src/external/libpcre.m4 index 8df860904..2326cbf86 100644 --- a/src/external/libpcre.m4 +++ b/src/external/libpcre.m4 @@ -1,5 +1,3 @@ -PCRE_OBJ="" -AC_SUBST(PCRE_OBJ) AC_SUBST(PCRE_LIBS) AC_SUBST(PCRE_CFLAGS) diff --git a/src/external/libpopt.m4 b/src/external/libpopt.m4 index a3681ead6..e6a3e71a6 100644 --- a/src/external/libpopt.m4 +++ b/src/external/libpopt.m4 @@ -1,5 +1,3 @@ -POPT_OBJ="" -AC_SUBST(POPT_OBJ) AC_SUBST(POPT_LIBS) AC_SUBST(POPT_CFLAGS) diff --git a/src/external/libtalloc.m4 b/src/external/libtalloc.m4 index a26cb8853..06a1b2989 100644 --- a/src/external/libtalloc.m4 +++ b/src/external/libtalloc.m4 @@ -1,4 +1,3 @@ -AC_SUBST(TALLOC_OBJ) AC_SUBST(TALLOC_CFLAGS) AC_SUBST(TALLOC_LIBS) diff --git a/src/external/libtdb.m4 b/src/external/libtdb.m4 index 04ac71d6b..f740d050f 100644 --- a/src/external/libtdb.m4 +++ b/src/external/libtdb.m4 @@ -1,4 +1,3 @@ -AC_SUBST(TDB_OBJ) AC_SUBST(TDB_CFLAGS) AC_SUBST(TDB_LIBS) diff --git a/src/external/libtevent.m4 b/src/external/libtevent.m4 index d40b9d423..d3df1d062 100644 --- a/src/external/libtevent.m4 +++ b/src/external/libtevent.m4 @@ -1,4 +1,3 @@ -AC_SUBST(TEVENT_OBJ) AC_SUBST(TEVENT_CFLAGS) AC_SUBST(TEVENT_LIBS) diff --git a/src/external/sasl.m4 b/src/external/sasl.m4 index 5980624af..791a835f7 100644 --- a/src/external/sasl.m4 +++ b/src/external/sasl.m4 @@ -1,5 +1,3 @@ -SASL_OBJ="" -AC_SUBST(SASL_OBJ) AC_SUBST(SASL_LIBS) AC_SUBST(SASL_CFLAGS) |