Skip to content

Commit

Permalink
update configure.ac
Browse files Browse the repository at this point in the history
  • Loading branch information
bagage committed Jul 25, 2016
1 parent c95f853 commit 78386ce
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions configure.ac
Expand Up @@ -9,7 +9,7 @@ AC_PREREQ(2.63)
AC_CONFIG_SRCDIR([src/encoder.c])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([tar-ustar --warnings=no-portability])
AC_PROG_LIBTOOL
LT_INIT
AC_PROG_CC
AC_CONFIG_HEADERS(config.h)
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
Expand Down Expand Up @@ -85,12 +85,12 @@ AC_CONFIG_COMMANDS([libtool-hacking],
dnl Create the following files from their .in counterparts
AC_CONFIG_FILES([
Makefile
src/Makefile
include/Makefile
include/bcg729/Makefile
msbcg729/Makefile
test/Makefile
test/bin/Makefile
src/Makefile
include/Makefile
include/bcg729/Makefile
msbcg729/Makefile
test/Makefile
test/bin/Makefile
libbcg729.pc
bcg729.spec
])
Expand Down

0 comments on commit 78386ce

Please sign in to comment.