aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@tele2.at>2018-04-19 07:35:41 +0200
committerDavid Oberhollenzer <david.oberhollenzer@tele2.at>2018-04-22 13:41:18 +0200
commit32113521eb21b36cd26ebde5c15aac09c7212ee6 (patch)
tree2cb4cac075a6a028f65846d6e81eec13bdfbf867 /configure.ac
parent9dc2cc5fa436375b2fa9d1e0c7e3934fc50d801e (diff)
Move pygos specific configuration to pygos build repo
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac13
1 files changed, 0 insertions, 13 deletions
diff --git a/configure.ac b/configure.ac
index dbdbf75..c7a870b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,17 +13,6 @@ AC_PROG_RANLIB
AC_PROG_MKDIR_P
AC_PROG_LN_S
-AC_ARG_WITH([pygos],
- [AS_HELP_STRING([--without-pygos],
- [Disable Pygos specific default configuration])],
- [case "${withval}" in
- yes) AM_CONDITIONAL([PYGOSCFG], [true]) ;;
- no) AM_CONDITIONAL([PYGOSCFG], [false]) ;;
- *) AC_MSG_ERROR([bad value ${withval} for --without-pygos]) ;;
- esac],
- [AM_CONDITIONAL([PYGOSCFG], [true])])
-
-
UL_WARN_ADD([-Wall])
UL_WARN_ADD([-Wextra])
UL_WARN_ADD([-Wunused])
@@ -63,8 +52,6 @@ AC_CONFIG_FILES([services/sigterm])
AC_CONFIG_FILES([services/sysfs])
AC_CONFIG_FILES([services/devfs])
AC_CONFIG_FILES([services/procfs])
-AC_CONFIG_FILES([services/tmpfsvar])
-AC_CONFIG_FILES([services/rootusr])
AC_CONFIG_FILES([scripts/devfs.sh])
AC_CONFIG_FILES([etc/initd.env])