mirror of
https://github.com/opnsense/src.git
synced 2026-04-01 07:25:10 -04:00
7 lines
144 B
Text
7 lines
144 B
Text
dnl Process this file with autoconf to produce a configure script.
|
|
AC_PREREQ(2.5)
|
|
AC_INIT(configure.texi)
|
|
|
|
AC_PROG_INSTALL
|
|
|
|
AC_OUTPUT(Makefile)
|