Skip to content
Snippets Groups Projects
Commit 6d88ce79 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

autoupdate'd

parent 68565db9
No related branches found
No related tags found
No related merge requests found
......@@ -9,10 +9,10 @@
## Generic initialization ##
###############################################################################
AC_INIT([frida], [2], [j.wuttke@fz-juelich.de])
AC_INIT([frida],[2],[j.wuttke@fz-juelich.de])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_SRCDIR([src/frida2.cpp]) # assure we have the right src dir
AM_CONFIG_HEADER([config.h])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
###############################################################################
......@@ -20,7 +20,6 @@ AM_INIT_AUTOMAKE([-Wall -Werror foreign])
###############################################################################
LT_INIT
AC_PROG_LIBTOOL
AC_PROG_CXX
AC_PROG_LEX # LEX,LEXLIB = "flex","-lfl" or "lex","-ll"
if test "$LEX" = :; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment