mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 15:02:56 +02:00
move automake's "foreign" switch to the proper place
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
AUTOMAKE_OPTIONS = gnu
|
||||
|
||||
SUBDIRS = lib src data
|
||||
|
||||
locale-update:
|
||||
|
@@ -12,4 +12,4 @@ aclocal --force
|
||||
libtoolize --force
|
||||
autoconf --force
|
||||
autoheader --force
|
||||
automake --add-missing --force-missing --foreign
|
||||
automake --add-missing --force-missing
|
||||
|
@@ -1,5 +1,5 @@
|
||||
AC_INIT(Tuxbox-Neutrino,3.7.1)
|
||||
AM_INIT_AUTOMAKE([1.0.1 nostdinc])
|
||||
AM_INIT_AUTOMAKE([nostdinc foreign])
|
||||
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES])
|
||||
|
||||
AC_DEFINE(RELEASE_CYCLE, "2.4", [Release cycle information; used in update code])
|
||||
|
@@ -1,4 +1 @@
|
||||
AUTOMAKE_OPTIONS = gnu
|
||||
|
||||
SUBDIRS = lib src data
|
||||
|
||||
|
Reference in New Issue
Block a user