From cf3ac71a3cee4763c411bf1e09ede5e5160d6c97 Mon Sep 17 00:00:00 2001 From: Ulrich Sibiller Date: Fri, 1 Mar 2019 18:59:22 +0100 Subject: nxdialog: fix example --- nxdialog/bin/nxdialog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nxdialog') diff --git a/nxdialog/bin/nxdialog b/nxdialog/bin/nxdialog index 0678ee4f2..bce1886e3 100755 --- a/nxdialog/bin/nxdialog +++ b/nxdialog/bin/nxdialog @@ -47,7 +47,7 @@ # # Examples: # nxdialog --dialog yesno --message "message text" --caption "message title" --parent 0 -# nxdialog --dialog yesno --message "message text" --caption "message title" --window 0x123456 --parent 0 +# nxdialog --dialog pulldown --message "message text" --caption "message title" --window 0x123456 --parent 0 from __future__ import print_function -- cgit v1.2.3 From 3af59f80675c394ff2f24c1e2dccabcb5e383fac Mon Sep 17 00:00:00 2001 From: Mihai Moldovan Date: Mon, 25 Mar 2019 06:42:08 +0100 Subject: nxdialog/: create (almost) empty m4 directory. Older autoconf versions - as used on SLE 11 and RHEL 6 - choke if aclocal is passed an include directory that does not exist. Instead of removing the option from the aclocal call, let's keep it and just use an empty directory for now. Maybe we'll actually use it at a later time. --- nxdialog/m4/.keep | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 nxdialog/m4/.keep (limited to 'nxdialog') diff --git a/nxdialog/m4/.keep b/nxdialog/m4/.keep new file mode 100644 index 000000000..e69de29bb -- cgit v1.2.3