aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2020-04-24 17:54:20 +0300
committerSergey Poznyakoff <gray@gnu.org>2020-04-24 17:57:53 +0300
commit50bc522bcba887b11f146c40057525e0f8fcc32e (patch)
tree08e2e3dec0879a1c6fe928def22b183cd2e3997e /Makefile.am
parentc0bddcd6937a2ee575c8c82e5da433fcbfb6e62f (diff)
downloadwydawca-50bc522bcba887b11f146c40057525e0f8fcc32e.tar.gz
wydawca-50bc522bcba887b11f146c40057525e0f8fcc32e.tar.bz2
Set thread names (and fix previos incomplete commit.
* Makefile.am: Restore ACLOCAL_AMFLAGS * configure.ac: Restore AC_CONFIG_MACRO_DIR. Call AC_USE_SYSTEM_EXTENSIONS and AX_THREAD_NAMES * am/ax_thread_names.m4: New file. * src/thread_name.c: New file. * src/Makefile.am: Add thread_name.c * src/wydawca.h (wy_set_cur_thread_name): New proto. * src/net.c: Set thread names. * src/triplet.c: Likewise. * src/wydawca.c: Likewise.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 34a1075..db70dde 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -14,6 +14,8 @@
# You should have received a copy of the GNU General Public License
# along with wydawca. If not, see <http://www.gnu.org/licenses/>.
+ACLOCAL_AMFLAGS = -I m4 -I am -I grecs/am -I imprimatur
+
SUBDIRS=grecs libltdl include src modules imprimatur doc etc tests
# We never remove files from the configuration directory

Return to:

Send suggestions and report system problems to the System administrator.