0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-05-18 19:03:44 +02:00

autogen: minor tweaks

This commit is contained in:
William Pitcock 2016-03-05 17:51:28 -06:00
parent 0409e18fa6
commit 7fc8787332
2 changed files with 1 additions and 2 deletions

View file

@ -84,4 +84,4 @@ run_or_die $ACLOCAL -I m4
run_or_die $LIBTOOLIZE --force --copy
run_or_die $AUTOHEADER
run_or_die $AUTOCONF
run_or_die $AUTOMAKE
run_or_die $AUTOMAKE --add-missing

View file

@ -21,7 +21,6 @@ AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADER(include/setup.h)
AC_CONFIG_SUBDIRS([libratbox])
AC_CONFIG_AUX_DIR([libltdl/config])
AC_CONFIG_MACRO_DIR([libltdl/m4])
AM_INIT_AUTOMAKE([subdir-objects])
AM_SILENT_RULES([yes])