summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorLouie S <louie@example.com>2022-11-06 16:45:38 -0800
committerLouie S <louie@example.com>2022-11-06 16:45:38 -0800
commit877c49b49cd3da05dde1331a720c09369ff78f46 (patch)
tree688cb3b43bd18157b26d2cffa295d4898d6342dc /configure.ac
parent6fe505005d56abdee806eeb53669c9d0fce32214 (diff)
Set automake mode to foreign (over gnu flavoring)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ca82896..1bebca6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_INIT([terminal-media-launcher], [0.1], [lshprung@example.com])
-AM_INIT_AUTOMAKE
+AM_INIT_AUTOMAKE([foreign])
AC_PROG_CC