summaryrefslogtreecommitdiff
path: root/distribution/elbe-example/myapp/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'distribution/elbe-example/myapp/configure.ac')
-rw-r--r--distribution/elbe-example/myapp/configure.ac23
1 files changed, 0 insertions, 23 deletions
diff --git a/distribution/elbe-example/myapp/configure.ac b/distribution/elbe-example/myapp/configure.ac
deleted file mode 100644
index 109e8ea..0000000
--- a/distribution/elbe-example/myapp/configure.ac
+++ /dev/null
@@ -1,23 +0,0 @@
-# -*- Autoconf -*-
-# Process this file with autoconf to produce a configure script.
-
-AC_PREREQ([2.69])
-AC_INIT([myapp], [1.0], [manut@linutronix.de])
-AM_INIT_AUTOMAKE([-Wall -Werror])
-AC_CONFIG_SRCDIR([myapp.c])
-AC_CONFIG_HEADERS([config.h])
-
-# Checks for programs.
-AC_PROG_CC
-
-# Checks for libraries.
-
-# Checks for header files.
-
-# Checks for typedefs, structures, and compiler characteristics.
-
-# Checks for library functions.
-
-AC_CONFIG_FILES([Makefile])
-
-AC_OUTPUT