mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
build: Move scripts/*.m4 to scripts/autoconf/
Move all Autoconf macro files (except for those that need to be in the top-level directory) to their own subdirectory scripts/autoconf/ In this commit, we introduce a better way to organize the scripts dir, and we make a better separation between the build scripts under the libpng license vs. the build scripts that fall under other licenses. Please see scripts/autoconf/README.md for more information.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# configure.ac
|
||||
|
||||
# Copyright (c) 2018-2023 Cosmin Truta
|
||||
# Copyright (c) 2018-2024 Cosmin Truta
|
||||
# Copyright (c) 2004-2016 Glenn Randers-Pehrson
|
||||
|
||||
# This code is released under the libpng license.
|
||||
@@ -26,7 +26,7 @@ AC_PREREQ([2.68])
|
||||
dnl Version number stuff here:
|
||||
|
||||
AC_INIT([libpng],[1.6.41.git],[png-mng-implement@lists.sourceforge.net])
|
||||
AC_CONFIG_MACRO_DIR([scripts])
|
||||
AC_CONFIG_MACRO_DIR([scripts/autoconf])
|
||||
|
||||
# libpng does not follow GNU file name conventions (hence 'foreign')
|
||||
# color-tests requires automake 1.11 or later
|
||||
|
||||
Reference in New Issue
Block a user