summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-06-01 13:02:33 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-06-01 13:02:33 -0400
commitbe77e289f05316c3cc17ff4546b8c8541f2d56bc (patch)
tree50056c3f9a67852bb1cdb1e653bbd12d59577fc3 /configure.ac
parenta2f1fc656c32923a479ba19f4b7e572166829385 (diff)
new autothing
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac11
1 files changed, 9 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 250d3d4e58..a4ffebea06 100644
--- a/configure.ac
+++ b/configure.ac
@@ -86,11 +86,17 @@ GETTEXT_PACKAGE=systemd
AC_SUBST(GETTEXT_PACKAGE)
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [systemd])
+AC_PROG_AWK
+AC_PROG_GREP
+AC_PROG_EGREP
+AC_PROG_FGREP
+AC_PROG_INSTALL
AC_PROG_MKDIR_P
+AC_PROG_LEX
AC_PROG_LN_S
+AC_PROG_RANLIB
AC_PROG_SED
-AC_PROG_GREP
-AC_PROG_AWK
+AC_PROG_YACC
AC_PATH_PROG([M4], [m4])
@@ -1505,6 +1511,7 @@ AC_SUBST([rootlibdir], [$with_rootlibdir])
AC_CONFIG_FILES([
config.mk
automake.mk
+ autoconf.mk
gnustandards.mk
po/Makefile.in
])