Changed default prefix to /usr/local.

This commit is contained in:
Florian Pose
2021-08-24 16:58:03 +02:00
parent c6241891da
commit 5cecf2689a
-1
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])