Browse Source

update configure.ac

pull/2/head
Gautier Pelloux-Prayer 10 years ago
parent
commit
78386ce37e
1 changed files with 7 additions and 7 deletions
  1. +7
    -7
      configure.ac

+ 7
- 7
configure.ac View File

@ -9,7 +9,7 @@ AC_PREREQ(2.63)
AC_CONFIG_SRCDIR([src/encoder.c]) AC_CONFIG_SRCDIR([src/encoder.c])
AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([tar-ustar --warnings=no-portability]) AM_INIT_AUTOMAKE([tar-ustar --warnings=no-portability])
AC_PROG_LIBTOOL
LT_INIT
AC_PROG_CC AC_PROG_CC
AC_CONFIG_HEADERS(config.h) AC_CONFIG_HEADERS(config.h)
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
@ -85,12 +85,12 @@ AC_CONFIG_COMMANDS([libtool-hacking],
dnl Create the following files from their .in counterparts dnl Create the following files from their .in counterparts
AC_CONFIG_FILES([ AC_CONFIG_FILES([
Makefile 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 libbcg729.pc
bcg729.spec bcg729.spec
]) ])


Loading…
Cancel
Save