mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 11:26:16 +01:00
c13277dc75
Tue Apr 3 12:38:16 2001 Owen Taylor <otaylor@redhat.com> * glib-config-2.0.in: Exit with an error message that you should use pkg-config instead. * configure.in (PACKAGE): Require pkg-config. * tests/Makefile.am (EXTRA_DIST): Add utf8.txt. * configure.in (GLIB_MICRO_VERSION): Up MICRO to 3, leave interface/binary at 0.
5 lines
98 B
Bash
5 lines
98 B
Bash
#!/bin/sh
|
|
|
|
echo glib-config-2.0 is no longer supported. Please use pkg-config instead 2>&1
|
|
exit 1
|