[PATCH 1/2] buildsystem: follow libtoolize suggestions

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/OpenBSC@lists.osmocom.org/.

Alexander Huemer alexander.huemer at xx.vu
Fri Nov 6 20:00:33 UTC 2015


---
 .gitignore   | 2 ++
 Makefile.am  | 1 +
 configure.ac | 2 ++
 m4/DUMMY     | 0
 4 files changed, 5 insertions(+)
 create mode 100644 m4/DUMMY

diff --git a/.gitignore b/.gitignore
index 6cc9aa5..93bd908 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,6 +18,8 @@ install-sh
 missing
 libtool
 ltmain.sh
+m4/*.m4
+compile
 
 core
 core.*
diff --git a/Makefile.am b/Makefile.am
index 4cbc114..80ecaac 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,3 +1,4 @@
+ACLOCAL_AMFLAGS = -I m4
 AUTOMAKE_OPTIONS = foreign dist-bzip2 1.6
 
 SUBDIRS = src examples tests
diff --git a/configure.ac b/configure.ac
index 876f7d4..eabb2e7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,6 +16,8 @@ AC_PROG_CXX
 AC_PROG_INSTALL
 LT_INIT
 
+AC_CONFIG_MACRO_DIR([m4])
+
 dnl checks for header files
 AC_HEADER_STDC
 
diff --git a/m4/DUMMY b/m4/DUMMY
new file mode 100644
index 0000000..e69de29
-- 
2.6.2




More information about the OpenBSC mailing list