mirror of
https://github.com/systemd/systemd.git
synced 2025-03-10 16:58:28 +03:00
configure.ac: Use the new autoconf field to set the project webpage
This commit is contained in:
parent
25016cb67f
commit
4e949c11a1
10
configure.ac
10
configure.ac
@ -16,10 +16,14 @@
|
||||
# You should have received a copy of the GNU Lesser General Public License
|
||||
# along with systemd; If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
AC_PREREQ(2.63)
|
||||
AC_PREREQ([2.64])
|
||||
|
||||
AC_INIT([systemd],
|
||||
[182],
|
||||
[http://bugs.freedesktop.org/enter_bug.cgi?product=systemd],
|
||||
[systemd],
|
||||
[http://www.freedesktop.org/wiki/Software/systemd])
|
||||
|
||||
AC_INIT([systemd],[182],[systemd-devel@lists.freedesktop.org])
|
||||
AC_SUBST(PACKAGE_URL, [http://www.freedesktop.org/wiki/Software/systemd])
|
||||
AC_CONFIG_SRCDIR([src/core/main.c])
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
|
Loading…
x
Reference in New Issue
Block a user