forked from pool/audio-recorder
Dominique Leuenberger
85105b9b05
- Add audio-recorder-automake.patch: fix the order of commands in configure.ac. OBS-URL: https://build.opensuse.org/request/show/254856 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/audio-recorder?expand=0&rev=9
15 lines
506 B
Diff
15 lines
506 B
Diff
Index: audio-recorder/configure.ac
|
|
===================================================================
|
|
--- audio-recorder.orig/configure.ac
|
|
+++ audio-recorder/configure.ac
|
|
@@ -1,8 +1,8 @@
|
|
# ================= initialization =================== #
|
|
AC_INIT([Audio Recorder], [1.4-1], [https://bugs.launchpad.net/audio-recorder/+filebug], [audio-recorder])
|
|
+AM_INIT_AUTOMAKE
|
|
|
|
AC_USE_SYSTEM_EXTENSIONS
|
|
-AM_INIT_AUTOMAKE
|
|
AC_CONFIG_SRCDIR([src/main.c])
|
|
#AC_CONFIG_HEADERS([src/config.h])
|
|
AM_MAINTAINER_MODE
|