diff options
| author | Fabrice <fabrice@schaub-dev.xyz> | 2026-02-09 23:34:14 +0100 |
|---|---|---|
| committer | Fabrice <fabrice@schaub-dev.xyz> | 2026-02-09 23:34:14 +0100 |
| commit | 6158bfb63b5c937ebc4827a2174b4080339a2594 (patch) | |
| tree | d8dc2aced07db7857999ea0b9201fb3223f5f357 /configure.ac | |
| parent | 7b148f8bc5c1c7cd148744b641acfdc1c8b8da4c (diff) | |
using make
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 29 |
1 files changed, 0 insertions, 29 deletions
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 |
