summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2018-01-06 20:38:54 +0100
committerSergey Poznyakoff <gray@gnu.org.ua>2018-01-06 20:42:50 +0100
commite0da047560fcc124522adbb7591a5e29c3e13248 (patch)
treeaf448b5528ab39e26ddad4906a9327f2a7f2bd86 /configure.ac
parent80ed5e611de0e31eed65ee207f1fd64ad097e6d1 (diff)
downloadfileserv-e0da047560fcc124522adbb7591a5e29c3e13248.tar.gz
fileserv-e0da047560fcc124522adbb7591a5e29c3e13248.tar.bz2
Switch to the deep directory structure.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 4 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index f1b43ad..10bb7b0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,8 +15,8 @@
# You should have received a copy of the GNU General Public License
# along with fileserv. If not, see <http://www.gnu.org/licenses/>.
-AC_INIT([fileserv], 0.2, [gray+fileserv@gnu.org.ua])
-AC_CONFIG_SRCDIR([fileserv.c])
+AC_INIT([fileserv], 0.2.90, [gray+fileserv@gnu.org.ua])
+AC_CONFIG_SRCDIR([src/fileserv.c])
AM_INIT_AUTOMAKE([1.11 foreign tar-ustar dist-xz silent-rules])
# Enable silent rules by default:
AM_SILENT_RULES([yes])
@@ -43,9 +43,10 @@ AC_CHECK_LIB([wrap], [main])
AC_CHECK_LIB([nsl], [main])
AM_CONDITIONAL([FSRV_WRAP],[test x$ac_cv_lib_wrap_main = xyes])
+AM_MISSING_PROG([AUTOM4TE],[autom4te])
AC_CONFIG_TESTDIR([mimetypes/tests])
AC_CONFIG_FILES([mimetypes/tests/Makefile mimetypes/tests/atlocal])
-AC_CONFIG_FILES([Makefile mimetypes/Makefile])
+AC_CONFIG_FILES([Makefile mimetypes/Makefile src/Makefile])
AC_OUTPUT

Return to:

Send suggestions and report system problems to the System administrator.