From 6158bfb63b5c937ebc4827a2174b4080339a2594 Mon Sep 17 00:00:00 2001 From: Fabrice Date: Mon, 9 Feb 2026 23:34:14 +0100 Subject: using make --- configure.ac | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 configure.ac (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac deleted file mode 100644 index 77d4c37..0000000 --- a/configure.ac +++ /dev/null @@ -1,29 +0,0 @@ -AC_INIT([wayclock], [0.1]) - -AC_CONFIG_SRCDIR([configure.ac]) -AC_CONFIG_AUX_DIR([build-aux]) - -AM_INIT_AUTOMAKE([foreign subdir-objects]) -AM_SILENT_RULES([yes]) - -AC_PROG_CC -AC_PROG_CXX -AC_PROG_RANLIB -AC_PATH_PROG([WAYLAND_SCANNER], [wayland-scanner]) - -AS_IF([test -z "$WAYLAND_SCANNER"], [ - AC_MSG_ERROR([wayland-scanner not found]) -]) -AC_SUBST([WAYLAND_SCANNER]) - -AC_SUBST([ROOT_DIR], ['${top_srcdir}']) -AC_SUBST([BUILD_DIR], ['${top_builddir}']) - -AC_SUBST([SRC_DIR], ['${ROOT_DIR}/src']) -AC_SUBST([SRC_BUILD_DIR], ['${BUILD_DIR}/src']) - -AC_CONFIG_FILES([ - Makefile - src/Makefile -]) -AC_OUTPUT \ No newline at end of file -- cgit v1.2.3