Skip to content

Commit ca40d09

Browse files
SoapGentooerikd
authored andcommitted
Modernise to Automake 1.14
1 parent e93f061 commit ca40d09

15 files changed

+11
-13
lines changed

.gitignore

+6-6
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
.depend
1111
.deps
1212
.libs
13-
Cfg
13+
build-aux/
1414
Hack
1515
Images
16-
M4/libtool.m4
17-
M4/ltoptions.m4
18-
M4/ltsugar.m4
19-
M4/ltversion.m4
20-
M4/lt~obsolete.m4
16+
m4/libtool.m4
17+
m4/ltoptions.m4
18+
m4/ltsugar.m4
19+
m4/ltversion.m4
20+
m4/lt~obsolete.m4
2121
Makefile
2222
Makefile.in
2323
Octave/*.h

autogen.sh

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44

55
package="libsamplerate"
66

7-
ACLOCAL_FLAGS="-I M4"
8-
97
olddir=`pwd`
108
srcdir=`dirname $0`
119
test -z "$srcdir" && srcdir=.

configure.ac

+5-5
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@ AS_IF([test "x${CFLAGS+set}" = "xset" || test "x${CPPFLAGS+set}" = "xset" || tes
1818
])
1919
AC_MSG_RESULT([${enable_flags_setting}])
2020

21-
# Put config stuff in Cfg.
22-
AC_CONFIG_AUX_DIR(Cfg)
21+
dnl Put config stuff in 'build-aux'.
22+
AC_CONFIG_AUX_DIR([build-aux])
2323

2424
AC_CONFIG_SRCDIR([src/samplerate.c])
2525
AC_CANONICAL_TARGET([])
2626

27-
AC_CONFIG_MACRO_DIR([M4])
27+
AC_CONFIG_MACRO_DIR([m4])
2828
AC_CONFIG_HEADERS([src/config.h])
2929

30-
AM_INIT_AUTOMAKE([foreign dist-bzip2 no-dist-gzip subdir-objects])
31-
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
30+
AM_INIT_AUTOMAKE([1.14 foreign dist-bzip2 no-dist-gzip subdir-objects])
31+
AM_SILENT_RULES([yes])
3232

3333
AC_LANG([C])
3434
AC_PROG_CC
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

M4/lrint.m4 renamed to m4/lrint.m4

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)