Changed default prefix to /usr/local.

This commit is contained in:
Florian Pose 2019-01-02 11:26:36 +01:00
parent c8a4aa7c58
commit 554eb6bf3e
1 changed files with 0 additions and 1 deletions

View File

@ -42,7 +42,6 @@ AC_PREREQ(2.59)
AC_INIT([ethercat],[1.5.2],[fp@igh-essen.com])
AC_CONFIG_AUX_DIR([autoconf])
AM_INIT_AUTOMAKE([-Wall -Werror dist-bzip2 subdir-objects])
AC_PREFIX_DEFAULT([/opt/etherlab])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_SRCDIR([config.h.in])
AC_CONFIG_MACRO_DIR([m4])