Преглед изворни кода

Use AC_USE_SYSTEM_EXTENSIONS instead of deprecated AC_GNU_SOURCE

Bump minimum required autoconf to 2.60.
Guillem Jover пре 17 година
родитељ
комит
efafe7724a
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      configure.ac

+ 2 - 2
configure.ac

@@ -1,12 +1,12 @@
 # Process this file with autoconf to produce a configure script.
 # Process this file with autoconf to produce a configure script.
 
 
-AC_PREREQ(2.59)
+AC_PREREQ(2.60)
 AC_INIT([dpkg], [1.15.4~], [debian-dpkg@lists.debian.org])
 AC_INIT([dpkg], [1.15.4~], [debian-dpkg@lists.debian.org])
 AC_CONFIG_SRCDIR([lib/dpkg/dpkg.h])
 AC_CONFIG_SRCDIR([lib/dpkg/dpkg.h])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_AUX_DIR([config])
 AC_CONFIG_AUX_DIR([config])
 
 
-AC_GNU_SOURCE
+AC_USE_SYSTEM_EXTENSIONS
 DPKG_ARCHITECTURE
 DPKG_ARCHITECTURE
 
 
 AM_INIT_AUTOMAKE([1.8 gnu nostdinc])
 AM_INIT_AUTOMAKE([1.8 gnu nostdinc])