diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2010-08-21 19:54:04 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2010-08-21 19:55:02 -0400 |
commit | 555772964820d88f9481eb48d0431dddd8ba7aa5 (patch) | |
tree | 00e9ac39ea97de44e58557907615436e906c8553 /configure.ac | |
parent | fa3f1c1ea8ce4b45976e11520856cfa164f8b92d (diff) | |
download | libpciaccess-555772964820d88f9481eb48d0431dddd8ba7aa5.tar.gz libpciaccess-555772964820d88f9481eb48d0431dddd8ba7aa5.tar.bz2 libpciaccess-555772964820d88f9481eb48d0431dddd8ba7aa5.zip |
config: upgrade AC_DEFINE_DIR to AX_DEFINE_DIR
Use the latest version now hosted by GNU.
The renaming protects Autoconf namespace.
There is no functional change in the macro.
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index bba0cff..c0e1e9b 100644 --- a/configure.ac +++ b/configure.ac @@ -42,7 +42,7 @@ AC_PROG_LIBTOOL pciids_path=/usr/share/hwdata AC_ARG_WITH(pciids-path, AC_HELP_STRING([--with-pciids-path=PCIIDS_PATH], [Path to pci.ids file]), [pciids_path="$withval"]) -AC_DEFINE_DIR(PCIIDS_PATH, pciids_path, [Path to pci.ids]) +AX_DEFINE_DIR(PCIIDS_PATH, pciids_path, [Path to pci.ids]) AC_ARG_ENABLE(linux-rom-fallback, AS_HELP_STRING([--enable-linux-rom-fallback], [Enable support for falling back to /dev/mem for roms (default: disabled)]), |