mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2025-12-27 12:40:15 +01:00
* acconfig.h: get rid of this * autogen.sh (run_configure): add --no-configure option * configure.in: remove AC_ARG_PROGRAM to make autoconf complain less. add AC_PREREQ. add AC_DEFINE third arg.
6 lines
101 B
Makefile
6 lines
101 B
Makefile
## -*- makefile -*-
|
|
|
|
all: configure
|
|
|
|
configure: configure.in autogen.sh
|
|
./autogen.sh --no-configure
|