commit 2758e1bb9921be84d6413464fd5ecd717c92daf4 from: Omar Polo date: Thu Feb 24 18:40:29 2022 UTC move some autotools stuff into etc/ commit - 0a98735841e8b33edf62bd756ad8c6da2929247a commit + 2758e1bb9921be84d6413464fd5ecd717c92daf4 blob - 80eed39fc3feffdb8f1cab026feeca76d1865836 blob + ca17f620221b63e1689a16dbeab0f0ab333c3856 --- configure.ac +++ configure.ac @@ -1,4 +1,5 @@ AC_INIT([telescope], [0.7.1-current], [telescope@omarpolo.com], [telescope], [gemini://telescope.omarpolo.com]) +AC_CONFIG_AUX_DIR(etc) AC_CONFIG_LIBOBJ_DIR(compat) AC_CANONICAL_HOST AM_INIT_AUTOMAKE([-Wall foreign subdir-objects])