mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 15:32:52 +02:00
move automake's "foreign" switch to the proper place
Origin commit data
------------------
Commit: 2c33e1a82b
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2017-12-26 (Tue, 26 Dec 2017)
This commit is contained in:
committed by
vanhofen
parent
4ee5ce23d3
commit
31f1ad426e
@@ -1,5 +1,3 @@
|
|||||||
AUTOMAKE_OPTIONS = gnu
|
|
||||||
|
|
||||||
SUBDIRS = lib src data
|
SUBDIRS = lib src data
|
||||||
|
|
||||||
locale-update:
|
locale-update:
|
||||||
|
@@ -12,4 +12,4 @@ aclocal --force
|
|||||||
libtoolize --force
|
libtoolize --force
|
||||||
autoconf --force
|
autoconf --force
|
||||||
autoheader --force
|
autoheader --force
|
||||||
automake --add-missing --force-missing --foreign
|
automake --add-missing --force-missing
|
||||||
|
@@ -3,7 +3,7 @@ define(ver_minor, 50)
|
|||||||
define(ver_micro, 0)
|
define(ver_micro, 0)
|
||||||
|
|
||||||
AC_INIT(NI-Neutrino, ver_major.ver_minor.ver_micro)
|
AC_INIT(NI-Neutrino, ver_major.ver_minor.ver_micro)
|
||||||
AM_INIT_AUTOMAKE([1.0.1 nostdinc])
|
AM_INIT_AUTOMAKE([nostdinc foreign])
|
||||||
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES])
|
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES])
|
||||||
|
|
||||||
AC_DEFINE(RELEASE_CYCLE, "ver_major.0", [Release cycle information; used in update code])
|
AC_DEFINE(RELEASE_CYCLE, "ver_major.0", [Release cycle information; used in update code])
|
||||||
|
@@ -1,4 +1 @@
|
|||||||
AUTOMAKE_OPTIONS = gnu
|
|
||||||
|
|
||||||
SUBDIRS = lib src data
|
SUBDIRS = lib src data
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user